From ba3eb1591614c39fac52ea6bb09aba2cba1d301e Mon Sep 17 00:00:00 2001 From: John Johnson Date: Thu, 21 Nov 2024 18:55:26 +0000 Subject: 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 --- core/java/android/service/quickaccesswallet/flags.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b