blob: af291ac518ce3cbe6542ed77302e84a5979065d4 [file] [log] [blame]
Chiao Cheng94b10b52012-08-17 16:59:12 -07001<?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 Shrauner57ccf012014-03-21 14:12:36 -070018 package="com.android.dialer"
Anthony Leef88d4702015-08-12 14:35:25 -070019 coreApp="true"
Brandon Maxwellcb53f982016-03-15 18:45:06 -070020 android:versionCode="30000"
21 android:versionName="3.00.00">
Chiao Cheng94b10b52012-08-17 16:59:12 -070022
Yorke Leee772cc32015-06-25 10:19:09 -070023 <uses-sdk
Jay Shraunerf61a9a82015-07-14 09:24:06 -070024 android:minSdkVersion="23"
25 android:targetSdkVersion="23" />
Yorke Leee772cc32015-06-25 10:19:09 -070026
Yorke Lee72d59612014-07-18 09:08:51 -070027 <uses-permission android:name="android.permission.CALL_PHONE" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070028 <uses-permission android:name="android.permission.READ_CONTACTS" />
29 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
30 <uses-permission android:name="android.permission.READ_CALL_LOG" />
31 <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
Yorke Lee7d661342013-11-07 12:11:13 -080032 <uses-permission android:name="android.permission.READ_PROFILE" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070033 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
34 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
Ta-wei Yen6d8acb22016-03-07 14:20:57 -080035 <uses-permission android:name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
Chiao Cheng94b10b52012-08-17 16:59:12 -070036 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
37 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070038 <uses-permission android:name="android.permission.INTERNET" />
Yorke Lee1197d332013-08-14 08:55:53 -070039 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"/>
Chiao Cheng94b10b52012-08-17 16:59:12 -070040 <uses-permission android:name="android.permission.NFC" />
41 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
Shammi Khattard8c460b2015-12-16 12:41:16 -080042 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070043 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
44 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Fang Yunonged1f20a2015-11-24 16:39:40 +080045 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070046 <uses-permission android:name="android.permission.WAKE_LOCK" />
47 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
48 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
49 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
50 <uses-permission android:name="android.permission.VIBRATE" />
Qiang Chen21b49b12016-06-23 17:54:06 +080051 <uses-permission android:name="com.qualcomm.permission.USE_PHONE_SERVICE" />
52 <uses-permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070053 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
Tyler Gunn54268512014-08-18 16:24:05 -070054 <uses-permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070055 <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" />
Yorke Lee2cb39a62014-07-18 16:36:21 -070056 <uses-permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL" />
57 <uses-permission android:name="com.android.voicemail.permission.READ_VOICEMAIL" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070058 <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" />
59 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
Chiao Cheng94b10b52012-08-17 16:59:12 -070060 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Evan Charltonb6b31722014-09-15 09:25:39 -070061 <uses-permission android:name="android.permission.BROADCAST_STICKY" />
beanstown10663795022015-10-15 10:56:44 -040062 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
Andrew Leed04f11f2015-02-12 12:16:07 -080063 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Fang Yunonged1f20a2015-11-24 16:39:40 +080064 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Fang Yunongda0ed542016-10-17 15:37:02 +080065 <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
66 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
Ruthwar Kumar Ambeeraa3bd7c2016-07-29 18:07:57 +053067 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
Christine Chen28eb2f12013-10-07 11:44:06 -070068 <!-- This tells the activity manager to not delay any of our activity
69 start requests, even if they happen immediately after the user
70 presses home. -->
71 <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
Jackeagleb8290ef2017-03-17 12:05:40 -040072
Adhiticdd71022017-01-16 14:19:17 +053073 <!-- For enrich call -->
74 <uses-permission android:name="com.qualcomm.qti.internal.permission.ACCESS_ENRICHED_CALL" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070075
76 <application
Alon Albert05de7012013-08-22 11:26:28 -070077 android:name="DialerApplication"
Chiao Cheng94b10b52012-08-17 16:59:12 -070078 android:label="@string/applicationLabel"
Chiao Cheng437afcc2012-11-09 15:18:21 -080079 android:icon="@mipmap/ic_launcher_phone"
Fabrice Di Meglioc341db02013-04-03 21:11:37 -070080 android:hardwareAccelerated="true"
Christine Chen9c1e0652013-05-23 15:40:19 -070081 android:supportsRtl="true"
Alex Klyubin45c14892015-04-02 10:41:18 -070082 android:backupAgent='com.android.dialer.DialerBackupAgent'
Jeff Sharkey23a60762016-03-17 11:01:30 -060083 android:usesCleartextTraffic="false">
Christine Chen9c1e0652013-05-23 15:40:19 -070084
Adhiticdd71022017-01-16 14:19:17 +053085 <uses-library android:name="org.codeaurora.rcscommon" android:required="false" />
86
Christine Chen9c1e0652013-05-23 15:40:19 -070087 <meta-data android:name="com.google.android.backup.api_key"
88 android:value="AEdPqrEAAAAIBXgtCEKQ6W0PXVnW-ZVia2KmlV2AxsTw3GjAeQ" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070089
Zhu Youhuae47ebf02016-06-02 20:23:21 +080090 <uses-library android:name="com.qualcomm.qti.smartsearch" android:required="false" />
Chiao Cheng94b10b52012-08-17 16:59:12 -070091 <!-- The entrance point for Phone UI.
92 stateAlwaysHidden is set to suppress keyboard show up on
93 dialpad screen. -->
94 <activity android:name=".DialtactsActivity"
Jay Shraunerbf8b4b92014-09-03 15:12:16 -070095 android:label="@string/launcherActivityLabel"
Yorke Leebe10b412014-04-23 19:14:12 -070096 android:theme="@style/DialtactsActivityTheme"
Chiao Cheng94b10b52012-08-17 16:59:12 -070097 android:launchMode="singleTask"
98 android:clearTaskOnLaunch="true"
99 android:icon="@mipmap/ic_launcher_phone"
Nancy Chend4c8d5a2016-01-28 15:12:11 -0800100 android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"
101 android:resizeableActivity="true"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600102 android:directBootAware="true">
Chiao Cheng94b10b52012-08-17 16:59:12 -0700103 <intent-filter>
104 <action android:name="android.intent.action.DIAL" />
105 <category android:name="android.intent.category.DEFAULT" />
106 <category android:name="android.intent.category.BROWSABLE" />
107 <data android:mimeType="vnd.android.cursor.item/phone" />
108 <data android:mimeType="vnd.android.cursor.item/person" />
109 </intent-filter>
110 <intent-filter>
111 <action android:name="android.intent.action.DIAL" />
112 <category android:name="android.intent.category.DEFAULT" />
113 <category android:name="android.intent.category.BROWSABLE" />
114 <data android:scheme="voicemail" />
115 </intent-filter>
116 <intent-filter>
117 <action android:name="android.intent.action.DIAL" />
118 <category android:name="android.intent.category.DEFAULT" />
119 </intent-filter>
120 <intent-filter>
121 <action android:name="android.intent.action.MAIN" />
122 <category android:name="android.intent.category.DEFAULT" />
123 <category android:name="android.intent.category.LAUNCHER" />
124 <category android:name="android.intent.category.BROWSABLE" />
125 </intent-filter>
126 <intent-filter>
127 <action android:name="android.intent.action.VIEW" />
128 <action android:name="android.intent.action.DIAL" />
129 <category android:name="android.intent.category.DEFAULT" />
130 <category android:name="android.intent.category.BROWSABLE" />
131 <data android:scheme="tel" />
132 </intent-filter>
133 <intent-filter>
Nancy Chen019713e2015-07-06 18:25:24 -0700134 <action android:name="android.intent.action.VIEW" />
135 <category android:name="android.intent.category.DEFAULT" />
136 <category android:name="android.intent.category.BROWSABLE" />
137 <data android:mimeType="vnd.android.cursor.dir/calls" />
138 </intent-filter>
139 <intent-filter>
Chiao Cheng94b10b52012-08-17 16:59:12 -0700140 <action android:name="android.intent.action.CALL_BUTTON" />
141 <category android:name="android.intent.category.DEFAULT" />
142 <category android:name="android.intent.category.BROWSABLE" />
143 </intent-filter>
144 <!-- This was never intended to be public, but is here for backward
145 compatibility. Use Intent.ACTION_DIAL instead. -->
146 <intent-filter>
147 <action android:name="com.android.phone.action.TOUCH_DIALER" />
148 <category android:name="android.intent.category.DEFAULT" />
149 <category android:name="android.intent.category.TAB" />
150 </intent-filter>
Andrew Lee4de59fb2015-08-13 15:20:08 -0700151 <intent-filter android:label="@string/callHistoryIconLabel">
Chiao Cheng94b10b52012-08-17 16:59:12 -0700152 <action android:name="com.android.phone.action.RECENT_CALLS" />
153 <category android:name="android.intent.category.DEFAULT" />
154 <category android:name="android.intent.category.TAB" />
155 </intent-filter>
Jorim Jaggida1da5d2014-07-25 22:13:24 +0200156 <meta-data
157 android:name="com.android.keyguard.layout"
158 android:resource="@layout/keyguard_preview" />
Chiao Cheng94b10b52012-08-17 16:59:12 -0700159 </activity>
160
Yorke Leeaf6f1952014-07-14 19:13:16 -0700161 <activity android:name="com.android.dialer.settings.DialerSettingsActivity"
Andrew Lee3663afe2015-10-04 01:31:28 -0700162 android:label="@string/dialer_settings_label"
163 android:parentActivityName="com.android.dialer.DialtactsActivity"
164 android:theme="@style/SettingsStyle"
165 android:exported="false">
Yorke Leeaf6f1952014-07-14 19:13:16 -0700166 </activity>
167
Andrew Lee91cd89c2015-10-28 17:47:42 -0700168 <activity android:name="com.android.dialer.filterednumber.BlockedNumbersSettingsActivity"
Andrew Lee3663afe2015-10-04 01:31:28 -0700169 android:label="@string/manage_blocked_numbers_label"
Anne Ronge78b54c2015-09-28 11:18:42 -0700170 android:parentActivityName="com.android.dialer.settings.DialerSettingsActivity"
Andrew Lee3663afe2015-10-04 01:31:28 -0700171 android:theme="@style/ManageBlockedNumbersStyle"
172 android:exported="false">
Anne Ronge78b54c2015-09-28 11:18:42 -0700173 </activity>
174
Sarmad Hashmi3694b112016-02-17 17:39:36 -0800175 <activity android:name="com.android.dialer.voicemail.VoicemailArchiveActivity"
176 android:label="@string/voicemail_archive_activity_title"
177 android:theme="@style/DialtactsThemeWithoutActionBarOverlay">
178 </activity>
179
Yorke Leec3766332013-07-31 11:13:16 -0700180 <activity android:name="com.android.dialer.calllog.CallLogActivity"
Li Weiadecbba2016-08-31 11:42:07 +0800181 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Leec3766332013-07-31 11:13:16 -0700182 android:label="@string/call_log_activity_title"
Yorke Lee86e21f72014-04-02 16:49:38 -0700183 android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
Yorke Leec3766332013-07-31 11:13:16 -0700184 android:icon="@mipmap/ic_launcher_phone">
Yorke Leedfb2eee2013-06-26 18:24:32 -0700185 </activity>
186
Chiao Cheng94b10b52012-08-17 16:59:12 -0700187 <activity android:name="com.android.dialer.CallDetailActivity"
Andrew Lee3663afe2015-10-04 01:31:28 -0700188 android:label="@string/callDetailTitle"
189 android:theme="@style/CallDetailActivityTheme"
Brandon Maxwell7457ef72016-09-26 12:37:29 -0700190 android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
Andrew Lee3663afe2015-10-04 01:31:28 -0700191 android:icon="@mipmap/ic_launcher_phone">
Chiao Cheng94b10b52012-08-17 16:59:12 -0700192 <intent-filter>
193 <action android:name="android.intent.action.VIEW"/>
194 <category android:name="android.intent.category.DEFAULT"/>
195 <data android:mimeType="vnd.android.cursor.item/calls"/>
196 </intent-filter>
197 </activity>
198
199 <activity android:name="com.android.contacts.common.test.FragmentTestActivity">
200 <intent-filter>
201 <category android:name="android.intent.category.TEST"/>
202 </intent-filter>
203 </activity>
204
Tyler Gunn476bd262015-08-10 10:03:37 -0700205 <activity android:name="com.android.contacts.common.dialog.CallSubjectDialog"
206 android:theme="@style/Theme.CallSubjectDialogTheme"
207 android:windowSoftInputMode="stateVisible|adjustResize">
Tyler Gunnc72f4192015-08-05 14:34:28 -0700208 <intent-filter>
209 <action android:name="android.intent.action.VIEW"/>
210 </intent-filter>
211 </activity>
212
Chiao Cheng94b10b52012-08-17 16:59:12 -0700213 <!-- Backwards compatibility: "Phone" from Gingerbread and earlier -->
214 <activity-alias android:name="DialtactsActivity"
215 android:targetActivity=".DialtactsActivity"
216 android:exported="true"
217 />
218
219 <!-- Backwards compatibility: "Call log" from Gingerbread and earlier -->
220 <activity-alias android:name="RecentCallsListActivity"
221 android:targetActivity=".DialtactsActivity"
222 android:exported="true"
223 />
224
225 <!-- Backwards compatibility: "Call log" from ICS -->
226 <activity-alias android:name=".activities.CallLogActivity"
227 android:targetActivity=".DialtactsActivity"
228 android:exported="true"
229 />
230
Chiao Chenge1d64772012-10-29 18:32:25 -0700231 <!-- Used to filter contacts list by account -->
232 <activity
Chiao Cheng82d544d2012-11-30 13:32:24 -0800233 android:name="com.android.contacts.common.list.AccountFilterActivity"
Chiao Chenge1d64772012-10-29 18:32:25 -0700234 android:label="@string/activity_title_contacts_filter"
235 android:theme="@style/ContactListFilterTheme"/>
236
237 <!-- Used to select display and sync groups -->
238 <activity
Chiao Cheng82d544d2012-11-30 13:32:24 -0800239 android:name="com.android.contacts.common.list.CustomContactListFilterActivity"
Chiao Chenge1d64772012-10-29 18:32:25 -0700240 android:label="@string/custom_list_filter"
241 android:theme="@style/ContactListFilterTheme"/>
242
Brian Attwellbd53eb42015-05-11 17:18:07 -0700243 <activity
244 android:name="com.android.contacts.common.activity.RequestImportVCardPermissionsActivity"
245 android:label="@string/launcherActivityLabel"
246 android:theme="@style/BackgroundOnlyTheme"
247 android:exported="false"/>
248
Fang Yunong72e8ce82016-08-08 19:59:47 +0800249 <activity android:name=".VideoCallWelcomeActivity"
250 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"
251 android:finishOnCloseSystemDialogs="true"
252 android:excludeFromRecents="true"
253 android:exported="false" />
254
Chiao Cheng8378c572012-12-03 17:17:52 -0800255 <!-- vCard related -->
256 <activity android:name="com.android.contacts.common.vcard.ImportVCardActivity"
257 android:configChanges="orientation|screenSize|keyboardHidden"
258 android:theme="@style/BackgroundOnlyTheme">
Chiao Cheng8378c572012-12-03 17:17:52 -0800259 </activity>
260
261 <activity android:name="com.android.contacts.common.vcard.NfcImportVCardActivity"
262 android:configChanges="orientation|screenSize|keyboardHidden"
263 android:theme="@style/BackgroundOnlyTheme">
Chiao Cheng8378c572012-12-03 17:17:52 -0800264 </activity>
265
266 <activity android:name="com.android.contacts.common.vcard.CancelActivity"
267 android:theme="@style/BackgroundOnlyTheme"/>
268
269 <activity android:name="com.android.contacts.common.vcard.SelectAccountActivity"
270 android:theme="@style/BackgroundOnlyTheme"/>
271
272 <activity android:name="com.android.contacts.common.vcard.ExportVCardActivity"
273 android:theme="@style/BackgroundOnlyTheme"/>
274
Wenyi Wang4cae6752016-02-18 20:39:00 -0800275 <activity android:name="com.android.contacts.common.vcard.ShareVCardActivity"
276 android:theme="@style/BackgroundOnlyTheme" />
277
Chiao Cheng8378c572012-12-03 17:17:52 -0800278 <service
279 android:name="com.android.contacts.common.vcard.VCardService"
280 android:exported="false"/>
281 <!-- end vCard related -->
282
Jay Shrauner6e826d72015-11-17 14:41:58 -0800283 <receiver android:name=".calllog.CallLogReceiver">
Chiao Cheng94b10b52012-08-17 16:59:12 -0700284 <intent-filter>
285 <action android:name="android.intent.action.NEW_VOICEMAIL" />
286 <data
287 android:scheme="content"
288 android:host="com.android.voicemail"
289 android:mimeType="vnd.android.cursor.item/voicemail"
290 />
291 </intent-filter>
292 <intent-filter android:priority="100">
293 <action android:name="android.intent.action.BOOT_COMPLETED"/>
294 </intent-filter>
295 </receiver>
296
Yorke Lee1197d332013-08-14 08:55:53 -0700297 <receiver android:name=".interactions.UndemoteOutgoingCallReceiver">
298 <intent-filter>
299 <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
300 </intent-filter>
301 </receiver>
302
Chiao Cheng94b10b52012-08-17 16:59:12 -0700303 <service
304 android:name=".calllog.CallLogNotificationsService"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600305 android:directBootAware="true"
Chiao Cheng94b10b52012-08-17 16:59:12 -0700306 android:exported="false"
307 />
Yorke Lee81e0da42013-01-30 14:56:19 -0800308
Brandon Maxwell3cb83e02016-03-04 17:33:59 -0800309 <receiver android:name=".calllog.MissedCallNotificationReceiver"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600310 android:directBootAware="true">
Nancy Chencc42b592016-01-26 14:38:57 -0800311 <intent-filter>
312 <action android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION" />
313 </intent-filter>
314 </receiver>
315
Yorke Lee81e0da42013-01-30 14:56:19 -0800316 <!-- Service to update a contact -->
317 <service
318 android:name=".contact.ContactUpdateService"
319 android:exported="false" />
Santos Cordonc286ae22013-09-03 15:58:07 -0700320
Yorke Lee294dadd2014-06-13 14:54:40 -0700321 <!-- Broadcast receiver that passively listens to location updates -->
322 <receiver android:name="com.android.contacts.common.location.CountryDetector$LocationChangedReceiver"/>
323
324 <!-- IntentService to update the user's current country -->
325 <service android:name="com.android.contacts.common.location.UpdateCountryService"
326 android:exported="false"/>
327
Santos Cordonc286ae22013-09-03 15:58:07 -0700328 <!-- Main in-call UI activity. This is never launched directly
329 from outside the phone app; instead, it's either launched by
330 the OutgoingCallBroadcaster (for outgoing calls), or as the
331 fullScreenIntent of a notification (for incoming calls.) -->
332 <activity android:name="com.android.incallui.InCallActivity"
333 android:theme="@style/Theme.InCallScreen"
Sandeep Kunta5baddd12016-06-14 10:53:42 +0530334 android:label=""
Santos Cordonc286ae22013-09-03 15:58:07 -0700335 android:excludeFromRecents="true"
336 android:launchMode="singleInstance"
Andalam Parthasarathi5bbed322016-09-15 18:13:01 +0530337 android:configChanges="smallestScreenSize|screenLayout|keyboardHidden"
Santos Cordonc286ae22013-09-03 15:58:07 -0700338 android:exported="false"
Brandon Maxwell6773df02016-01-14 15:31:42 -0800339 android:screenOrientation="nosensor"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600340 android:directBootAware="true"
Qi Wang40de5982016-02-23 12:57:04 -0800341 android:resizeableActivity="true">
Santos Cordonc286ae22013-09-03 15:58:07 -0700342 </activity>
343
Santos Cordon77cecf22014-06-26 14:50:10 -0700344 <service android:name="com.android.incallui.InCallServiceImpl"
Brandon Maxwell6773df02016-01-14 15:31:42 -0800345 android:permission="android.permission.BIND_INCALL_SERVICE"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600346 android:directBootAware="true" >
Santos Cordone9117792015-06-23 15:14:03 -0700347 <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
Brandon Maxwell88bbc3e2016-01-27 18:11:47 -0800348 <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING"
Brandon Maxwell3c048b92016-02-25 18:24:57 -0800349 android:value="false"/>
Tyler Gunn318a06e2016-06-09 12:50:15 -0700350 <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS"
351 android:value="true"/>
Santos Cordon77cecf22014-06-26 14:50:10 -0700352 <intent-filter>
Tyler Gunn9dc924c2014-09-12 09:33:50 -0700353 <action android:name="android.telecom.InCallService"/>
Santos Cordon77cecf22014-06-26 14:50:10 -0700354 </intent-filter>
355 </service>
Anne Rong6fcdcc12015-08-10 17:45:55 -0700356
Brandon Maxwell3cb83e02016-03-04 17:33:59 -0800357 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
358 <receiver android:name="com.android.incallui.NotificationBroadcastReceiver"
Jeff Sharkey23a60762016-03-17 11:01:30 -0600359 android:directBootAware="true"
Brandon Maxwell3cb83e02016-03-04 17:33:59 -0800360 android:exported="false" />
361
Anne Rong6fcdcc12015-08-10 17:45:55 -0700362 <provider
363 android:name=".database.FilteredNumberProvider"
Anne Rong7e488f52015-08-19 18:32:08 -0700364 android:authorities="com.android.dialer.database.filterednumberprovider"
Anne Rong6fcdcc12015-08-10 17:45:55 -0700365 android:exported="false"
366 android:multiprocess="false"
367 />
Wenyi Wang4cae6752016-02-18 20:39:00 -0800368
369 <provider
370 android:name="android.support.v4.content.FileProvider"
371 android:authorities="@string/contacts_file_provider_authority"
372 android:grantUriPermissions="true"
373 android:exported="false">
374 <meta-data
375 android:name="android.support.FILE_PROVIDER_PATHS"
376 android:resource="@xml/file_paths" />
377 </provider>
Sarmad Hashmi450a6052016-02-09 18:54:26 -0800378
379 <provider
380 android:name=".database.VoicemailArchiveProvider"
381 android:authorities="com.android.dialer.database.voicemailarchiveprovider"
382 android:exported="false"
383 android:multiprocess="false"
384 />
Zhu Youhua15e03872016-06-06 18:40:07 +0800385
386 <activity android:name=".SpeedDialListActivity"
387 android:theme="@style/SpeedDialtactsTheme"
388 android:label="@string/speed_dial_settings" >
389 <intent-filter>
390 <action android:name="android.intent.action.MAIN"/>
391 </intent-filter>
392 </activity>
Chiao Cheng94b10b52012-08-17 16:59:12 -0700393 </application>
394</manifest>