diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index adbc294ff..4bad1fd15 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -29,7 +29,9 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/ConversationsTheme" - tools:replace="android:label"> + android:appCategory="social" + tools:replace="android:label" + tools:targetApi="o">