Classify in the "social" app category
This commit is contained in:
parent
9a7f3ec742
commit
4232e5b35d
|
@ -29,7 +29,9 @@
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/ConversationsTheme"
|
android:theme="@style/ConversationsTheme"
|
||||||
tools:replace="android:label">
|
android:appCategory="social"
|
||||||
|
tools:replace="android:label"
|
||||||
|
tools:targetApi="o">
|
||||||
|
|
||||||
<meta-data android:name="com.google.android.gms.car.application"
|
<meta-data android:name="com.google.android.gms.car.application"
|
||||||
android:resource="@xml/automotive_app_desc" />
|
android:resource="@xml/automotive_app_desc" />
|
||||||
|
|
Loading…
Reference in a new issue