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

Commit 1835f076 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not perform backup/restore of instant apps" into oc-dev

parents 2a347341 6c5631ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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);