Merge "Set ClearDefaultsPreference as unselectable for talkback" into rvc-dev am: cdc7fffd2c
Change-Id: Ie76c3c24f331a3dc741075ab8f8a1a64dc38a163
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
android:layout_marginStart="-4dip"
|
android:layout_marginStart="-4dip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/clear_activities" />
|
android:text="@string/clear_activities"
|
||||||
|
style="@style/ActionPrimaryButton" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -38,7 +38,8 @@
|
|||||||
android:title="@string/app_launch_other_defaults_title">
|
android:title="@string/app_launch_other_defaults_title">
|
||||||
|
|
||||||
<com.android.settings.applications.ClearDefaultsPreference
|
<com.android.settings.applications.ClearDefaultsPreference
|
||||||
android:key="app_launch_clear_defaults"/>
|
android:key="app_launch_clear_defaults"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user