Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3704da0d9e
@@ -15,7 +15,6 @@
|
||||
<provider android:name="SettingsProvider" android:authorities="settings"
|
||||
android:multiprocess="false"
|
||||
android:exported="true"
|
||||
android:writePermission="android.permission.WRITE_SETTINGS"
|
||||
android:singleUser="true"
|
||||
android:initOrder="100" />
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user