summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTakanori Nakano <takanori.x.nakano@sonymobile.com>2015-06-17 10:23:12 +0900
committerAmit Mahajan <amitmahajan@google.com>2016-03-24 20:38:50 +0000
commit236817ab4e100e737f0d42495df91a8540d16004 (patch)
treed8539026e5eecc2490204d446ea85ba5be46d9b6 /AndroidManifest.xml
parentaede8199b1775189054283dbf3ee6b6e3d9af80f (diff)
downloadStk-236817ab4e100e737f0d42495df91a8540d16004.tar.gz
Remove StkSettings
StkSettings does not exist, so it must be removed from the manifest file. ClassNotFoundException is thrown when someone tries to launch it. Bug: 27267663 Change-Id: I2d1a0e1841928bbaedfd830c73ffa316de3f8981
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f2ce34e..95c8cf2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -95,18 +95,6 @@
android:theme="@android:style/Theme.Dialog">
</activity>
- <!-- SIM Toolkit settings activity -->
- <activity android:name="StkSettings"
- android:label="@string/app_name"
- android:exported="false">
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <action android:name="android.intent.action.MAIN" />
- <category
- 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" />