Merge "Get system_notification_accent_color from public resources." am: 2525e6bc27 am: c04902cbdf

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1991779

Change-Id: If362bcf8ec95df3984e6724dd75a785ee66d2d73
This commit is contained in:
Lorenzo Colitti
2022-02-22 02:39:42 +00:00
committed by Automerger Merge Worker

View File

@@ -293,7 +293,7 @@ public class LockdownVpnTracker {
.addAction(R.drawable.ic_menu_refresh, mContext.getString(R.string.reset), .addAction(R.drawable.ic_menu_refresh, mContext.getString(R.string.reset),
mResetIntent) mResetIntent)
.setColor(mContext.getColor( .setColor(mContext.getColor(
com.android.internal.R.color.system_notification_accent_color)); android.R.color.system_notification_accent_color));
mNotificationManager.notify(null /* tag */, SystemMessage.NOTE_VPN_STATUS, mNotificationManager.notify(null /* tag */, SystemMessage.NOTE_VPN_STATUS,
builder.build()); builder.build());