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

Commit a8f0155c authored by Charlie Anderson's avatar Charlie Anderson Committed by Android (Google) Code Review
Browse files

Merge "Adding bugfix flag for archiving bug extras" into main

parents 5aa28b47 9e12c3f1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -291,3 +291,14 @@ flag {
    description: "Replace hybrid hotseat app predictions with strictly Recent Apps"
    bug: "315354060"
}

flag {
  name: "enable_first_screen_broadcast_archiving_extras"
  namespace: "launcher"
  description: "adds Extras to first screen broadcast for archived apps"
  bug: "322314760"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}