blob: 48451d194bff4dbc98bb10bbb2be2426ee16bf95 [file] [log] [blame]
Ihab Awad945a82e2015-04-01 19:35:00 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
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
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18 coreApp="true"
19 package="com.android.server.telecom.testapps">
20
Yorke Lee1cbe7022015-08-31 18:22:15 -070021 <uses-sdk
22 android:minSdkVersion="23"
23 android:targetSdkVersion="23" />
24
Hall Liu67eb3b02018-04-27 17:54:46 -070025 <uses-permission android:name="android.permission.BLUETOOTH" />
Ihab Awad945a82e2015-04-01 19:35:00 -070026 <uses-permission android:name="android.permission.CAMERA" />
Yorke Lee562ad5e2015-04-20 16:25:40 -070027 <uses-permission android:name="android.permission.CALL_PHONE" />
Ihab Awad945a82e2015-04-01 19:35:00 -070028 <uses-permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE" />
pkanwarc0d60432017-05-04 09:17:23 -070029 <uses-permission android:name="android.permission.INTERNET" />
Tyler Gunna90ba732017-01-26 07:24:08 -080030 <uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />
Yorke Leefbc95632015-04-27 13:56:13 -070031 <uses-permission android:name="android.permission.READ_CALL_LOG" />
Ihab Awad945a82e2015-04-01 19:35:00 -070032 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
33 <uses-permission android:name="android.permission.REGISTER_CALL_PROVIDER" />
34 <uses-permission android:name="android.permission.REGISTER_CONNECTION_MANAGER" />
35 <uses-permission android:name="android.permission.REGISTER_SIM_SUBSCRIPTION" />
Yorke Leefbc95632015-04-27 13:56:13 -070036 <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
Ihab Awad945a82e2015-04-01 19:35:00 -070037
38 <application android:label="@string/app_name">
39 <uses-library android:name="android.test.runner" />
40
41 <!-- Miscellaneous telecom app-related test activities. -->
42
43 <service android:name="com.android.server.telecom.testapps.TestConnectionService"
Yorke Lee7bb8ce92015-05-13 16:28:29 -070044 android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" >
Ihab Awad945a82e2015-04-01 19:35:00 -070045 <intent-filter>
46 <action android:name="android.telecom.ConnectionService" />
47 </intent-filter>
48 </service>
49
Brad Ebinger06a47b02017-08-18 13:09:06 -070050 <receiver android:name=".TestConnectionServiceReceiver">
51 <intent-filter>
52 <action android:name="android.server.telecom.testapps.ACTION_SWITCH_PHONE_ACCOUNT"/>
53 <action android:name="android.server.telecom.testapps.ACTION_SWITCH_PHONE_ACCOUNT_WRONG"/>
54 </intent-filter>
55 </receiver>
56
Ihab Awad945a82e2015-04-01 19:35:00 -070057 <service android:name="com.android.server.telecom.testapps.TestConnectionManager"
Yorke Lee7bb8ce92015-05-13 16:28:29 -070058 android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" >
Ihab Awad945a82e2015-04-01 19:35:00 -070059 <intent-filter>
60 <action android:name="android.telecom.ConnectionService" />
61 </intent-filter>
62 </service>
63
64 <service android:name="com.android.server.telecom.testapps.TestInCallServiceImpl"
65 android:process="com.android.server.telecom.testapps.TestInCallService"
66 android:permission="android.permission.BIND_INCALL_SERVICE" >
Santos Cordon501b9b32016-03-07 14:40:07 -080067 <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true"/>
Ihab Awad945a82e2015-04-01 19:35:00 -070068 <intent-filter>
69 <action android:name="android.telecom.InCallService"/>
70 </intent-filter>
71 </service>
72
Tyler Gunn33b67292015-04-27 15:41:35 -070073 <receiver android:name="com.android.server.telecom.testapps.TestInCallServiceBroadcastReceiver"
74 android:process="com.android.server.telecom.testapps.TestInCallService" >
75 <intent-filter>
76 <action android:name="android.server.telecom.testapps.ACTION_SEND_UPDATE_REQUEST_FROM_TEST_INCALL_SERVICE"/>
Tyler Gunn86014fc2015-06-12 14:31:25 -070077 <action android:name="android.server.telecom.testapps.ACTION_SEND_UPGRADE_RESPONSE"/>
Tyler Gunnea4c6fb2017-04-14 13:46:21 -070078 <action android:name="android.telecom.action.PHONE_ACCOUNT_REGISTERED"/>
79 <action android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED"/>
Tyler Gunn33b67292015-04-27 15:41:35 -070080 </intent-filter>
81 </receiver>
82
Brad Ebinger06a47b02017-08-18 13:09:06 -070083
84
Santos Cordonf78a72f2016-01-21 22:10:32 +000085 <activity android:name="com.android.server.telecom.testapps.TestInCallUI"
86 android:process="com.android.server.telecom.testapps.TestInCallService"
87 android:label="@string/inCallUiAppLabel"
88 android:launchMode="singleInstance">
89 <intent-filter>
90 <action android:name="android.intent.action.MAIN" />
91 <category android:name="android.intent.category.DEFAULT" />
92 <category android:name="android.intent.category.LAUNCHER" />
93 </intent-filter>
94 </activity>
95
Hall Liudd68bc32017-01-25 17:14:23 -080096 <activity android:name="com.android.server.telecom.testapps.TestRttActivity"
97 android:process="com.android.server.telecom.testapps.TestInCallService"
98 android:label="@string/rttUiLabel"
99 android:launchMode="singleInstance">
100 <intent-filter>
101 <action android:name="android.intent.action.MAIN" />
102 <category android:name="android.intent.category.DEFAULT" />
103 </intent-filter>
104 </activity>
105
Ihab Awad945a82e2015-04-01 19:35:00 -0700106 <activity android:name="com.android.server.telecom.testapps.TestCallActivity"
Yorke Lee17fa0d62015-04-27 14:55:10 -0700107 android:theme="@android:style/Theme.NoDisplay"
Tyler Gunn33b67292015-04-27 15:41:35 -0700108 android:label="@string/testCallActivityLabel">
Ihab Awad945a82e2015-04-01 19:35:00 -0700109 <intent-filter>
110 <action android:name="android.intent.action.MAIN" />
111 <category android:name="android.intent.category.DEFAULT" />
112 <category android:name="android.intent.category.LAUNCHER" />
113 </intent-filter>
114 <intent-filter>
115 <action android:name="android.telecom.testapps.ACTION_START_INCOMING_CALL" />
116 <action android:name="android.telecom.testapps.ACTION_NEW_UNKNOWN_CALL" />
117 <category android:name="android.intent.category.DEFAULT" />
118 <data android:scheme="tel" />
119 <data android:scheme="sip" />
120 </intent-filter>
Yorke Lee2a6985f2015-03-27 12:30:44 -0700121 <intent-filter>
122 <action android:name="android.telecom.testapps.ACTION_HANGUP_CALLS" />
123 <category android:name="android.intent.category.DEFAULT" />
124 </intent-filter>
Yorke Lee817090c2015-04-10 12:12:25 -0700125 <intent-filter>
126 <action android:name="android.telecom.testapps.ACTION_SEND_UPGRADE_REQUEST" />
127 <category android:name="android.intent.category.DEFAULT" />
128 <data android:scheme="int" />
129 </intent-filter>
Hall Liudd68bc32017-01-25 17:14:23 -0800130 <intent-filter>
131 <action android:name="android.telecom.testapps.ACTION_RTT_CALL" />
132 <category android:name="android.intent.category.DEFAULT" />
133 <data android:scheme="tel" />
134 </intent-filter>
Hall Liuaeece4e2017-02-14 16:42:12 -0800135 <intent-filter>
136 <action android:name="android.telecom.testapps.ACTION_REMOTE_RTT_UPGRADE" />
137 <category android:name="android.intent.category.DEFAULT" />
138 </intent-filter>
Ihab Awad945a82e2015-04-01 19:35:00 -0700139 </activity>
140
141 <receiver android:name="com.android.server.telecom.testapps.CallNotificationReceiver"
142 android:exported="false">
143 <intent-filter>
144 <action android:name="com.android.server.telecom.testapps.ACTION_CALL_SERVICE_EXIT" />
145 </intent-filter>
146 </receiver>
147
148 <activity android:name="com.android.server.telecom.testapps.TestDialerActivity"
149 android:label="@string/testDialerActivityLabel"
150 android:process="com.android.server.telecom.testapps.TestInCallService">
151 <intent-filter>
152 <action android:name="android.intent.action.DIAL" />
153 <category android:name="android.intent.category.DEFAULT" />
154 <category android:name="android.intent.category.BROWSABLE" />
155 <data android:mimeType="vnd.android.cursor.item/phone" />
156 <data android:mimeType="vnd.android.cursor.item/person" />
157 </intent-filter>
158 <intent-filter>
159 <action android:name="android.intent.action.DIAL" />
160 <category android:name="android.intent.category.DEFAULT" />
161 <category android:name="android.intent.category.BROWSABLE" />
162 <data android:scheme="voicemail" />
163 </intent-filter>
164 <intent-filter>
165 <action android:name="android.intent.action.DIAL" />
166 <category android:name="android.intent.category.DEFAULT" />
167 </intent-filter>
168 <intent-filter>
169 <action android:name="android.intent.action.VIEW" />
170 <action android:name="android.intent.action.DIAL" />
171 <category android:name="android.intent.category.DEFAULT" />
172 <category android:name="android.intent.category.BROWSABLE" />
173 <data android:scheme="tel" />
174 </intent-filter>
175 <intent-filter>
176 <action android:name="android.intent.action.MAIN" />
177 <category android:name="android.intent.category.DEFAULT" />
178 <category android:name="android.intent.category.LAUNCHER" />
179 </intent-filter>
180 </activity>
pkanwardc4c14d2016-10-31 11:04:18 -0700181
182 <activity android:name="com.android.server.telecom.testapps.TestUssdActivity"
183 android:label="@string/UssdUiAppLabel"
184 android:launchMode="singleInstance">
185 <intent-filter>
186 <action android:name="android.intent.action.MAIN" />
187 <category android:name="android.intent.category.DEFAULT" />
188 <category android:name="android.intent.category.LAUNCHER" />
189 </intent-filter>
Tyler Gunna90ba732017-01-26 07:24:08 -0800190 </activity>
191
pkanwarc0d60432017-05-04 09:17:23 -0700192 <activity android:name="com.android.server.telecom.testapps.TestCertActivity"
193 android:label="@string/KeyUiAppLabel"
194 android:launchMode="singleInstance">
195 <intent-filter>
196 <action android:name="android.intent.action.MAIN" />
197 <category android:name="android.intent.category.DEFAULT" />
198 <category android:name="android.intent.category.LAUNCHER" />
199 </intent-filter>
200 </activity>
201
Tyler Gunna90ba732017-01-26 07:24:08 -0800202 <activity android:name="com.android.server.telecom.testapps.SelfManagedCallingActivity"
203 android:label="@string/selfManagedCallingActivityLabel"
Tyler Gunn2b17f232017-03-08 08:51:00 -0800204 android:process="com.android.server.telecom.testapps.SelfMangingCallingApp"
205 android:theme="@android:style/Theme.Material.Light">
Tyler Gunna90ba732017-01-26 07:24:08 -0800206 <intent-filter>
207 <action android:name="android.intent.action.MAIN" />
208 <category android:name="android.intent.category.DEFAULT" />
209 <category android:name="android.intent.category.LAUNCHER" />
210 </intent-filter>
pkanwardc4c14d2016-10-31 11:04:18 -0700211 </activity>
Tyler Gunna90ba732017-01-26 07:24:08 -0800212
Tyler Gunn115c06e2017-03-02 09:29:07 -0800213 <activity android:name="com.android.server.telecom.testapps.IncomingSelfManagedCallActivity"
214 android:label="@string/selfManagedCallingActivityLabel"
215 android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
216 <intent-filter>
217 <action android:name="android.intent.action.MAIN" />
218 </intent-filter>
219 </activity>
220
Tyler Gunn6f9ceb22017-04-06 08:47:01 -0700221 <activity android:name="com.android.server.telecom.testapps.HandoverActivity"
222 android:label="@string/selfManagedCallingActivityLabel"
223 android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
224 <intent-filter>
225 <action android:name="android.intent.action.MAIN" />
226 </intent-filter>
227 </activity>
228
Tyler Gunna90ba732017-01-26 07:24:08 -0800229 <service android:name="com.android.server.telecom.testapps.SelfManagedConnectionService"
230 android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
231 android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
232 <intent-filter>
233 <action android:name="android.telecom.ConnectionService" />
234 </intent-filter>
235 </service>
Tyler Gunn115c06e2017-03-02 09:29:07 -0800236
237 <receiver android:exported="false"
238 android:process="com.android.server.telecom.testapps.SelfMangingCallingApp"
239 android:name="com.android.server.telecom.testapps.SelfManagedCallNotificationReceiver" />
Ihab Awad945a82e2015-04-01 19:35:00 -0700240 </application>
241</manifest>