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

Commit 21cdf43e authored by Mina Granic's avatar Mina Granic
Browse files

Add a flag to listen to package-added in a service.

The Settings app, which restores user aspect ratio settings,
cannot set the aspect ratio for apps that are not installed.
As the settings app can be killed at any time, it is not
 suitable for listening to package-added signals.

Therefore, this will be delegated to a service, once the
ideal aspect ratio has been resolved.

Flag: EXEMPT flag creation.
Bug: 413014252
Test: N/A
Change-Id: Ieb3fb784c204cd191de7ec8983e34e4fa842f15e
parent 691309c1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -164,3 +164,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