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

Commit 344bf682 authored by Amith Yamasani's avatar Amith Yamasani Committed by -b master
Browse files

Make backup agent run in the system process as well.

parent 78d0fdfa
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>