Add data item to app info screen
Add link from app info to directly viewing data usage for that app.
Also do some minor tweaks to get ordering and summaries right on
the app info screen.
Bug: 19511439
Change-Id: Ic50dc24bf9a5c1fe6a7aa076772915ba61168fac
diff --git a/res/xml/installed_app_details.xml b/res/xml/installed_app_details.xml
index 05bea5c..2f72f5d 100644
--- a/res/xml/installed_app_details.xml
+++ b/res/xml/installed_app_details.xml
@@ -21,13 +21,13 @@
android:layout="@layout/installed_app_details" />
<Preference
- android:key="notification_settings"
- android:title="@string/notification_section_header"
+ android:key="storage_settings"
+ android:title="@string/storage_settings"
android:selectable="true" />
<Preference
- android:key="storage_settings"
- android:title="@string/storage_settings"
+ android:key="data_settings"
+ android:title="@string/data_size_label"
android:selectable="true" />
<Preference
@@ -36,8 +36,8 @@
android:selectable="true" />
<Preference
- android:key="data_settings"
- android:title="@string/data_size_label"
+ android:key="notification_settings"
+ android:title="@string/notification_section_header"
android:selectable="true" />
<Preference