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

Commit 9f8be74c authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Re-add flag to enable AAD prox sensor.

I lost the read-only line somewhere and you can't change an existing flag to be read-only.

Bug: 402534470
Test: mp droid
Flag: com.android.systemui.use_aad_prox_sensor_if_present
Change-Id: Id84231b1861a9fd2b184651659af051619b0e397
parent b35740e7
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -2174,13 +2174,6 @@ flag {
    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"
}

flag {
    name: "enable_underlay"
    namespace: "ailabs"
@@ -2224,3 +2217,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "use_aad_prox_sensor_if_present"
    namespace: "systemui"
    description: "Use AAD proximity sensor if flag is enabled and sensor is present"
    bug: "402534470"
    is_fixed_read_only: true
}
 No newline at end of file