| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2023 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 xmlns:android="http://schemas.android.com/apk/res/android"> |
| <overlayable name="NfcCustomization"> |
| <!-- START VENDOR CUSTOMIZATION --> |
| <policy type="product|system|vendor"> |
| <!-- Params from config.xml that can be overlaid --> |
| <item name="enable_nfc_url_open_dialog" type="bool" /> |
| <item name="enable_auto_play" type="bool" /> |
| <item name="enable_notify_dispatch_failed" type="bool" /> |
| <item name="enable_notify_read_failed" type="bool" /> |
| <item name="enable_antenna_blocked_alert" type="bool" /> |
| <item name="polling_disable_allowed" type="bool" /> |
| <item name="nfcc_always_on_allowed" type="bool" /> |
| <item name="enable_reader_option_support" type="bool" /> |
| <item name="payment_foreground_preference" type="bool" /> |
| <item name="tag_intent_app_pref_supported" type="bool" /> |
| <item name="max_antenna_blocked_failure_count" type="integer" /> |
| <item name="toast_debounce_time_ms" type="integer" /> |
| <item name="unknown_tag_polling_delay" type="integer" /> |
| <item name="unknown_tag_polling_delay_count_max" type="integer" /> |
| <item name="unknown_tag_read_error_count_max" type="integer" /> |
| <item name="unknown_tag_polling_delay_long" type="integer" /> |
| <item name="config_skuSupportsSecureNfc" type="array" /> |
| <item name="enable_secure_nfc_support" type="bool" /> |
| <item name="antenna_blocked_alert_link" type="string" /> |
| <item name="device_width" type="integer" /> |
| <item name="device_height" type="integer" /> |
| <item name="device_foldable" type="bool" /> |
| <item name="antenna_x" type="array" /> |
| <item name="antenna_y" type="array" /> |
| <item name="nfc_observe_mode_supported" type="bool" /> |
| <item name="nfc_proprietary_getcaps_supported" type="bool" /> |
| <item name="max_event_log_num" type="integer" /> |
| <item name="enable_oem_extension" type="bool" /> |
| <item name="nfc_default_route" type="string"/> |
| <item name="nfc_default_isodep_route" type="string"/> |
| <item name="nfc_default_offhost_route" type="string"/> |
| <item name="nfc_default_sc_route" type="string"/> |
| <item name="enable_developer_option_notification" type="bool" /> |
| <!-- Allow list that contains the package name which are allowed to use NFC --> |
| <item name="nfc_allow_list" type="array" /> |
| <!-- Whether to enable NFC by default on boot or not. --> |
| <item name="enable_nfc_default" type="bool" /> |
| <!-- Reader mode should be ON or OFF if reader_option_capable is enabled --> |
| <item name="reader_option_default" type="bool"/> |
| <!-- Secure NFC default value--> |
| <item name="secure_nfc_default" type="bool"/> |
| <item name="tag_intent_blocked_app_list" type="array" /> |
| <item name="check_display_state_for_screen_state" type="bool" /> |
| <item name="enable_euicc_support" type="bool" /> |
| <item name="indicate_user_activity_for_hce" type="bool" /> |
| <item name="max_pause_polling_time_out_ms" type="integer" /> |
| <!-- Removal detection default value --> |
| <item name="removal_detection_default" type="bool" /> |
| <!-- Waiting time for removal detection --> |
| <item name="removal_detection_waiting_time" type="integer" /> |
| <item name="inactive_presence_check_allowed_time" type="integer" /> |
| <!-- Params from config.xml that can be overlaid --> |
| |
| <!-- Params from strings.xml that can be overlaid --> |
| <!-- Params from strings.xml that can be overlaid --> |
| |
| <!-- Params from styles.xml that can be overlaid --> |
| <!-- Params from styles.xml that can be overlaid --> |
| |
| <!-- Params from drawable/ that can be overlaid --> |
| <item type="drawable" name="nfc_icon" /> |
| <!-- Params from drawable/ that can be overlaid --> |
| |
| <!-- Params from layout/ that can be overlaid --> |
| <!-- Params from layout/ that can be overlaid --> |
| </policy> |
| <!-- END VENDOR CUSTOMIZATION --> |
| </overlayable> |
| </resources> |