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

Commit d1d50aec authored by Alexei Nicoara's avatar Alexei Nicoara Committed by Automerger Merge Worker
Browse files

Merge "Ignore IllegalStateException" into main am: 509f604a am: 1b2e1c92

parents a0c79fe3 1b2e1c92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -707,7 +707,7 @@ public class RescueParty {
                if (pm.getModuleInfo(packageName, 0) != null) {
                    return true;
                }
            } catch (PackageManager.NameNotFoundException ignore) {
            } catch (PackageManager.NameNotFoundException | IllegalStateException ignore) {
            }

            return isPersistentSystemApp(packageName);