Add Secure NFC functionality
Secure NFC will permit NFC acitvity only when screen is unlocked. Bug: 117253725 Test: Manual; Toggle switch; check if HCE works with screen off Change-Id: I9977d85065fc7ebca3ed4991ffa52fef0590cf90
This commit is contained in:
@@ -1859,6 +1859,11 @@
|
||||
<!-- Dialog content for NFC disclaimer: telling user NFC can exchange data when device is nearby other devices (for example: payment terminals, badge reader etc). [CHAR_LIMIT=NONE]-->
|
||||
<string name="nfc_disclaimer_content">NFC exchanges data between this device and other nearby devices or targets, such as payment terminals, access readers, and interactive ads or tags.</string>
|
||||
|
||||
<!-- Used in the settings screen to secure NFC [CHAR LIMIT=NONE] -->
|
||||
<string name="nfc_secure_settings_title">Secure NFC</string>
|
||||
<!-- Description of Secure NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
|
||||
<string name="nfc_secure_toggle_summary" product="default">Allow NFC Payment and Transit use only when screen is unlocked</string>
|
||||
|
||||
<!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
|
||||
<string name="android_beam_settings_title">Android Beam</string>
|
||||
<!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] -->
|
||||
@@ -1866,7 +1871,7 @@
|
||||
<!-- Used to describe the off state of the Android Beam feature [CHAR LIMIT=NONE] -->
|
||||
<string name="android_beam_off_summary">Off</string>
|
||||
<!-- Used to describe the enabled state of the Android Beam feature when NFC, which it relies on, is turned off [CHAR LIMIT=NONE] -->
|
||||
<string name="android_beam_disabled_summary">Unavailable because NFC is turned off</string>
|
||||
<string name="nfc_disabled_summary">Unavailable because NFC is turned off</string>
|
||||
<!-- Used in the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
|
||||
<string name="android_beam_label">Android Beam</string>
|
||||
<!-- Explanation of the Android Beam feature in the Android Beam settings panel. The use of "beam" here is as a verb and not considered trademarked. [CHAR LIMIT=NONE] -->
|
||||
|
||||
Reference in New Issue
Block a user