mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Disabled Android auto support
This commit is contained in:
parent
6a32944dc5
commit
42ddf58db3
1 changed files with 3 additions and 2 deletions
|
@ -121,9 +121,10 @@
|
|||
<meta-data
|
||||
android:name="android.allow_multiple_resumed_activities"
|
||||
android:value="true" />
|
||||
<meta-data
|
||||
<!--meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/car" />
|
||||
android:resource="@xml/car" /-->
|
||||
<!-- https://play.google.com/about/auto/developer-distribution-agreement-addendum/ -->
|
||||
<meta-data
|
||||
android:name="com.bugsnag.android.API_KEY"
|
||||
android:value="9d2d57476a0614974449a3ec33f2604a" />
|
||||
|
|
Loading…
Reference in a new issue