Merge "Introduce boolean flag to show/hide Reset Options."

This commit is contained in:
TreeHugger Robot
2018-03-08 21:04:09 +00:00
committed by Android (Google) Code Review
5 changed files with 97 additions and 1 deletions

View File

@@ -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