You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1003 B
20 lines
1003 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="bluetooth_package" translatable="false">com.android.bluetooth</string>
|
|
<bool name="enable_nfc_url_open_dialog">false</bool>
|
|
<bool name="enable_auto_play">true</bool>
|
|
<bool name="enable_notify_dispatch_failed">false</bool>
|
|
<bool name="enable_notify_read_failed">false</bool>
|
|
<bool name="enable_antenna_blocked_alert">false</bool>
|
|
<bool name="polling_disable_allowed">false</bool>
|
|
<bool name="nfcc_always_on_allowed">false</bool>
|
|
<integer name="max_antenna_blocked_failure_count">10</integer>
|
|
<integer name="toast_debounce_time_ms">3000</integer>
|
|
<integer name="unknown_tag_polling_delay">2000</integer>
|
|
|
|
<!-- List of SKUs where Secure NFC functionality is supported -->
|
|
<string-array name="config_skuSupportsSecureNfc" translatable="false" />
|
|
<!-- NFC blocking alert notification link uri string -->
|
|
<string name="antenna_blocked_alert_link" translatable="false" />
|
|
</resources>
|