From 7ac4bf10be97f5939fc7af264116abbaf88b7786 Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 25 Jan 2018 12:24:51 +0100 Subject: [PATCH] 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 164dbc907..75916d372 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -107,6 +107,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">