mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-25 16:26:08 +00:00
Merge pull request #634 from alexbakker/fix-package-query
Explicitly define which packages (apps) we want to query
This commit is contained in:
commit
2c6be39f88
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue