summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-04-29 11:24:57 -0700
committerJeff Sharkey <jsharkey@android.com>2015-04-29 17:24:12 -0700
commite77f0687dd424ccfdc2b1061221c6c8ba4d6ac8d (patch)
treeb26b32cfc5b8e5ea2a59549f965be9899e95d85d /res/menu
parenta03f330af31714e44f67ca09cad66f91a8acbdd2 (diff)
downloadpackages_apps_Settings-e77f0687dd424ccfdc2b1061221c6c8ba4d6ac8d.zip
packages_apps_Settings-e77f0687dd424ccfdc2b1061221c6c8ba4d6ac8d.tar.gz
packages_apps_Settings-e77f0687dd424ccfdc2b1061221c6c8ba4d6ac8d.tar.bz2
Returning to wizard, enable migration.
Bring primary storage migration back into the adoption flow, and provide a path for long-lived notifications to re-launch into the Settings app. Also provide option to initiate migration if skipped during wizard. For now, estmiate migration size and time based on a Class 10 card. Follow other callback refactoring. Bug: 19993667 Change-Id: Ia0c28eb114bc6c8066c17b3142ed74f962140c91
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/storage_volume.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/menu/storage_volume.xml b/res/menu/storage_volume.xml
index 093a4bb..b461f46 100644
--- a/res/menu/storage_volume.xml
+++ b/res/menu/storage_volume.xml
@@ -28,6 +28,9 @@
android:id="@+id/storage_format"
android:title="@string/storage_menu_format" />
<item
+ android:id="@+id/storage_migrate"
+ android:title="@string/storage_menu_migrate" />
+ <item
android:id="@+id/storage_usb"
android:title="@string/storage_menu_usb" />
</menu>