Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
    • Yo Chiang's avatar
      Fix dynsystem.BootCompletedReceiver · 715dd4b1
      Yo Chiang authored
      Cleanup remnants of dynamic_system feature flag.
      This piece of code only makes sense when we had the feature flag.
      Now that the feature flag is deprecated, we shouldn't check the
      DynamicSystemManager.isInUse() anymore, because we actually do want to
      post a notification when DSU is installed but not in use.
      
      Bug: 176795908
      Test: Install a DSU, reboot into guest system, reboot back to host
        system, verify the BootCompletedReceiver is active.
      Change-Id: I31c438fcd70e71eb2a5b14cdb713bd25516e8532
      715dd4b1
  2. Jan 14, 2021
    • Yo Chiang's avatar
      Remove feature flag "settings_dynamic_system" · cb425665
      Yo Chiang authored
      The API surface of com.android.dynsystem is already protected by
      privileged permission android.permission.INSTALL_DYNAMIC_SYSTEM,
      which is only granted to system apps or priv apps.
      Thus the feature flag check here is redundant, because eligible
      callers of this API (system app) can also set the feature flag.
      
      Bug: 176795908
      Test: Presubmit
      Test: Test DSU installation Intent
      Change-Id: Iedac8763372ef6f11754d3f272f70753fb3d4829
      Merged-In: Iedac8763372ef6f11754d3f272f70753fb3d4829
      cb425665
  3. Jan 13, 2021
  4. Jan 12, 2021
  5. Jan 11, 2021
Loading