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

Commit fed21194 authored by Shivangi Dubey's avatar Shivangi Dubey
Browse files

New bug-fix flag for omitting restoration of ACCELEROMETER_ROTATION setting in foldable devices

Test: m
Flag: EXEMPT Flag definition
Bug: 414591058
Change-Id: Ie773ec3e63e3d6905dce95fbc3e53d8e7f7cfcb4
parent a97934e2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -20,3 +20,14 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_omit_accelerometer_rotation_restore"
    namespace: "windowing_frontend"
    description: "Prevents restoring the ACCELEROMETER_ROTATION setting on foldable devices \n"
                 "during backup and restore"
    bug: "414591058"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file