summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:24:51 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-09-13 16:16:38 +0300
commitd3b02b99bf428fb786ffd815b2f194ed445d3469 (patch)
tree6e1142484e3c2d9e872c07447c64a6d0bfb2ef93
parenta0b71ea7806d4b4c31695bcf8074cfe2435428c9 (diff)
downloadandroid_packages_apps_Dialer-d3b02b99bf428fb786ffd815b2f194ed445d3469.tar.gz
android_packages_apps_Dialer-d3b02b99bf428fb786ffd815b2f194ed445d3469.tar.bz2
android_packages_apps_Dialer-d3b02b99bf428fb786ffd815b2f194ed445d3469.zip
Dialer: define app category
Change-Id: I53b6ee1c70925c50e91270e0b084d777dd8c06f6 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 fe8147f07..b948082c5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -111,6 +111,7 @@
android:icon="@mipmap/ic_launcher_phone"
android:label="@string/applicationLabel"
android:name="com.android.dialer.binary.aosp.AospDialerApplication"
+ android:appCategory="social"
android:supportsRtl="true"
android:usesCleartextTraffic="false"
android:extractNativeLibs="false">