Skip to content
Snippets Groups Projects
Commit 1b2e1c92 authored by Alexei Nicoara's avatar Alexei Nicoara Committed by Automerger Merge Worker
Browse files

Merge "Ignore IllegalStateException" into main am: 509f604a

parents f4ba4e5c 509f604a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment