Add permission to access OpenPGP providers in Android 11+

Fixes #825
This commit is contained in:
Jakob Nixdorf 2021-05-04 06:54:25 +02:00
parent b6c0cf5d8e
commit 5fb5416d2e
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -87,4 +87,9 @@
</intent-filter>
</receiver>
</application>
<!-- Required on Android 11+ for andOTP to be able to select a PGP provider -->
<queries>
<package android:name="org.sufficientlysecure.keychain" />
</queries>
</manifest>