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

Commit 30aae8b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to listen to package-added in a service." into main

parents bd30e4b2 21cdf43e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -174,3 +174,14 @@ flag {
  bug: "396650383"
  is_fixed_read_only: true
}

flag {
  name: "restore_user_aspect_ratio_settings_using_service"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether a system service should handle setting restored user aspect ratio settings for apps that install after SUW is complete."
  bug: "413014252"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file