Surface storage usage of other users.
Bring up separate StorageMeasurement sessions bound to other users
on device, and surface their total usage as teal colors. Exclude
app code size when measuring secondary users. Shift preferences to
using keys instead of fragile index ordering.
Bug: 7003520
Change-Id: I214d0b223e53955df71104502596743f049f2027
diff --git a/src/com/android/settings/Settings.java b/src/com/android/settings/Settings.java
index 8e3987f..d5a90f6 100644
--- a/src/com/android/settings/Settings.java
+++ b/src/com/android/settings/Settings.java
@@ -103,6 +103,7 @@
R.id.device_section,
R.id.sound_settings,
R.id.display_settings,
+ R.id.storage_settings,
R.id.application_settings,
R.id.personal_section,
R.id.security_settings,