0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-27 05:33:00 +00:00

Fix manifest provider

This commit is contained in:
GoldenRetro 2021-09-11 21:34:52 +02:00
parent a610156db7
commit ae3feaad7e

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