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

Commit bf65cc3b authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 8f2e753b: am cbc71bd7: Merge "Fix off-by-one error when filtering application UIDs"

* commit '8f2e753b':
  Fix off-by-one error when filtering application UIDs
parents c6eda48e 8f2e753b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,7 @@ final class Settings {

                    // 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)
                    if (dataPath.indexOf(" ") >= 0 || ai.uid < Process.FIRST_APPLICATION_UID)
                        continue;

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