Loading services/backup/java/com/android/server/backup/BackupManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,11 @@ public class BackupManagerService { 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 // package were disabled return !appIsDisabled(app, pm); Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,11 @@ public class BackupManagerService { 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 // package were disabled return !appIsDisabled(app, pm); Loading