Move the drag thing into its own window that goes around on top of everything else.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c0d03bc..cdfe585 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,9 +62,11 @@
<uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
<uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
+ <!-- During development, run outside acore
+ android:process="android.process.acore"
+ -->
<application
android:name="LauncherApplication"
- android:process="android.process.acore"
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home">