Merge "Introduce boolean flag to show/hide Reset Options."
This commit is contained in:
committed by
Android (Google) Code Review
commit
47d646e4ff
@@ -156,6 +156,9 @@
|
||||
<!-- Whether assist_and_voice_input should be shown or not. -->
|
||||
<bool name="config_show_assist_and_voice_input">true</bool>
|
||||
|
||||
<!-- Whether reset_dashboard should be shown or not. -->
|
||||
<bool name="config_show_reset_dashboard">true</bool>
|
||||
|
||||
<!-- Whether system_update_settings should be shown or not. -->
|
||||
<bool name="config_show_system_update_settings">true</bool>
|
||||
|
||||
|
||||
@@ -46,7 +46,8 @@
|
||||
android:summary="@string/reset_dashboard_summary"
|
||||
android:icon="@drawable/ic_restore"
|
||||
android:order="-50"
|
||||
android:fragment="com.android.settings.system.ResetDashboardFragment" />
|
||||
android:fragment="com.android.settings.system.ResetDashboardFragment"
|
||||
settings:controller="com.android.settings.system.ResetPreferenceController"/>
|
||||
|
||||
<!-- System updates -->
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user