From d73e998cfc7b7de739e3192d6a18542f53209401 Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 25 Jan 2018 12:24:51 +0100 Subject: Dialer: define app category Change-Id: I53b6ee1c70925c50e91270e0b084d777dd8c06f6 Signed-off-by: Joey --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) 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"> -- cgit v1.2.3