We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f938c + 45576cc commit 6624afeCopy full SHA for 6624afe
packages/SettingsProvider/AndroidManifest.xml
@@ -14,6 +14,7 @@
14
15
<provider android:name="SettingsProvider" android:authorities="settings"
16
android:multiprocess="false"
17
+ android:exported="true"
18
android:writePermission="android.permission.WRITE_SETTINGS"
19
android:initOrder="100" />
20
</application>
0 commit comments