Update manifest for Matter commissioning (#3586)

https://developers.home.google.com/matter/apis/home#calling_other_android_apps
This commit is contained in:
Joris Pelgröm 2023-06-19 20:10:53 +02:00 committed by GitHub
parent 4c7549080b
commit b586bf9955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,13 @@
<uses-sdk tools:overrideLibrary="com.google.android.gms.threadnetwork" />
<queries>
<!-- For GMS Core/Play service -->
<package android:name="com.google.android.gms" />
<package android:name="com.android.vending" />
<!-- End of GMS Core/Play service-->
</queries>
<application
android:name="io.homeassistant.companion.android.HomeAssistantApplication" >
<meta-data android:name="io.sentry.auto-init" android:value="false" />

View File

@ -4,6 +4,13 @@
<uses-sdk tools:overrideLibrary="com.google.android.gms.threadnetwork" />
<queries>
<!-- For GMS Core/Play service -->
<package android:name="com.google.android.gms" />
<package android:name="com.android.vending" />
<!-- End of GMS Core/Play service-->
</queries>
<application
android:name="io.homeassistant.companion.android.HomeAssistantApplication" >
<meta-data android:name="io.sentry.auto-init" android:value="false" />