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

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

Merge "Add flags for Device State Auto Rotate Setting refactor work" into main

parents 24109ce0 967b4f85
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
package: "com.android.window.flags"
container: "system"

flag {
    name: "enable_device_state_auto_rotate_setting_logging"
    namespace: "windowing_frontend"
    description: "Enable device state auto rotate setting logging"
    bug: "391147112"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_device_state_auto_rotate_setting_refactor"
    namespace: "windowing_frontend"
    description: "Enable refactored device state auto rotate setting logic"
    bug: "350946537"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file