67 lines
3.2 KiB
XML
67 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2014 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>
|
|
<!-- Device specific doze package -->
|
|
<string name="config_customDozePackage" translatable="false">org.lineageos.settings/org.lineageos.settings.doze.DozeSettingsActivity</string>
|
|
|
|
<!-- The number of vibration intensity levels supported by the device.
|
|
|
|
Note that this should correspond to the ability to vary the vibration amplitude, with
|
|
enough dynamic range to have at least as many distinct intensity levels as defined here.
|
|
|
|
Supported values are 1, 2, 3. If '1', the settings app will use a toggle for the settings,
|
|
otherwise a slider. If '3', the settings app maps intensities directly to the levels
|
|
supported by the Vibrator HAL APIs. If '2', then the levels will be mapped to
|
|
VIBRATION_INTENSITY_LOW and VIBRATION_INTENSITY_HIGH, which gives the most range for
|
|
scaling vibrations. The medium intensity will be skipped.
|
|
|
|
The default intensity values are configured at
|
|
frameworks/base/core/res/res/values/config.xml's config_default[type]VibrationIntensity.
|
|
Make sure that each default intensity value is consistent with the supported levels set
|
|
here. If this settings supports only 2 levels, for example, then the default intensity
|
|
should be either LOW (1) or HIGH (3).
|
|
-->
|
|
<integer name="config_vibration_supported_intensity_levels">3</integer>
|
|
|
|
<!-- Max network scan search time in seconds -->
|
|
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
|
|
|
|
<!-- Show Force LTE_CA toggle -->
|
|
<bool name="config_showForceLteCaToggle" translatable="false">true</bool>
|
|
|
|
<!-- Whether to show peak refresh rate in display settings -->
|
|
<bool name="config_show_peak_refresh_rate_switch">true</bool>
|
|
|
|
<!-- Whether to show min refresh rate in display settings -->
|
|
<bool name="config_show_min_refresh_rate_switch">true</bool>
|
|
|
|
<!-- Whether to show double tap ambient settings -->
|
|
<bool name="config_supports_double_tap_ambient" translatable="false">true</bool>
|
|
|
|
<!-- Whether to show volume steps settings -->
|
|
<bool name="config_supports_volume_steps" translatable="false">true</bool>
|
|
|
|
<!-- Whether to show vendor security patch level -->
|
|
<bool name="config_show_vendor_patch_level" translatable="false">false</bool>
|
|
|
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
|
<bool name="config_show_smooth_display">true</bool>
|
|
|
|
<!-- The radius of the enrollment progress bar, in dp -->
|
|
<integer name="config_udfpsEnrollProgressBar" translatable="false">71</integer>
|
|
</resources>
|