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

Change-Id: I2bb5796b7c181d68a8c1d6a4cba3201162930a02
This commit is contained in:
Sooraj Sasindran
2020-03-20 05:09:17 +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);