Merge "Get system_notification_accent_color from public resources."
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user