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

Commit 2767bf3c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[pm/archive] fix isAppArchivable appOps check on HSUM" into main

parents b16f1d32 d345955d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -704,7 +704,8 @@ public class PackageArchiver {
            return false;
        }

        if (isAppOptedOutOfArchiving(packageName, ps.getAppId())) {
        if (isAppOptedOutOfArchiving(packageName,
                    UserHandle.getUid(userId, ps.getAppId()))) {
            return false;
        }