summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:24:51 +0100
committerMichael Bestas <mkbestas@lineageos.org>2020-12-12 01:23:35 +0200
commitd73e998cfc7b7de739e3192d6a18542f53209401 (patch)
treed7c23264f9a8b175b3ce285b6906394dbe147183
parent96251f2a4de4c42c1721ea0937d0cb75164d3e6d (diff)
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">