summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2011-01-10 17:53:03 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2011-01-10 17:53:03 (GMT)
commit90d900724576bc04b7ef2596100ba931e65eaf7f (patch)
treee169439926e8fa0bb67a6d440128f180e320da2f /AndroidManifest.xml
parentc14710d90c515eeb3a69026a49e92f43cc6ba881 (diff)
downloadSoftKeys-90d900724576bc04b7ef2596100ba931e65eaf7f.zip
SoftKeys-90d900724576bc04b7ef2596100ba931e65eaf7f.tar.gz
SoftKeys-90d900724576bc04b7ef2596100ba931e65eaf7f.tar.bz2
Change name to be a launcher style process name, add configure activity
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a7cce94..be4fcf6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,11 @@
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
- <application android:icon="@drawable/icon" android:label="@string/app_name" android:name=".Globals">
+ <application android:icon="@drawable/icon"
+ android:process="android.process.acore"
+ android:label="@string/app_name"
+ android:name=".Globals">
+
<activity android:name=".Keys"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
@@ -46,7 +50,12 @@
android:theme="@android:style/Theme.Dialog">
</activity>
-
+ <activity android:name=".ConfigureExtra"
+ android:label="@string/app_name"
+ android:configChanges="orientation|keyboardHidden"
+ android:theme="@android:style/Theme.Dialog">
+ </activity>
+
<activity
android:name=".SendInput"
android:label="@string/app_name">