commit | 4c8331b30ac45d720e097a3e98147df89b23eef0 | [log] [tgz] |
---|---|---|
author | Roy Chou <juchengchou@google.com> | Wed Feb 08 03:17:56 2023 +0000 |
committer | Roy Chou <juchengchou@google.com> | Wed Feb 08 03:38:58 2023 +0000 |
tree | 5890333d4a3157a2ee17282b31a9267ce33302a7 | |
parent | c2ffacf2f2907dced3b3618b1658fa349c6a4297 [diff] |
chore(#AlwaysOnMagnifier): Replace string constant with Settings Pref Key In AccessibilityManagerService, previously we use string constant as the name in Settings getter method. After the Settings key is defined, we replace the string constants with the defined key. Bug: 146504200 Test: atest AccessibilityManagerServiceTest Change-Id: Ia31a068f9e882b2f5e5a1a3112b682006ee54fe1