Loading cmds/pm/src/com/android/commands/pm/Pm.java +4 −1 Original line number Diff line number Diff line Loading @@ -549,7 +549,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; Loading Loading
cmds/pm/src/com/android/commands/pm/Pm.java +4 −1 Original line number Diff line number Diff line Loading @@ -549,7 +549,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; Loading