CMSDK: Introduce factored out resources from framework.
Change-Id: I4193db99f3f883260354cde98366f94c608f6163
This commit is contained in:
@@ -703,7 +703,8 @@ public final class Profile implements Parcelable, Comparable {
|
||||
String profileName = null;
|
||||
|
||||
if (value != null) {
|
||||
profileNameResId = context.getResources().getIdentifier(value, "string", "android");
|
||||
profileNameResId = context.getResources().getIdentifier(value, "string",
|
||||
"cyanogenmod.platform");
|
||||
if (profileNameResId > 0) {
|
||||
profileName = context.getResources().getString(profileNameResId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user