xref: /aosp_15_r20/frameworks/base/core/java/android/service/quickaccesswallet/flags.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "android.service.quickaccesswallet"
2container: "system"
3
4flag {
5    name: "launch_wallet_option_on_power_double_tap"
6    namespace: "wallet_integration"
7    description: "Option to launch the Wallet app on double-tap of the power button"
8    bug: "378469025"
9    is_exported: true
10}
11
12flag {
13    name: "launch_selected_card_from_qs_tile"
14    namespace: "wallet_integration"
15    description: "When the wallet QS tile is tapped, launch the selected card pending intent instead of the home screen pending intent."
16    bug: "378469025"
17}