Merge "Change for setting transparency of sim colors." into lmp-mr1-dev

This commit is contained in:
Sanket Padawe
2014-11-05 20:30:26 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 21 deletions

View File

@@ -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() {