summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Johnson <johnrjohn@google.com> 2023-12-21 16:35:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-12-21 16:35:20 +0000
commit7c69b8a1c5a38ceb5c762d0111380e052d5d4618 (patch)
tree7b985f27a71b2d3db77b46ee94f942947cc59970
parentf4b99481272e3e1c39a6d584e804ac5379b26798 (diff)
parent8f0ec40a4c2bc525691db5a3075e34cbf23aaa84 (diff)
Merge "Add flag for nfc card detection" into main
-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"
+}