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

Commit c04902cb 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: 2525e6bc

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

Change-Id: I38da27e75c4dbecb3d6a74f3f8d3cc1452b92e63
parents f5d51cb6 2525e6bc
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());