Add Matter module preferred to manifest (#3319)

This commit is contained in:
Joris Pelgröm 2023-02-15 02:32:46 +01:00 committed by GitHub
parent fafbfdca77
commit 4ae185d31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,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:-1:preferred"
android:value=""/>
</service>
</application>
</manifest>