From 25d05543e9932bae0b606fc1783051e305c218f8 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 8 Apr 2018 14:02:55 +0200 Subject: Classify in the "social" app category --- src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 33c0384de..9880e00eb 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -34,6 +34,8 @@ android:label="@string/app_name" android:largeHeap="true" android:theme="@style/ConversationsTheme" + android:appCategory="social" + tools:targetApi="o" tools:replace="android:label, android:allowBackup" >