summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Johnson <johnrjohn@google.com> 2023-12-20 15:47:42 -0500
committer John Johnson <johnrjohn@google.com> 2023-12-20 15:47:42 -0500
commit8f0ec40a4c2bc525691db5a3075e34cbf23aaa84 (patch)
tree2fdf28a0f293239e95940947348784ee44c2aee9
parentdaf616ad5a4a03072f737d8d24e50c059fb36fd3 (diff)
Add flag for nfc card detection
Test: repo still builds Bug: 306203494 Change-Id: I3983801865a6b8cd9aba04c24a52f9bb2b1d7577
-rw-r--r--core/java/android/nfc/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/nfc/flags.aconfig b/core/java/android/nfc/flags.aconfig
index 17e042761dbe..0d073cc6c819 100644
--- a/core/java/android/nfc/flags.aconfig
+++ b/core/java/android/nfc/flags.aconfig
@@ -48,3 +48,10 @@ flag {
description: "Enable NFC Polling Loop Notifications ST shim"
bug: "294217286"
}
+
+flag {
+ name: "enable_tag_detection_broadcasts"
+ namespace: "nfc"
+ description: "Enable sending broadcasts to Wallet role holder when a tag enters/leaves the field."
+ bug: "306203494"
+}