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