Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 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" |
Jay Shrauner | 57ccf01 | 2014-03-21 14:12:36 -0700 | [diff] [blame] | 18 | package="com.android.dialer" |
| 19 | coreApp="true"> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 20 | |
Yorke Lee | e772cc3 | 2015-06-25 10:19:09 -0700 | [diff] [blame] | 21 | <uses-sdk |
Jay Shrauner | f61a9a8 | 2015-07-14 09:24:06 -0700 | [diff] [blame] | 22 | android:minSdkVersion="23" |
| 23 | android:targetSdkVersion="23" /> |
Yorke Lee | e772cc3 | 2015-06-25 10:19:09 -0700 | [diff] [blame] | 24 | |
| 25 | |
Yorke Lee | 72d5961 | 2014-07-18 09:08:51 -0700 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 28 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 29 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
| 30 | <uses-permission android:name="android.permission.WRITE_CALL_LOG" /> |
Yorke Lee | 7d66134 | 2013-11-07 12:11:13 -0800 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
| 33 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 34 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 35 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.INTERNET" /> |
Yorke Lee | 1197d33 | 2013-08-14 08:55:53 -0700 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"/> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.NFC" /> |
| 39 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 40 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 41 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 43 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| 44 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 45 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 46 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 47 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Tyler Gunn | 5426851 | 2014-08-18 16:24:05 -0700 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 49 | <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> |
Yorke Lee | 2cb39a6 | 2014-07-18 16:36:21 -0700 | [diff] [blame] | 50 | <uses-permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL" /> |
| 51 | <uses-permission android:name="com.android.voicemail.permission.READ_VOICEMAIL" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" /> |
| 53 | <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Evan Charlton | b6b3172 | 2014-09-15 09:25:39 -0700 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
Andrew Lee | d04f11f | 2015-02-12 12:16:07 -0800 | [diff] [blame] | 56 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Christine Chen | 28eb2f1 | 2013-10-07 11:44:06 -0700 | [diff] [blame] | 57 | <!-- This tells the activity manager to not delay any of our activity |
| 58 | start requests, even if they happen immediately after the user |
| 59 | presses home. --> |
| 60 | <uses-permission android:name="android.permission.STOP_APP_SWITCHES" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 61 | |
| 62 | <application |
Alon Albert | 05de701 | 2013-08-22 11:26:28 -0700 | [diff] [blame] | 63 | android:name="DialerApplication" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 64 | android:label="@string/applicationLabel" |
Chiao Cheng | 437afcc | 2012-11-09 15:18:21 -0800 | [diff] [blame] | 65 | android:icon="@mipmap/ic_launcher_phone" |
Fabrice Di Meglio | c341db0 | 2013-04-03 21:11:37 -0700 | [diff] [blame] | 66 | android:hardwareAccelerated="true" |
Christine Chen | 9c1e065 | 2013-05-23 15:40:19 -0700 | [diff] [blame] | 67 | android:supportsRtl="true" |
Alex Klyubin | 45c1489 | 2015-04-02 10:41:18 -0700 | [diff] [blame] | 68 | android:backupAgent='com.android.dialer.DialerBackupAgent' |
| 69 | android:usesCleartextTraffic="false"> |
Christine Chen | 9c1e065 | 2013-05-23 15:40:19 -0700 | [diff] [blame] | 70 | |
| 71 | <meta-data android:name="com.google.android.backup.api_key" |
| 72 | android:value="AEdPqrEAAAAIBXgtCEKQ6W0PXVnW-ZVia2KmlV2AxsTw3GjAeQ" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 73 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 74 | <!-- The entrance point for Phone UI. |
| 75 | stateAlwaysHidden is set to suppress keyboard show up on |
| 76 | dialpad screen. --> |
| 77 | <activity android:name=".DialtactsActivity" |
Jay Shrauner | bf8b4b9 | 2014-09-03 15:12:16 -0700 | [diff] [blame] | 78 | android:label="@string/launcherActivityLabel" |
Yorke Lee | be10b41 | 2014-04-23 19:14:12 -0700 | [diff] [blame] | 79 | android:theme="@style/DialtactsActivityTheme" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 80 | android:launchMode="singleTask" |
| 81 | android:clearTaskOnLaunch="true" |
| 82 | android:icon="@mipmap/ic_launcher_phone" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 83 | android:enabled="@*android:bool/config_voice_capable" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 84 | android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"> |
| 85 | <intent-filter> |
| 86 | <action android:name="android.intent.action.DIAL" /> |
| 87 | <category android:name="android.intent.category.DEFAULT" /> |
| 88 | <category android:name="android.intent.category.BROWSABLE" /> |
| 89 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 90 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 91 | </intent-filter> |
| 92 | <intent-filter> |
| 93 | <action android:name="android.intent.action.DIAL" /> |
| 94 | <category android:name="android.intent.category.DEFAULT" /> |
| 95 | <category android:name="android.intent.category.BROWSABLE" /> |
| 96 | <data android:scheme="voicemail" /> |
| 97 | </intent-filter> |
| 98 | <intent-filter> |
| 99 | <action android:name="android.intent.action.DIAL" /> |
| 100 | <category android:name="android.intent.category.DEFAULT" /> |
| 101 | </intent-filter> |
| 102 | <intent-filter> |
| 103 | <action android:name="android.intent.action.MAIN" /> |
| 104 | <category android:name="android.intent.category.DEFAULT" /> |
| 105 | <category android:name="android.intent.category.LAUNCHER" /> |
| 106 | <category android:name="android.intent.category.BROWSABLE" /> |
| 107 | </intent-filter> |
| 108 | <intent-filter> |
| 109 | <action android:name="android.intent.action.VIEW" /> |
| 110 | <action android:name="android.intent.action.DIAL" /> |
| 111 | <category android:name="android.intent.category.DEFAULT" /> |
| 112 | <category android:name="android.intent.category.BROWSABLE" /> |
| 113 | <data android:scheme="tel" /> |
| 114 | </intent-filter> |
| 115 | <intent-filter> |
Nancy Chen | 019713e | 2015-07-06 18:25:24 -0700 | [diff] [blame] | 116 | <action android:name="android.intent.action.VIEW" /> |
| 117 | <category android:name="android.intent.category.DEFAULT" /> |
| 118 | <category android:name="android.intent.category.BROWSABLE" /> |
| 119 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 120 | </intent-filter> |
| 121 | <intent-filter> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 122 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 123 | <category android:name="android.intent.category.DEFAULT" /> |
| 124 | <category android:name="android.intent.category.BROWSABLE" /> |
| 125 | </intent-filter> |
| 126 | <!-- This was never intended to be public, but is here for backward |
| 127 | compatibility. Use Intent.ACTION_DIAL instead. --> |
| 128 | <intent-filter> |
| 129 | <action android:name="com.android.phone.action.TOUCH_DIALER" /> |
| 130 | <category android:name="android.intent.category.DEFAULT" /> |
| 131 | <category android:name="android.intent.category.TAB" /> |
| 132 | </intent-filter> |
| 133 | <intent-filter android:label="@string/recentCallsIconLabel"> |
| 134 | <action android:name="com.android.phone.action.RECENT_CALLS" /> |
| 135 | <category android:name="android.intent.category.DEFAULT" /> |
| 136 | <category android:name="android.intent.category.TAB" /> |
| 137 | </intent-filter> |
Jorim Jaggi | da1da5d | 2014-07-25 22:13:24 +0200 | [diff] [blame] | 138 | <meta-data |
| 139 | android:name="com.android.keyguard.layout" |
| 140 | android:resource="@layout/keyguard_preview" /> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 141 | </activity> |
| 142 | |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 143 | <activity android:name="com.android.dialer.settings.DialerSettingsActivity" |
| 144 | android:label="@string/dialer_settings_label" |
| 145 | android:parentActivityName="com.android.dialer.DialtactsActivity" |
| 146 | android:theme="@style/SettingsStyle" |
| 147 | android:exported="false"> |
| 148 | </activity> |
| 149 | |
Yorke Lee | c376633 | 2013-07-31 11:13:16 -0700 | [diff] [blame] | 150 | <activity android:name="com.android.dialer.calllog.CallLogActivity" |
| 151 | android:label="@string/call_log_activity_title" |
Yorke Lee | 86e21f7 | 2014-04-02 16:49:38 -0700 | [diff] [blame] | 152 | android:theme="@style/DialtactsThemeWithoutActionBarOverlay" |
Yorke Lee | c376633 | 2013-07-31 11:13:16 -0700 | [diff] [blame] | 153 | android:icon="@mipmap/ic_launcher_phone"> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 154 | </activity> |
| 155 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 156 | <activity android:name="com.android.dialer.CallDetailActivity" |
| 157 | android:label="@string/callDetailTitle" |
| 158 | android:theme="@style/CallDetailActivityTheme" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 159 | android:icon="@mipmap/ic_launcher_phone" |
Chiao Cheng | adb742c | 2013-10-07 17:46:25 -0700 | [diff] [blame] | 160 | android:parentActivityName="com.android.dialer.calllog.CallLogActivity" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 161 | > |
| 162 | <intent-filter> |
| 163 | <action android:name="android.intent.action.VIEW"/> |
| 164 | <category android:name="android.intent.category.DEFAULT"/> |
| 165 | <data android:mimeType="vnd.android.cursor.item/calls"/> |
| 166 | </intent-filter> |
| 167 | </activity> |
| 168 | |
| 169 | <activity android:name="com.android.contacts.common.test.FragmentTestActivity"> |
| 170 | <intent-filter> |
| 171 | <category android:name="android.intent.category.TEST"/> |
| 172 | </intent-filter> |
| 173 | </activity> |
| 174 | |
| 175 | <!-- Backwards compatibility: "Phone" from Gingerbread and earlier --> |
| 176 | <activity-alias android:name="DialtactsActivity" |
| 177 | android:targetActivity=".DialtactsActivity" |
| 178 | android:exported="true" |
| 179 | /> |
| 180 | |
| 181 | <!-- Backwards compatibility: "Call log" from Gingerbread and earlier --> |
| 182 | <activity-alias android:name="RecentCallsListActivity" |
| 183 | android:targetActivity=".DialtactsActivity" |
| 184 | android:exported="true" |
| 185 | /> |
| 186 | |
| 187 | <!-- Backwards compatibility: "Call log" from ICS --> |
| 188 | <activity-alias android:name=".activities.CallLogActivity" |
| 189 | android:targetActivity=".DialtactsActivity" |
| 190 | android:exported="true" |
| 191 | /> |
| 192 | |
Chiao Cheng | e1d6477 | 2012-10-29 18:32:25 -0700 | [diff] [blame] | 193 | <!-- Used to filter contacts list by account --> |
| 194 | <activity |
Chiao Cheng | 82d544d | 2012-11-30 13:32:24 -0800 | [diff] [blame] | 195 | android:name="com.android.contacts.common.list.AccountFilterActivity" |
Chiao Cheng | e1d6477 | 2012-10-29 18:32:25 -0700 | [diff] [blame] | 196 | android:label="@string/activity_title_contacts_filter" |
| 197 | android:theme="@style/ContactListFilterTheme"/> |
| 198 | |
| 199 | <!-- Used to select display and sync groups --> |
| 200 | <activity |
Chiao Cheng | 82d544d | 2012-11-30 13:32:24 -0800 | [diff] [blame] | 201 | android:name="com.android.contacts.common.list.CustomContactListFilterActivity" |
Chiao Cheng | e1d6477 | 2012-10-29 18:32:25 -0700 | [diff] [blame] | 202 | android:label="@string/custom_list_filter" |
| 203 | android:theme="@style/ContactListFilterTheme"/> |
| 204 | |
Brian Attwell | bd53eb4 | 2015-05-11 17:18:07 -0700 | [diff] [blame] | 205 | <activity |
| 206 | android:name="com.android.contacts.common.activity.RequestImportVCardPermissionsActivity" |
| 207 | android:label="@string/launcherActivityLabel" |
| 208 | android:theme="@style/BackgroundOnlyTheme" |
| 209 | android:exported="false"/> |
| 210 | |
Chiao Cheng | 8378c57 | 2012-12-03 17:17:52 -0800 | [diff] [blame] | 211 | <!-- vCard related --> |
| 212 | <activity android:name="com.android.contacts.common.vcard.ImportVCardActivity" |
| 213 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 214 | android:theme="@style/BackgroundOnlyTheme"> |
Chiao Cheng | 8378c57 | 2012-12-03 17:17:52 -0800 | [diff] [blame] | 215 | </activity> |
| 216 | |
| 217 | <activity android:name="com.android.contacts.common.vcard.NfcImportVCardActivity" |
| 218 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 219 | android:theme="@style/BackgroundOnlyTheme"> |
Chiao Cheng | 8378c57 | 2012-12-03 17:17:52 -0800 | [diff] [blame] | 220 | </activity> |
| 221 | |
| 222 | <activity android:name="com.android.contacts.common.vcard.CancelActivity" |
| 223 | android:theme="@style/BackgroundOnlyTheme"/> |
| 224 | |
| 225 | <activity android:name="com.android.contacts.common.vcard.SelectAccountActivity" |
| 226 | android:theme="@style/BackgroundOnlyTheme"/> |
| 227 | |
| 228 | <activity android:name="com.android.contacts.common.vcard.ExportVCardActivity" |
| 229 | android:theme="@style/BackgroundOnlyTheme"/> |
| 230 | |
| 231 | <service |
| 232 | android:name="com.android.contacts.common.vcard.VCardService" |
| 233 | android:exported="false"/> |
| 234 | <!-- end vCard related --> |
| 235 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 236 | <receiver android:name=".calllog.CallLogReceiver" |
| 237 | android:enabled="@*android:bool/config_voice_capable"> |
| 238 | <intent-filter> |
| 239 | <action android:name="android.intent.action.NEW_VOICEMAIL" /> |
| 240 | <data |
| 241 | android:scheme="content" |
| 242 | android:host="com.android.voicemail" |
| 243 | android:mimeType="vnd.android.cursor.item/voicemail" |
| 244 | /> |
| 245 | </intent-filter> |
| 246 | <intent-filter android:priority="100"> |
| 247 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 248 | </intent-filter> |
| 249 | </receiver> |
| 250 | |
Yorke Lee | 1197d33 | 2013-08-14 08:55:53 -0700 | [diff] [blame] | 251 | <receiver android:name=".interactions.UndemoteOutgoingCallReceiver"> |
| 252 | <intent-filter> |
| 253 | <action android:name="android.intent.action.NEW_OUTGOING_CALL" /> |
| 254 | </intent-filter> |
| 255 | </receiver> |
| 256 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 257 | <service |
| 258 | android:name=".calllog.CallLogNotificationsService" |
| 259 | android:exported="false" |
| 260 | /> |
Yorke Lee | 81e0da4 | 2013-01-30 14:56:19 -0800 | [diff] [blame] | 261 | |
| 262 | <!-- Service to update a contact --> |
| 263 | <service |
| 264 | android:name=".contact.ContactUpdateService" |
| 265 | android:exported="false" /> |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 266 | |
Yorke Lee | 294dadd | 2014-06-13 14:54:40 -0700 | [diff] [blame] | 267 | <!-- Broadcast receiver that passively listens to location updates --> |
| 268 | <receiver android:name="com.android.contacts.common.location.CountryDetector$LocationChangedReceiver"/> |
| 269 | |
| 270 | <!-- IntentService to update the user's current country --> |
| 271 | <service android:name="com.android.contacts.common.location.UpdateCountryService" |
| 272 | android:exported="false"/> |
| 273 | |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 274 | <!-- Main in-call UI activity. This is never launched directly |
| 275 | from outside the phone app; instead, it's either launched by |
| 276 | the OutgoingCallBroadcaster (for outgoing calls), or as the |
| 277 | fullScreenIntent of a notification (for incoming calls.) --> |
| 278 | <activity android:name="com.android.incallui.InCallActivity" |
| 279 | android:theme="@style/Theme.InCallScreen" |
Santos Cordon | e8c54f9 | 2013-09-04 15:33:51 -0700 | [diff] [blame] | 280 | android:label="@string/phoneAppLabel" |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 281 | android:excludeFromRecents="true" |
| 282 | android:launchMode="singleInstance" |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 283 | android:configChanges="keyboardHidden" |
| 284 | android:exported="false" |
Tyler Gunn | 838e990 | 2014-08-22 07:44:59 -0700 | [diff] [blame] | 285 | android:screenOrientation="nosensor" > |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 286 | </activity> |
| 287 | |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 288 | <!-- BroadcastReceiver for receiving Intents from Notification mechanism. --> |
Yorke Lee | d9602d0 | 2015-05-19 16:36:22 -0700 | [diff] [blame] | 289 | <receiver android:name="com.android.incallui.NotificationBroadcastReceiver" |
| 290 | android:exported="false" /> |
Santos Cordon | c286ae2 | 2013-09-03 15:58:07 -0700 | [diff] [blame] | 291 | |
Santos Cordon | 77cecf2 | 2014-06-26 14:50:10 -0700 | [diff] [blame] | 292 | <service android:name="com.android.incallui.InCallServiceImpl" |
Tyler Gunn | 5426851 | 2014-08-18 16:24:05 -0700 | [diff] [blame] | 293 | android:permission="android.permission.BIND_INCALL_SERVICE" > |
Santos Cordon | e911779 | 2015-06-23 15:14:03 -0700 | [diff] [blame] | 294 | <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" /> |
Santos Cordon | 77cecf2 | 2014-06-26 14:50:10 -0700 | [diff] [blame] | 295 | <intent-filter> |
Tyler Gunn | 9dc924c | 2014-09-12 09:33:50 -0700 | [diff] [blame] | 296 | <action android:name="android.telecom.InCallService"/> |
Santos Cordon | 77cecf2 | 2014-06-26 14:50:10 -0700 | [diff] [blame] | 297 | </intent-filter> |
| 298 | </service> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 299 | </application> |
| 300 | </manifest> |