Merge from open-source master
Change-Id: Ie25bbfbf12fa8902d9ba82cf2d4ed4c60d439e39
This commit is contained in:
@@ -341,9 +341,11 @@ public final class Pm {
|
||||
if (nonLocalized != null) {
|
||||
return nonLocalized.toString();
|
||||
}
|
||||
Resources r = getResources(pii);
|
||||
if (r != null) {
|
||||
return r.getString(res);
|
||||
if (res != 0) {
|
||||
Resources r = getResources(pii);
|
||||
if (r != null) {
|
||||
return r.getString(res);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user