Add support for visualizing secondary users.
This functionality adds the secondary users to the screen, but currently does not populate the information for them. Once the external stats query works, I will add a loader which will populate this information. This also does not cover work profiles. Support for that is forthcoming. Bug: 34715777, 34225103 Test: Settings Robotest Change-Id: Ib9b692b214f5ce5d303dfd64516381443d4acebd
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
android:key="pref_system"
|
||||
android:title="@string/storage_detail_system">
|
||||
</com.android.settings.deviceinfo.storage.StorageItemPreferenceAlternate>
|
||||
<PreferenceCategory
|
||||
android:key="pref_secondary_users"
|
||||
android:title="@string/storage_other_users" />
|
||||
<Preference
|
||||
android:key="manage_storage"
|
||||
android:title="@string/storage_menu_manage"
|
||||
|
Reference in New Issue
Block a user