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

Commit 00397aa2 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Add flag to enable AAD prox sensor.

Bug: 402534470
Test: mp droid
Flag: com.android.systemui.use_aad_prox_sensor
Change-Id: I67b93b286327d9516a73f571c6cba7213ca3599b
parent bd2ed2e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2179,3 +2179,10 @@ flag {
    description: "Allow users to add shortcuts to open apps that are not present in the apps category in shortcut helper by default"
    bug: "394290928"
}

flag {
    name: "use_aad_prox_sensor"
    namespace: "systemui"
    description: "Use AAD proximity sensor if flag is enabled and sensor is present"
    bug: "402534470"
}