Merge pull request #2874 from SamWhited/app_category

Classify in the "social" app category
This commit is contained in:
Daniel Gultsch 2018-03-14 07:51:18 +01:00 committed by GitHub
commit c790a972ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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">
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />