Allow to disable NFC polling in redfin
Config overlay in redfin to allow disable Nfc polling with setReaderMode(). Bug: 157173627 Test: build pass Change-Id: Iffdef5bd3582c8fb7a983dccce0fb66b6caa6c47
This commit is contained in:
parent
6871a58d9f
commit
724a37a542
|
@ -14,6 +14,7 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<bool name="polling_disable_allowed">true</bool>
|
||||
<bool name="enable_antenna_blocked_alert">true</bool>
|
||||
<integer name="max_antenna_blocked_failure_count">10</integer>
|
||||
<integer name="unknown_tag_polling_delay">2000</integer>
|
||||
|
|
Loading…
Reference in New Issue