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

Commit 44a5a30a authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Fix "pm list permissions" crash if resource string missing"

parents 712a0205 bf8b57af
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -563,7 +563,10 @@ public final class Pm {
        if (res != 0) {
            Resources r = getResources(pii);
            if (r != null) {
                try {
                    return r.getString(res);
                } catch (Resources.NotFoundException e) {
                }
            }
        }
        return null;