Loading services/backup/java/com/android/server/backup/BackupManagerService.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -792,6 +792,11 @@ public class BackupManagerService implements BackupManagerServiceInterface { return false; return false; } } // 4. it is an "instant" app if (app.isInstantApp()) { return false; } // Everything else checks out; the only remaining roadblock would be if the // Everything else checks out; the only remaining roadblock would be if the // package were disabled // package were disabled return !appIsDisabled(app, pm); return !appIsDisabled(app, pm); Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -792,6 +792,11 @@ public class BackupManagerService implements BackupManagerServiceInterface { return false; return false; } } // 4. it is an "instant" app if (app.isInstantApp()) { return false; } // Everything else checks out; the only remaining roadblock would be if the // Everything else checks out; the only remaining roadblock would be if the // package were disabled // package were disabled return !appIsDisabled(app, pm); return !appIsDisabled(app, pm); Loading