diff options
| author | 2024-11-21 18:55:26 +0000 | |
|---|---|---|
| committer | 2024-11-21 18:55:26 +0000 | |
| commit | ba3eb1591614c39fac52ea6bb09aba2cba1d301e (patch) | |
| tree | 350a48366379ae5010c7b9771d2c3eb99f11de63 | |
| parent | fb41b374bcb4fc5f29c0a981b304d3e1656e2018 (diff) | |
Add flag for launching the selected card from the QS tile
Bug: 378469025
Change-Id: Ieffa581e3eedd9c8a3106eefb5904fbe52294274
Test: FLAG_ONLY
Flag: android.service.quickaccesswallet.launch_selected_card_from_qs_tile
| -rw-r--r-- | core/java/android/service/quickaccesswallet/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/service/quickaccesswallet/flags.aconfig b/core/java/android/service/quickaccesswallet/flags.aconfig index 75a93091eec3..7225f27c4555 100644 --- a/core/java/android/service/quickaccesswallet/flags.aconfig +++ b/core/java/android/service/quickaccesswallet/flags.aconfig @@ -6,4 +6,11 @@ flag { namespace: "wallet_integration" description: "Option to launch the Wallet app on double-tap of the power button" bug: "378469025" +} + +flag { + name: "launch_selected_card_from_qs_tile" + namespace: "wallet_integration" + description: "When the wallet QS tile is tapped, launch the selected card pending intent instead of the home screen pending intent." + bug: "378469025" }
\ No newline at end of file |