Add the preference controller to control accessibility button location preference am: 2dc32f63f8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13899507

Change-Id: I57c36af05a2cf2592ce28128fe1e26b84ba5f78c
This commit is contained in:
jasonwshsu
2021-03-18 05:15:30 +00:00
committed by Automerger Merge Worker
3 changed files with 197 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
android:key="accessibility_button_location"
android:title="@string/accessibility_button_location_title"
android:summary="%s"
android:persistent="false"/>
android:persistent="false"
settings:controller="com.android.settings.accessibility.AccessibilityButtonLocationPreferenceController"/>
<ListPreference
android:entries="@array/accessibility_button_size_selector_titles"