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:
Jack Yu 2020-06-09 21:00:33 +08:00
parent 6871a58d9f
commit 724a37a542
1 changed files with 1 additions and 0 deletions

View File

@ -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>