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

Commit cb48b84d authored by Mina Granic's avatar Mina Granic
Browse files

Create a flag for B&R for Aspect Ratio Settings.

Using a read-only flag since most backup and restore flags are read-only.

Flag: com.android.window.flags.backup_and_restore_for_user_aspect_ratio_settings
Bug: 396650383
Test: EXEMPT flag definition
Change-Id: Ide17d19839ef03a97933311d734ac5fb8fc5fb17
parent 8971f375
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -156,3 +156,11 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "backup_and_restore_for_user_aspect_ratio_settings"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether B&R for user aspect ratio settings is enabled"
  bug: "396650383"
  is_fixed_read_only: true
}
 No newline at end of file