blob: e87b846debfe34e97e94d5eff7db0218e27757d5 [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?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
Neel Parekhbe406ff2009-09-16 15:31:22 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Neel Parekhbe406ff2009-09-16 15:31:22 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 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"
Jeff Sharkey26c7e732009-04-01 17:30:46 -070018 package="com.android.contacts"
Arthur Wangf6cd4d22016-11-01 15:21:51 -070019 android:versionCode="10609"
20 android:versionName="1.6.9">
Jeff Sharkey26c7e732009-04-01 17:30:46 -070021
Walter Jangb69f4cc2016-07-15 16:35:50 -070022 <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
Walter Jang30cd1892016-07-01 12:16:57 -070023
Jeff Hamiltone7883532010-02-11 16:25:48 -060024 <original-package android:name="com.android.contacts" />
25
John Shaob5f5e8b2016-09-26 11:19:55 -070026 <!-- Contacts permission listed first because order determines
27 order that permissions are requested with some OEMs -->
Walter Jang0e723d92016-07-07 19:00:30 -070028
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080029 <application
Dmitri Plotnikovf049ff02010-11-29 10:15:24 -080030 android:name="com.android.contacts.ContactsApplication"
Jay Shrauner39570862014-09-03 15:08:49 -070031 android:label="@string/applicationLabel"
yaolu14235e62016-10-21 16:09:42 -070032 android:icon="@mipmap/ic_contacts_launcher"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080033 android:taskAffinity="android.task.contacts"
Daniel Lehmann57b5aa12010-09-23 17:42:23 -070034 android:hardwareAccelerated="true"
Yorke Leea7109d72013-01-17 11:47:23 -080035 android:supportsRtl="true"
Alex Klyubin6746d252015-04-02 12:51:40 -070036 android:usesCleartextTraffic="false"
Arthur Wang04b84e42016-10-07 16:38:52 -070037 />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080038</manifest>