diff options
| -rw-r--r-- | nfc/java/android/nfc/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nfc/java/android/nfc/flags.aconfig b/nfc/java/android/nfc/flags.aconfig index 468147fc6f33..9a4ee2fa22ab 100644 --- a/nfc/java/android/nfc/flags.aconfig +++ b/nfc/java/android/nfc/flags.aconfig @@ -140,3 +140,11 @@ flag { description: "Enable override and recover routing table" bug: "329043523" } + +flag { + name: "nfc_watchdog" + is_exported: true + namespace: "nfc" + description: "Enable watchdog for the NFC system process" + bug: "362937338" +}
\ No newline at end of file |