The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 1 | <?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 Saville | 79085fc | 2009-06-09 10:27:23 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Wink Saville | 79085fc | 2009-06-09 10:27:23 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 10 | 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 Saville | 79085fc | 2009-06-09 10:27:23 -0700 | [diff] [blame] | 17 | |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 18 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Dianne Hackborn | ac72bff | 2012-09-28 15:42:06 -0700 | [diff] [blame] | 19 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 20 | package="com.android.stk" |
| 21 | android:sharedUserId="android.uid.phone"> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 22 | |
Jeff Hamilton | 75c5c6e | 2010-02-11 16:25:53 -0600 | [diff] [blame] | 23 | <original-package android:name="com.android.stk" /> |
| 24 | |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Preeti Ahuja | 9591934 | 2013-10-01 18:18:55 -0700 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.GET_TASKS"/> |
Amit Mahajan | 20499ee | 2015-06-11 10:51:05 -0700 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.RECEIVE_STK_COMMANDS" /> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 28 | |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 29 | <application android:icon="@drawable/ic_launcher_sim_toolkit" |
| 30 | android:label="@string/app_name" |
| 31 | android:clearTaskOnLaunch="true" |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 32 | android:process="com.android.phone" |
| 33 | android:taskAffinity="android.task.stk"> |
Legler Wu | aeefef5 | 2014-10-27 00:57:18 +0800 | [diff] [blame] | 34 | |
| 35 | <activity android:name="StkMain" |
| 36 | android:theme="@android:style/Theme.NoDisplay" |
| 37 | android:label="@string/app_name" |
Legler Wu | c32560e | 2015-01-17 00:24:13 +0800 | [diff] [blame] | 38 | android:enabled="false" |
Legler Wu | aeefef5 | 2014-10-27 00:57:18 +0800 | [diff] [blame] | 39 | android:taskAffinity="android.task.stk.StkLauncherActivity"> |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 40 | <intent-filter> |
| 41 | <action android:name="android.intent.action.MAIN" /> |
| 42 | <category android:name="android.intent.category.LAUNCHER" /> |
| 43 | </intent-filter> |
| 44 | </activity> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 45 | |
Legler Wu | aeefef5 | 2014-10-27 00:57:18 +0800 | [diff] [blame] | 46 | <activity android:name="StkLauncherActivity" |
| 47 | android:theme="@android:style/Theme.NoTitleBar" |
| 48 | android:label="@string/app_name" |
| 49 | android:taskAffinity="android.task.stk.StkLauncherActivity"> |
| 50 | <intent-filter> |
| 51 | <action android:name="android.intent.action.VIEW" /> |
| 52 | <action android:name="android.intent.action.PICK" /> |
| 53 | <category android:name="android.intent.category.DEFAULT" /> |
| 54 | </intent-filter> |
| 55 | </activity> |
| 56 | |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 57 | <activity android:name="StkMenuActivity" |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 58 | android:theme="@android:style/Theme.NoTitleBar" |
| 59 | android:icon="@drawable/ic_launcher_sim_toolkit" |
| 60 | android:label="@string/app_name" |
| 61 | android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc" |
| 62 | android:taskAffinity="android.task.stk.StkLauncherActivity"> |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 63 | <intent-filter> |
| 64 | <action android:name="android.intent.action.VIEW" /> |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 65 | <action android:name="android.intent.action.PICK" /> |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 66 | <category android:name="android.intent.category.DEFAULT" /> |
| 67 | </intent-filter> |
| 68 | </activity> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 69 | |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 70 | <activity android:name="StkInputActivity" |
| 71 | android:label="@string/app_name" |
| 72 | android:icon="@drawable/ic_launcher_sim_toolkit" |
| 73 | android:theme="@android:style/Theme.Holo" |
| 74 | android:configChanges="orientation|locale|screenSize|keyboardHidden" |
| 75 | android:taskAffinity="android.task.stk.StkLauncherActivity"> |
| 76 | <intent-filter> |
| 77 | <action android:name="android.intent.action.VIEW" /> |
| 78 | <action android:name="android.intent.action.EDIT" /> |
| 79 | <category android:name="android.intent.category.DEFAULT" /> |
| 80 | </intent-filter> |
| 81 | </activity> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 82 | <activity android:name="StkDialogActivity" |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 83 | android:configChanges="orientation|locale|screenSize|keyboardHidden" |
duho.ro | ee36b6f | 2013-09-03 15:15:16 +0900 | [diff] [blame] | 84 | android:theme="@android:style/Theme.Dialog" |
Wink Saville | e68857d | 2014-10-17 15:23:05 -0700 | [diff] [blame] | 85 | android:taskAffinity="android.task.stk.StkLauncherActivity"> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 86 | </activity> |
| 87 | |
| 88 | <activity android:name="ToneDialog" |
| 89 | android:theme="@android:style/Theme.Dialog"> |
| 90 | </activity> |
| 91 | |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 92 | <!-- SIM Toolkit settings activity --> |
| 93 | <activity android:name="StkSettings" |
| 94 | android:label="@string/app_name"> |
| 95 | <intent-filter> |
| 96 | <action android:name="android.intent.action.VIEW" /> |
| 97 | <action android:name="android.intent.action.MAIN" /> |
| 98 | <category |
| 99 | android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 100 | </intent-filter> |
| 101 | </activity> |
Wink Saville | 79085fc | 2009-06-09 10:27:23 -0700 | [diff] [blame] | 102 | |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 103 | <receiver android:name="com.android.stk.StkCmdReceiver"> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 104 | <intent-filter> |
| 105 | <action android:name= "android.intent.action.stk.command" /> |
| 106 | <action android:name= "android.intent.action.stk.session_end" /> |
duho.ro | 6ae29d8 | 2014-09-19 07:56:43 +0900 | [diff] [blame] | 107 | <action android:name= "android.intent.action.stk.icc_status_change" /> |
Preeti Ahuja | 0f4cf2f | 2012-08-09 11:45:08 +0530 | [diff] [blame] | 108 | <action android:name= "android.intent.action.stk.alpha_notify" /> |
Preeti Ahuja | 9591934 | 2013-10-01 18:18:55 -0700 | [diff] [blame] | 109 | <action android:name= "android.intent.action.LOCALE_CHANGED" /> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 110 | </intent-filter> |
| 111 | </receiver> |
| 112 | |
xinhe | 5b75658 | 2014-11-18 11:33:48 -0800 | [diff] [blame] | 113 | <receiver android:name="com.android.stk.BootCompletedReceiver"> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 114 | <intent-filter> |
| 115 | <action android:name="android.intent.action.BOOT_COMPLETED" /> |
xinhe | 1c3556b | 2014-12-08 11:26:34 -0800 | [diff] [blame] | 116 | <action android:name="android.intent.action.USER_INITIALIZE" /> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 117 | </intent-filter> |
| 118 | </receiver> |
| 119 | |
| 120 | <service android:name="StkAppService" /> |
| 121 | |
David Pursehouse | d3e6845 | 2013-09-06 16:46:57 +0900 | [diff] [blame] | 122 | </application> |
The Android Open Source Project | 9d9730a | 2009-03-03 19:32:37 -0800 | [diff] [blame] | 123 | </manifest> |