Revert "access system resources with android.R package" am: 253ba4f3ef

Change-Id: I78a68e8eef3b3cee9911cb89a9bd09ce83020357
This commit is contained in:
Sooraj Sasindran
2020-03-20 04:58:39 +00:00
committed by Automerger Merge Worker

View File

@@ -200,7 +200,7 @@ public class RenameMobileNetworkDialogFragment extends InstrumentedDialogFragmen
private Color[] getColors() {
final Resources res = getContext().getResources();
final int[] colorInts = res.getIntArray(android.R.array.simColors);
final int[] colorInts = res.getIntArray(com.android.internal.R.array.sim_colors);
final String[] colorStrings = res.getStringArray(R.array.color_picker);
final int iconSize = res.getDimensionPixelSize(R.dimen.color_swatch_size);
final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width);