Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f97e984 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6130 into donut

* changes:
  Make backup agent run in the system process as well.
parents 922f1b85 426cc625
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>