Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 371e38e1 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Merge "Get system_notification_accent_color from public resources." am:...

Merge "Get system_notification_accent_color from public resources." am: 2525e6bc am: c04902cb am: 3f2141d6 am: c6c483d5 am: 60fca7c7

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

Change-Id: I4ec7747b053f42b806094b8a3a03a46e3f1c8042
parents 932ef1da 60fca7c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ public class LockdownVpnTracker {
                        .addAction(R.drawable.ic_menu_refresh, mContext.getString(R.string.reset),
                                mResetIntent)
                        .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,
                builder.build());