mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-27 05:33:00 +00:00
Fix manifest provider
This commit is contained in:
parent
a610156db7
commit
ae3feaad7e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue