Merge "Move users to system dashboard"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b48bb6f0cf
@@ -6141,7 +6141,7 @@
|
||||
<skip/>
|
||||
|
||||
<!-- User settings screen title [CHAR LIMIT=25] -->
|
||||
<string name="user_settings_title">Users</string>
|
||||
<string name="user_settings_title">Multiple users</string>
|
||||
<!-- User settings header for list of users and profiles [CHAR LIMIT=40] -->
|
||||
<string name="user_list_title">Users & profiles</string>
|
||||
<!-- User settings add user or restricted profile menu [CHAR LIMIT=35] -->
|
||||
|
@@ -40,6 +40,14 @@
|
||||
<intent android:action="android.settings.BACKUP_AND_RESET_SETTINGS" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="reset_dashboard"
|
||||
android:title="@string/reset_dashboard_title"
|
||||
android:summary="@string/reset_dashboard_summary"
|
||||
android:icon="@drawable/ic_restore"
|
||||
android:order="-50"
|
||||
android:fragment="com.android.settings.system.ResetDashboardFragment" />
|
||||
|
||||
<!-- System updates -->
|
||||
<Preference
|
||||
android:key="system_update_settings"
|
||||
@@ -61,12 +69,4 @@
|
||||
android:targetClass="@string/additional_system_update_menu" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="reset_dashboard"
|
||||
android:title="@string/reset_dashboard_title"
|
||||
android:summary="@string/reset_dashboard_summary"
|
||||
android:icon="@drawable/ic_restore"
|
||||
android:order="-20"
|
||||
android:fragment="com.android.settings.system.ResetDashboardFragment" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user