summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2020-12-07 11:08:05 -0800
committerBrian Orr <brianorr@google.com>2020-12-08 09:58:55 -0800
commitb03d6d43646266d456c22154a1f6fd945bf79f83 (patch)
tree2ae5ec75e3feaefff9efcb1ad0e5b8969ee3edab /packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java
parent6fd2029083f802fad11a5d22f3a56eeac143a2b9 (diff)
parent5d0055804a0411513dea2d7b1ecaa9c27872a3a0 (diff)
Merge SP1A.201207.001
Change-Id: I1cca277b923fed07896ee2e268c8da7df72eedce
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java')
-rw-r--r--packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java
index 008c301b4fa2..1d2a54754f5f 100644
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java
@@ -189,7 +189,7 @@ public class KeyguardSimPukViewController
Resources rez = mView.getResources();
String msg;
TypedArray array = mView.getContext().obtainStyledAttributes(
- new int[] { R.attr.wallpaperTextColor });
+ new int[] { android.R.attr.textColor });
int color = array.getColor(0, Color.WHITE);
array.recycle();
if (count < 2) {