blob: f2ce34e092e49165a397f2b13077ddcfee770be9 [file] [log] [blame]
The Android Open Source Project9d9730a2009-03-03 19:32:37 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Wink Saville79085fc2009-06-09 10:27:23 -07007
The Android Open Source Project9d9730a2009-03-03 19:32:37 -08008 http://www.apache.org/licenses/LICENSE-2.0
Wink Saville79085fc2009-06-09 10:27:23 -07009
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Wink Saville79085fc2009-06-09 10:27:23 -070017
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080018<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Dianne Hackbornac72bff2012-09-28 15:42:06 -070019 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
David Pursehoused3e68452013-09-06 16:46:57 +090020 package="com.android.stk"
21 android:sharedUserId="android.uid.phone">
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080022
Jeff Hamilton75c5c6e2010-02-11 16:25:53 -060023 <original-package android:name="com.android.stk" />
24
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080025 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Preeti Ahuja95919342013-10-01 18:18:55 -070026 <uses-permission android:name="android.permission.GET_TASKS"/>
Amit Mahajan0c707652015-06-11 10:51:05 -070027 <uses-permission android:name="android.permission.RECEIVE_STK_COMMANDS" />
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080028
David Pursehoused3e68452013-09-06 16:46:57 +090029 <application android:icon="@drawable/ic_launcher_sim_toolkit"
30 android:label="@string/app_name"
31 android:clearTaskOnLaunch="true"
Wink Savillee68857d2014-10-17 15:23:05 -070032 android:process="com.android.phone"
33 android:taskAffinity="android.task.stk">
Legler Wuaeefef52014-10-27 00:57:18 +080034
35 <activity android:name="StkMain"
36 android:theme="@android:style/Theme.NoDisplay"
37 android:label="@string/app_name"
Legler Wuc32560e2015-01-17 00:24:13 +080038 android:enabled="false"
Jack Yu556820e2015-08-31 14:55:51 -070039 android:exported="true"
Legler Wuaeefef52014-10-27 00:57:18 +080040 android:taskAffinity="android.task.stk.StkLauncherActivity">
David Pursehoused3e68452013-09-06 16:46:57 +090041 <intent-filter>
42 <action android:name="android.intent.action.MAIN" />
43 <category android:name="android.intent.category.LAUNCHER" />
44 </intent-filter>
45 </activity>
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080046
Legler Wuaeefef52014-10-27 00:57:18 +080047 <activity android:name="StkLauncherActivity"
48 android:theme="@android:style/Theme.NoTitleBar"
49 android:label="@string/app_name"
Jack Yu000681a2015-07-29 13:30:58 -070050 android:exported="false"
Legler Wuaeefef52014-10-27 00:57:18 +080051 android:taskAffinity="android.task.stk.StkLauncherActivity">
52 <intent-filter>
53 <action android:name="android.intent.action.VIEW" />
54 <action android:name="android.intent.action.PICK" />
55 <category android:name="android.intent.category.DEFAULT" />
56 </intent-filter>
57 </activity>
58
David Pursehoused3e68452013-09-06 16:46:57 +090059 <activity android:name="StkMenuActivity"
Wink Savillee68857d2014-10-17 15:23:05 -070060 android:theme="@android:style/Theme.NoTitleBar"
61 android:icon="@drawable/ic_launcher_sim_toolkit"
62 android:label="@string/app_name"
63 android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"
Jack Yu000681a2015-07-29 13:30:58 -070064 android:exported="false"
Wink Savillee68857d2014-10-17 15:23:05 -070065 android:taskAffinity="android.task.stk.StkLauncherActivity">
David Pursehoused3e68452013-09-06 16:46:57 +090066 <intent-filter>
67 <action android:name="android.intent.action.VIEW" />
Wink Savillee68857d2014-10-17 15:23:05 -070068 <action android:name="android.intent.action.PICK" />
David Pursehoused3e68452013-09-06 16:46:57 +090069 <category android:name="android.intent.category.DEFAULT" />
70 </intent-filter>
71 </activity>
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080072
Wink Savillee68857d2014-10-17 15:23:05 -070073 <activity android:name="StkInputActivity"
74 android:label="@string/app_name"
75 android:icon="@drawable/ic_launcher_sim_toolkit"
76 android:theme="@android:style/Theme.Holo"
77 android:configChanges="orientation|locale|screenSize|keyboardHidden"
Jack Yu000681a2015-07-29 13:30:58 -070078 android:exported="false"
Wink Savillee68857d2014-10-17 15:23:05 -070079 android:taskAffinity="android.task.stk.StkLauncherActivity">
80 <intent-filter>
81 <action android:name="android.intent.action.VIEW" />
82 <action android:name="android.intent.action.EDIT" />
83 <category android:name="android.intent.category.DEFAULT" />
84 </intent-filter>
85 </activity>
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080086 <activity android:name="StkDialogActivity"
Wink Savillee68857d2014-10-17 15:23:05 -070087 android:configChanges="orientation|locale|screenSize|keyboardHidden"
duho.roee36b6f2013-09-03 15:15:16 +090088 android:theme="@android:style/Theme.Dialog"
Jack Yu000681a2015-07-29 13:30:58 -070089 android:exported="false"
Wink Savillee68857d2014-10-17 15:23:05 -070090 android:taskAffinity="android.task.stk.StkLauncherActivity">
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080091 </activity>
92
93 <activity android:name="ToneDialog"
Jack Yu000681a2015-07-29 13:30:58 -070094 android:exported="false"
The Android Open Source Project9d9730a2009-03-03 19:32:37 -080095 android:theme="@android:style/Theme.Dialog">
96 </activity>
97
David Pursehoused3e68452013-09-06 16:46:57 +090098 <!-- SIM Toolkit settings activity -->
99 <activity android:name="StkSettings"
Jack Yu000681a2015-07-29 13:30:58 -0700100 android:label="@string/app_name"
101 android:exported="false">
David Pursehoused3e68452013-09-06 16:46:57 +0900102 <intent-filter>
103 <action android:name="android.intent.action.VIEW" />
104 <action android:name="android.intent.action.MAIN" />
105 <category
106 android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
107 </intent-filter>
108 </activity>
Wink Saville79085fc2009-06-09 10:27:23 -0700109
David Pursehoused3e68452013-09-06 16:46:57 +0900110 <receiver android:name="com.android.stk.StkCmdReceiver">
The Android Open Source Project9d9730a2009-03-03 19:32:37 -0800111 <intent-filter>
112 <action android:name= "android.intent.action.stk.command" />
113 <action android:name= "android.intent.action.stk.session_end" />
duho.ro6ae29d82014-09-19 07:56:43 +0900114 <action android:name= "android.intent.action.stk.icc_status_change" />
Preeti Ahuja0f4cf2f2012-08-09 11:45:08 +0530115 <action android:name= "android.intent.action.stk.alpha_notify" />
Preeti Ahuja95919342013-10-01 18:18:55 -0700116 <action android:name= "android.intent.action.LOCALE_CHANGED" />
The Android Open Source Project9d9730a2009-03-03 19:32:37 -0800117 </intent-filter>
118 </receiver>
119
xinhe5b756582014-11-18 11:33:48 -0800120 <receiver android:name="com.android.stk.BootCompletedReceiver">
The Android Open Source Project9d9730a2009-03-03 19:32:37 -0800121 <intent-filter>
122 <action android:name="android.intent.action.BOOT_COMPLETED" />
xinhe1c3556b2014-12-08 11:26:34 -0800123 <action android:name="android.intent.action.USER_INITIALIZE" />
The Android Open Source Project9d9730a2009-03-03 19:32:37 -0800124 </intent-filter>
125 </receiver>
126
127 <service android:name="StkAppService" />
128
David Pursehoused3e68452013-09-06 16:46:57 +0900129 </application>
The Android Open Source Project9d9730a2009-03-03 19:32:37 -0800130</manifest>