Add Matter module preferred to manifest, again (#3427)

This commit is contained in:
Joris Pelgröm 2023-04-01 04:57:33 +02:00 committed by GitHub
parent 300edaa26b
commit 3c0145eed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,17 @@
<category android:name="androidx.car.app.category.IOT"/>
</intent-filter>
</service>
<service
android:name="com.google.android.gms.metadata.ModuleDependencies"
android:enabled="false"
android:exported="false">
<intent-filter>
<action android:name="com.google.android.gms.metadata.MODULE_DEPENDENCIES" />
</intent-filter>
<meta-data
android:name="home:0:preferred"
android:value=""/>
</service>
</application>
</manifest>