Enable require device unlock for NFC

Bug: 164002915
Test: manual
Change-Id: Ie0a6e0e9dc92210755e57200f0cef565a34b1619
This commit is contained in:
George Chang 2021-04-06 22:27:41 +08:00
parent e6841911c8
commit bb7f00fb27
2 changed files with 10 additions and 0 deletions

View file

@ -15,4 +15,9 @@
--> -->
<resources> <resources>
<bool name="nfcc_always_on_allowed">false</bool> <bool name="nfcc_always_on_allowed">false</bool>
<string-array name="config_skuSupportsSecureNfc" translatable="false">
<item>G9S9B</item>
<item>GB7N6</item>
<item>GR1YH</item>
</string-array>
</resources> </resources>

View file

@ -15,4 +15,9 @@
--> -->
<resources> <resources>
<bool name="nfcc_always_on_allowed">true</bool> <bool name="nfcc_always_on_allowed">true</bool>
<string-array name="config_skuSupportsSecureNfc" translatable="false">
<item>G8V0U</item>
<item>GF5KQ</item>
<item>GLU0G</item>
</string-array>
</resources> </resources>