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

Commit 0a6a05cd authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 7598 into donut

* changes:
  DO NOT MERGE - Disable settings backup in Donut
parents 43463bfb 10c59a36
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ import java.lang.reflect.InvocationTargetException;
class ServerThread extends Thread {
    private static final String TAG = "SystemServer";
    private final static boolean INCLUDE_DEMO = false;
    private final static boolean INCLUDE_BACKUP = false;

    private static final int LOG_BOOT_PROGRESS_SYSTEM_RUN = 3010;

@@ -318,8 +319,10 @@ class ServerThread extends Thread {
            }

            try {
                if (INCLUDE_BACKUP) {
                    Log.i(TAG, "Starting Backup Service");
                    ServiceManager.addService(Context.BACKUP_SERVICE, new BackupManagerService(context));
                }
            } catch (Throwable e) {
                Log.e(TAG, "Failure starting Backup Service", e);
            }