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

Commit 6d99ea54 authored by Chandru S's avatar Chandru S
Browse files

Add a bugfix flag for the color and shadow changes for the indication text view on lockscreen

Bug: 349297241
Flag: EXEMPT adding new flag
Test: NA
Change-Id: I8473c5b4970e86f908b1cb3c824c19e09bb60f29
parent 58c49cf0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -530,6 +530,16 @@ flag {
   bug: "236891644"
}

flag {
    name: "indication_text_a11y_fix"
    namespace: "systemui"
    description: "add double shadow to the indication text at the bottom of the lock screen"
    bug: "349297241"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
   name: "rest_to_unlock"
   namespace: "systemui"