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

Commit 60fca7c7 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

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

Change-Id: Ia6dd4049bb5de463fcc211b2fe7bbb4c4b03f1fa
parents ddeaff9c c6c483d5
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());