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

Commit ebcaf123 authored by Nick Chameyev's avatar Nick Chameyev
Browse files

Add foldables posture based closed device state feature flag

Creates a feature flag to update device state provider to
use hall sensor event to unfold device more frequently
based on device posture.

Bug: 309792734
Test: presubmit
Flag: ACONFIG enable_foldables_posture_based_closed_state DISABLED
Change-Id: If6a23e7f79b555d555215c858adb515feb8ac8a3
parent 54b89873
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6,3 +6,11 @@ flag {
    description: "Feature flag for dual display blocking"
    bug: "278667199"
}

flag {
    name: "enable_foldables_posture_based_closed_state"
    namespace: "windowing_frontend"
    description: "Enables smarter closed device state state for foldable devices"
    bug: "309792734"
    is_fixed_read_only: true
}
 No newline at end of file