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

Commit 042bd400 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Include system packages in packages.list." into klp-dev

parents a0a47c73 cc8f710a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1395,9 +1395,8 @@ final class Settings {
                    final boolean isDebug = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
                    final int[] gids = pkg.getGids();

                    // Avoid any application that has a space in its path
                    // or that is handled by the system.
                    if (dataPath.indexOf(" ") >= 0 || ai.uid < Process.FIRST_APPLICATION_UID)
                    // Avoid any application that has a space in its path.
                    if (dataPath.indexOf(" ") >= 0)
                        continue;

                    // we store on each line the following information for now: