Add a new NFC developer setting option for NFCSNOOP
Add a new developer setting option to enable full NFCSNOOP log. Bug: 204397062 Test: manual Change-Id: I3fd34500e5e7093c9d77ff737987a35f6866814e
This commit is contained in:
@@ -1962,6 +1962,17 @@
|
||||
<!-- Nfc developer settings: The description of the setting. -->
|
||||
<string name="nfc_stack_debuglog_summary">Increase NFC stack logging level</string>
|
||||
|
||||
<!-- Nfc developer settings: The title of the setting to enable full nfc snoop log. [CHAR LIMIT=60] -->
|
||||
<string name="nfc_snoop_log_title">NFC NCI unfiltered snoop log</string>
|
||||
<!-- Nfc developer settings: The description of the setting to enable full nfc snoop log. [CHAR_LIMIT=NONE] -->
|
||||
<string name="nfc_snoop_log_summary">Capture detail NFC packets, which may contain private information. </string>
|
||||
<!-- Nfc developer settings: The title of the popup dialog. [CHAR_LIMIT=60] -->
|
||||
<string name="nfc_reboot_dialog_title">Restart Device?</string>
|
||||
<!-- Nfc developer settings: The content of the popup dialog. [CHAR_LIMIT=NONE] -->
|
||||
<string name="nfc_reboot_dialog_message">Detail NFC logging is intended for development purposes only. Additional NFC data is included in bug reports, which may contain private information. Restart your device to change this setting. </string>
|
||||
<!-- Nfc developer settings: The confirm button of the popup dialog. [CHAR_LIMIT=60] -->
|
||||
<string name="nfc_reboot_dialog_confirm">Restart</string>
|
||||
|
||||
<!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
|
||||
<string name="wifi_display_settings_title">Cast</string>
|
||||
<!-- Wifi Display settings. The keywords of the setting. [CHAR LIMIT=NONE] -->
|
||||
|
||||
@@ -402,6 +402,11 @@
|
||||
android:title="@string/nfc_stack_debuglog_title"
|
||||
android:summary="@string/nfc_stack_debuglog_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="nfc_snoop_log"
|
||||
android:title="@string/nfc_snoop_log_title"
|
||||
android:summary="@string/nfc_snoop_log_summary"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user