summaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authorJack Yu <jackcwyu@google.com>2019-03-13 22:18:18 +0800
committerJack Yu <jackcwyu@google.com>2019-03-15 11:04:09 +0800
commit87e613b304a4af55af98dc1b6663ea586ff65f8e (patch)
tree2e276b51634af7ce83d13073081059c2daae6a0c /overlay/packages
parentca0c24a3f038c689fc5a939cc1c562ead01694f7 (diff)
downloadbonito-87e613b304a4af55af98dc1b6663ea586ff65f8e.tar.gz
Enable SecureNfc for JP sku
Test: Check secureNFC UI shows correctly Change-Id: Ib24a36f6c479e7c05a825b5287404da14200809b
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Nfc/res/values/config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/packages/apps/Nfc/res/values/config.xml b/overlay/packages/apps/Nfc/res/values/config.xml
new file mode 100644
index 00000000..9d194ddf
--- /dev/null
+++ b/overlay/packages/apps/Nfc/res/values/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2019 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string-array name="config_skuSupportsSecureNfc" translatable="false">
+ <item>G020D</item>
+ <item>G020H</item>
+ </string-array>
+</resources>