summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c0d03bc7f..cdfe585ab 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">