Merge pull request #634 from alexbakker/fix-package-query

Explicitly define which packages (apps) we want to query
This commit is contained in:
Michael Schättgen 2020-12-26 15:15:00 +01:00 committed by GitHub
commit 2c6be39f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,4 +97,14 @@
</provider>
</application>
<queries>
<package android:name="com.authy.authy" />
<package android:name="org.fedorahosted.freeotp" />
<package android:name="org.liberty.android.freeotpplus" />
<package android:name="com.google.android.apps.authenticator2" />
<package android:name="com.azure.authenticator" />
<package android:name="com.valvesoftware.android.steam.community" />
<package android:name="com.authenticator.authservice2" />
</queries>
</manifest>