Revert "remove support for Google Auto"
This reverts commit ed9318feac
.
This commit is contained in:
parent
c1fe03ef55
commit
42b5cab7a4
|
@ -88,6 +88,10 @@
|
|||
tools:replace="android:label"
|
||||
tools:targetApi="q">
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/automotive_app_desc" />
|
||||
|
||||
<service android:name=".services.XmppConnectionService" />
|
||||
|
||||
<receiver
|
||||
|
|
4
src/main/res/xml/automotive_app_desc.xml
Normal file
4
src/main/res/xml/automotive_app_desc.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<automotiveApp>
|
||||
<uses name="notification"/>
|
||||
</automotiveApp>
|
Loading…
Reference in a new issue