Merge "Change for setting transparency of sim colors." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
815c61d729
@@ -469,7 +469,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
|
||||
mSlotId = slotId;
|
||||
setKey("sim" + mSlotId);
|
||||
update();
|
||||
colorArr = context.getResources().getIntArray(R.array.sim_colors);
|
||||
colorArr = context.getResources().getIntArray(com.android.internal.R.array.sim_colors);
|
||||
}
|
||||
|
||||
public void update() {
|
||||
|
Reference in New Issue
Block a user