Enable secure NFC support

Bug: 314858460
Test: manual
Change-Id: Id2f3c5963f5027a04ba557b1615d53366552711f
This commit is contained in:
Kyle Hsiao 2024-04-22 03:13:01 +00:00
parent 745091a821
commit 48ee7f3da8

View file

@ -16,11 +16,6 @@
<resources>
<bool name="nfcc_always_on_allowed">false</bool>
<bool name="polling_disable_allowed">true</bool>
<string-array name="config_skuSupportsSecureNfc" translatable="false">
<item>GKWS6</item>
<item>GZPF0</item>
<item>GPJ41</item>
</string-array>
<bool name="tag_intent_app_pref_supported">true</bool>
<!-- NFC Antenna Location API -->
<integer name="device_width">68</integer>
@ -33,4 +28,5 @@
<item>97</item>
</integer-array>
<bool name="nfc_observe_mode_supported">true</bool>
<bool name="enable_secure_nfc_support">true</bool>
</resources>