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

Commit 713fd43d authored by Shivangi Dubey's avatar Shivangi Dubey Committed by Android (Google) Code Review
Browse files

Merge "New bug-fix flag for omitting restoration of ACCELEROMETER_ROTATION...

Merge "New bug-fix flag for omitting restoration of ACCELEROMETER_ROTATION setting in foldable devices" into main
parents a5c23ebd fed21194
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