summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2009-06-09 10:27:23 -0700
committerWink Saville <wink@google.com>2009-06-09 10:27:23 -0700
commit79085fcc5b4e54cc374e8720644ce4c1dc0004be (patch)
treeb90b04b673e0b0b197fda2b7bcd72cde1003f9a1 /AndroidManifest.xml
parent36eddd5bfa9047a6b9de2be4a5d6636b81634f97 (diff)
downloadStk-79085fcc5b4e54cc374e8720644ce4c1dc0004be.tar.gz
Cleanup whitespace.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b8472f5..b3eae21 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -14,9 +14,9 @@
limitations under the License.
-->
-
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.stk"
+ package="com.android.stk"
android:sharedUserId="android.uid.phone">
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
@@ -26,7 +26,7 @@
android:clearTaskOnLaunch="true"
android:process="com.android.phone">
- <activity android:name="StkLauncherActivity"
+ <activity android:name="StkLauncherActivity"
android:label="@string/app_name"
android:enabled="false" >
<intent-filter>
@@ -35,7 +35,7 @@
</intent-filter>
</activity>
- <activity android:name="StkMenuActivity"
+ <activity android:name="StkMenuActivity"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -70,7 +70,7 @@
android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
</intent-filter>
</activity>
-
+
<receiver android:name="com.android.stk.StkCmdReceiver">
<intent-filter>
<action android:name= "android.intent.action.stk.command" />