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

Commit e1de3f39 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Fix crash by "adb shell pm list permissions -f|-s""

parents 6cbca108 1c3274ca
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -341,10 +341,12 @@ public final class Pm {
        if (nonLocalized != null) {
            return nonLocalized.toString();
        }
        if (res != 0) {
            Resources r = getResources(pii);
            if (r != null) {
                return r.getString(res);
            }
        }
        return null;
    }