2015-04-02 02:35:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2013 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
coreApp="true"
|
|
|
|
package="com.android.server.telecom.testapps">
|
|
|
|
|
2015-09-01 01:22:15 +00:00
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="23"
|
|
|
|
android:targetSdkVersion="23" />
|
|
|
|
|
2015-04-02 02:35:00 +00:00
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
2015-04-20 23:25:40 +00:00
|
|
|
<uses-permission android:name="android.permission.CALL_PHONE" />
|
2015-04-02 02:35:00 +00:00
|
|
|
<uses-permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE" />
|
2017-05-04 16:17:23 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2017-01-26 15:24:08 +00:00
|
|
|
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />
|
2015-04-27 20:56:13 +00:00
|
|
|
<uses-permission android:name="android.permission.READ_CALL_LOG" />
|
2015-04-02 02:35:00 +00:00
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.REGISTER_CALL_PROVIDER" />
|
|
|
|
<uses-permission android:name="android.permission.REGISTER_CONNECTION_MANAGER" />
|
|
|
|
<uses-permission android:name="android.permission.REGISTER_SIM_SUBSCRIPTION" />
|
2015-04-27 20:56:13 +00:00
|
|
|
<uses-permission android:name="android.permission.WRITE_CALL_LOG" />
|
2015-04-02 02:35:00 +00:00
|
|
|
|
|
|
|
<application android:label="@string/app_name">
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
|
|
|
|
<!-- Miscellaneous telecom app-related test activities. -->
|
|
|
|
|
|
|
|
<service android:name="com.android.server.telecom.testapps.TestConnectionService"
|
2015-05-13 23:28:29 +00:00
|
|
|
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" >
|
2015-04-02 02:35:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.ConnectionService" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2017-08-18 20:09:06 +00:00
|
|
|
<receiver android:name=".TestConnectionServiceReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.server.telecom.testapps.ACTION_SWITCH_PHONE_ACCOUNT"/>
|
|
|
|
<action android:name="android.server.telecom.testapps.ACTION_SWITCH_PHONE_ACCOUNT_WRONG"/>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2015-04-02 02:35:00 +00:00
|
|
|
<service android:name="com.android.server.telecom.testapps.TestConnectionManager"
|
2015-05-13 23:28:29 +00:00
|
|
|
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" >
|
2015-04-02 02:35:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.ConnectionService" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service android:name="com.android.server.telecom.testapps.TestInCallServiceImpl"
|
|
|
|
android:process="com.android.server.telecom.testapps.TestInCallService"
|
|
|
|
android:permission="android.permission.BIND_INCALL_SERVICE" >
|
2016-03-07 22:40:07 +00:00
|
|
|
<meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true"/>
|
2015-04-02 02:35:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.InCallService"/>
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-04-27 22:41:35 +00:00
|
|
|
<receiver android:name="com.android.server.telecom.testapps.TestInCallServiceBroadcastReceiver"
|
|
|
|
android:process="com.android.server.telecom.testapps.TestInCallService" >
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.server.telecom.testapps.ACTION_SEND_UPDATE_REQUEST_FROM_TEST_INCALL_SERVICE"/>
|
2015-06-12 21:31:25 +00:00
|
|
|
<action android:name="android.server.telecom.testapps.ACTION_SEND_UPGRADE_RESPONSE"/>
|
2017-04-14 20:46:21 +00:00
|
|
|
<action android:name="android.telecom.action.PHONE_ACCOUNT_REGISTERED"/>
|
|
|
|
<action android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED"/>
|
2015-04-27 22:41:35 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2017-08-18 20:09:06 +00:00
|
|
|
|
|
|
|
|
2016-01-21 22:10:32 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestInCallUI"
|
|
|
|
android:process="com.android.server.telecom.testapps.TestInCallService"
|
|
|
|
android:label="@string/inCallUiAppLabel"
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2017-01-26 01:14:23 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestRttActivity"
|
|
|
|
android:process="com.android.server.telecom.testapps.TestInCallService"
|
|
|
|
android:label="@string/rttUiLabel"
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2015-04-02 02:35:00 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestCallActivity"
|
2015-04-27 21:55:10 +00:00
|
|
|
android:theme="@android:style/Theme.NoDisplay"
|
2015-04-27 22:41:35 +00:00
|
|
|
android:label="@string/testCallActivityLabel">
|
2015-04-02 02:35:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_START_INCOMING_CALL" />
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_NEW_UNKNOWN_CALL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:scheme="tel" />
|
|
|
|
<data android:scheme="sip" />
|
|
|
|
</intent-filter>
|
2015-03-27 19:30:44 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_HANGUP_CALLS" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
2015-04-10 19:12:25 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_SEND_UPGRADE_REQUEST" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:scheme="int" />
|
|
|
|
</intent-filter>
|
2017-01-26 01:14:23 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_RTT_CALL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:scheme="tel" />
|
|
|
|
</intent-filter>
|
2017-02-15 00:42:12 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.testapps.ACTION_REMOTE_RTT_UPGRADE" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
2015-04-02 02:35:00 +00:00
|
|
|
</activity>
|
|
|
|
|
|
|
|
<receiver android:name="com.android.server.telecom.testapps.CallNotificationReceiver"
|
|
|
|
android:exported="false">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.android.server.telecom.testapps.ACTION_CALL_SERVICE_EXIT" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestDialerActivity"
|
|
|
|
android:label="@string/testDialerActivityLabel"
|
|
|
|
android:process="com.android.server.telecom.testapps.TestInCallService">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.DIAL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:mimeType="vnd.android.cursor.item/phone" />
|
|
|
|
<data android:mimeType="vnd.android.cursor.item/person" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.DIAL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="voicemail" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.DIAL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<action android:name="android.intent.action.DIAL" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="tel" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2016-10-31 18:04:18 +00:00
|
|
|
|
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestUssdActivity"
|
|
|
|
android:label="@string/UssdUiAppLabel"
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
2017-01-26 15:24:08 +00:00
|
|
|
</activity>
|
|
|
|
|
2017-05-04 16:17:23 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.TestCertActivity"
|
|
|
|
android:label="@string/KeyUiAppLabel"
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2017-01-26 15:24:08 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.SelfManagedCallingActivity"
|
|
|
|
android:label="@string/selfManagedCallingActivityLabel"
|
2017-03-08 16:51:00 +00:00
|
|
|
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp"
|
|
|
|
android:theme="@android:style/Theme.Material.Light">
|
2017-01-26 15:24:08 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
2016-10-31 18:04:18 +00:00
|
|
|
</activity>
|
2017-01-26 15:24:08 +00:00
|
|
|
|
2017-03-02 17:29:07 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.IncomingSelfManagedCallActivity"
|
|
|
|
android:label="@string/selfManagedCallingActivityLabel"
|
|
|
|
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2017-04-06 15:47:01 +00:00
|
|
|
<activity android:name="com.android.server.telecom.testapps.HandoverActivity"
|
|
|
|
android:label="@string/selfManagedCallingActivityLabel"
|
|
|
|
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2017-01-26 15:24:08 +00:00
|
|
|
<service android:name="com.android.server.telecom.testapps.SelfManagedConnectionService"
|
|
|
|
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
|
|
|
|
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.telecom.ConnectionService" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2017-03-02 17:29:07 +00:00
|
|
|
|
|
|
|
<receiver android:exported="false"
|
|
|
|
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp"
|
|
|
|
android:name="com.android.server.telecom.testapps.SelfManagedCallNotificationReceiver" />
|
2015-04-02 02:35:00 +00:00
|
|
|
</application>
|
|
|
|
</manifest>
|