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