diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index adbc294ffba51724e7cce7b389ebb77886b42ce0..4bad1fd15b1d5d1a12828d0610d9a29f8d0a489b 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">