Fix manifest provider

This commit is contained in:
GoldenRetro 2021-09-11 21:34:52 +02:00
parent a610156db7
commit ae3feaad7e
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@
android:name="fake-signature"
android:value="@string/fake_signature" />
<!-- Internal Settings -->
<provider
android:name="org.microg.mgms.settings.SettingsProvider"
android:authorities="${applicationId}.microg.settings"
android:exported="false" />
<!-- Services Framework -->
<provider