Allow NFC polling disable by system apps am: 40e1218f96 am: bf08494602
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15659822 Change-Id: I8ef96f7edfce0f0fbdc1559ba583cf04032ca323
This commit is contained in:
commit
cfbd9d3c00
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
-->
|
||||
<resources>
|
||||
<bool name="nfcc_always_on_allowed">false</bool>
|
||||
<bool name="polling_disable_allowed">true</bool>
|
||||
<string-array name="config_skuSupportsSecureNfc" translatable="false">
|
||||
<item>G9S9B</item>
|
||||
<item>GB7N6</item>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
-->
|
||||
<resources>
|
||||
<bool name="nfcc_always_on_allowed">true</bool>
|
||||
<bool name="polling_disable_allowed">true</bool>
|
||||
<string-array name="config_skuSupportsSecureNfc" translatable="false">
|
||||
<item>G8V0U</item>
|
||||
<item>GF5KQ</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue