Merge pull request #603 from naveensingh/disable_android_auto
Disable Android Auto for now
This commit is contained in:
commit
2b6792ccde
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@
|
|||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
<meta-data
|
||||
<!--<meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/automotive_app_desc" />
|
||||
android:resource="@xml/automotive_app_desc" />-->
|
||||
|
||||
<activity
|
||||
android:name=".activities.SplashActivity"
|
||||
|
|
Loading…
Reference in a new issue