Commit 236817ab authored by Takanori Nakano's avatar Takanori Nakano Committed by Amit Mahajan
Browse files

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
parent aede8199
......@@ -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" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment