mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
Change-Id: I4e9acc7d8ec14237512aadf100d564984aa5a896 Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
12 lines
406 B
XML
12 lines
406 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- List of SKUs where Secure NFC functionality is supported -->
|
|
<string-array name="config_skuSupportsSecureNfc" translatable="false">
|
|
<item>vermeer</item>
|
|
</string-array>
|
|
</resources>
|