summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2014-01-09 15:01:33 -0500
committerDanesh M <daneshm90@gmail.com>2014-06-06 22:54:24 -0700
commit086a90198f35c2ce09eed8409306fceed49fe58e (patch)
tree983800c7b5ca8f6ac4a743ec45b4248ccb9a436c /AndroidManifest.xml
parent393ca2840e26ee6c52ad64d1eb2ee314d6bc482f (diff)
downloadandroid_packages_apps_Trebuchet-086a90198f35c2ce09eed8409306fceed49fe58e.tar.gz
android_packages_apps_Trebuchet-086a90198f35c2ce09eed8409306fceed49fe58e.tar.bz2
android_packages_apps_Trebuchet-086a90198f35c2ce09eed8409306fceed49fe58e.zip
New launcher2 icon migration algorithm.
The user will be able to request "icon migration", which is not a direct mapping of the old workspace, but rather follows this heuristic for bringing the user's favorite icons (by dint of their existence on the workspace) into Launcher3: Workspace shortcuts are placed in lexicographic order on the workspace starting at screen 0 (leaving the bottom row of screen 0 empty to make sure there's room to move things around). Folders are preserved and their contents sorted. Duplicate icons (that is, shortcuts with the same intent, pursuant to some cleanups) are removed. Hotseat icons are migrated in their original place, unless their new location is not accommodated by the hotseat (i.e. the L3 hotseat is too small on this device), in which case they're treated like any other shortcut and tossed into the workspace. To test, turn on Launcher.ENABLE_DEBUG_INTENTS and then: $ adb shell am broadcast -a com.android.launcher3.action.DELETE_DATABASE $ adb shell am broadcast -a com.android.launcher3.action.MIGRATE_DATABASE Bug: 12416411 Change-Id: Ia5c56f36c11455867ea20a39f70210f595020a87
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 15fa574c3..27bfd61d6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,7 +25,7 @@
<original-package android:name="com.android.launcher3" />
- <uses-sdk android:minSdkVersion="17" android:targetSdkVersion="19" />
+ <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="16"/>
<permission
android:name="com.android.launcher3.permission.PRELOAD_WORKSPACE"