diff options
author | 2024-06-06 16:31:14 +0000 | |
---|---|---|
committer | 2024-07-23 12:57:06 -0700 | |
commit | 5fd321ce8975ca529ea32dd00310209b782fa359 (patch) | |
tree | 864e68e546ec1a04400def0094eca62e032364dd | |
parent | 61830d5f774ad7078e13b27a93978b3f236258cb (diff) |
Adding wallet payment service to log protos for nfc.
Bug: 345268190
Test: manual
Merged-In: I5a55be1d3b906f8b70482869864e37958a6f27f7
Change-Id: I5a55be1d3b906f8b70482869864e37958a6f27f7
-rw-r--r-- | core/proto/android/nfc/card_emulation.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/proto/android/nfc/card_emulation.proto b/core/proto/android/nfc/card_emulation.proto index 9c3c6d704922..81da30dd8bbf 100644 --- a/core/proto/android/nfc/card_emulation.proto +++ b/core/proto/android/nfc/card_emulation.proto @@ -59,6 +59,7 @@ message PreferredServicesProto { optional .android.content.ComponentNameProto foreground_requested = 5; optional .android.content.ComponentNameProto settings_default = 6; optional bool prefer_foreground = 7; + optional .android.content.ComponentNameProto wallet_role_holder_payment_service = 8; } // Debugging information for com.android.nfc.cardemulation.EnabledNfcFServices |