summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:23:13 +0100
committerJoey <joey@lineageos.org>2018-01-25 12:23:13 +0100
commitb0c5a5e3d1fefd35952fb9f7de711204c0f95267 (patch)
tree4f62492bce8908b902fce0cd5a34ae2e9a8e050d
parenta4e9eb32109f07e3adf5006a2d546a01209fcb26 (diff)
downloadandroid_packages_apps_Contacts-staging/lineage-15.1.tar.gz
android_packages_apps_Contacts-staging/lineage-15.1.tar.bz2
android_packages_apps_Contacts-staging/lineage-15.1.zip
Contacts: define app categorystaging/lineage-15.1
Change-Id: I54fd9b2bc0d1beb4885d5dd5cb59c93a34f4bb7d Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 93b9a70bb..4d5ad1ca3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -66,6 +66,7 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_contacts_launcher"
android:label="@string/applicationLabel"
+ android:appCategory="social"
android:supportsRtl="true"
android:taskAffinity="android.task.contacts"
android:usesCleartextTraffic="false">