Skip to content
Snippets Groups Projects
Commit d719890c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6285

* changes:
  Make backup agent run in the system process as well.
parents 2960975f 344bf682
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,12 @@
<application android:allowClearUserData="false"
android:label="@string/app_label"
android:process="system"
android:backupAgent="SettingsBackupAgent"
android:icon="@drawable/ic_launcher_settings">
<provider android:name="SettingsProvider" android:authorities="settings"
android:process="system" android:multiprocess="false"
android:multiprocess="false"
android:writePermission="android.permission.WRITE_SETTINGS"
android:initOrder="100" />
</application>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment