aboutsummaryrefslogtreecommitdiffstats
path: root/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/aosp-common/frameworks/base/core/res/res/values/config.xml')
-rw-r--r--overlay/aosp-common/frameworks/base/core/res/res/values/config.xml42
1 files changed, 4 insertions, 38 deletions
diff --git a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
index 673a541..103620f 100644
--- a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
@@ -21,12 +21,6 @@
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Flag indicating whether the surface flinger has limited
- alpha compositing functionality in hardware. If set, the window
- manager will disable alpha trasformation in animations where not
- strictly needed. -->
- <bool name="config_sf_limitedAlpha">true</bool>
-
<!-- List of regexpressions describing the interface (if any) that represent tetherable
USB interfaces. If the device doesn't want to support tething over USB this should
be empty. An example would be "usb.*" -->
@@ -48,9 +42,6 @@
<item>"bt-pan"</item>
</string-array>
- <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
- <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
-
<!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
This mechanism allows the host to remain in suspend state and the dongle to actively
scan and wake the host when a configured SSID is detected by the dongle. This chipset
@@ -64,35 +55,9 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
- <!-- If this is true, the screen will fade off. -->
- <bool name="config_animateScreenLights">true</bool>
-
- <!-- If true, the screen can be rotated via the accelerometer in all 4
- rotations as the default behavior. -->
- <bool name="config_allowAllRotations">true</bool>
-
<!-- Indicate whether the SD card is accessible without removing the battery. -->
<bool name="config_batterySdCardAccessibility">true</bool>
- <!-- Vibrator pattern for feedback about a long screen/key press -->
- <integer-array name="config_longPressVibePattern">
- <item>20</item>
- <item>40</item>
- </integer-array>
-
- <!-- Vibrator pattern for feedback about touching a virtual key -->
- <integer-array name="config_virtualKeyVibePattern">
- <item>0</item>
- <item>15</item>
- <item>25</item>
- <item>35</item>
- </integer-array>
-
- <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
- <integer-array name="config_keyboardTapVibePattern">
- <item>50</item>
- </integer-array>
-
<!-- Screen brightness used to dim the screen when the user activity
timeout expires. May be less than the minimum allowed brightness setting
that can be set by the user. -->
@@ -211,9 +176,8 @@
<!-- Array of output values for keyboard backlight corresponding to the LUX values
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.
-
- Note: Galaxy Tab 2 has no keyboard so all values are zero.
- -->
+ The brightness values must be between 0 and 255 and be non-decreasing.
+ This must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessKeyboardBacklightValues">
<item>0</item>
<item>0</item>
@@ -244,6 +208,8 @@
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">5</integer>
+
<!-- Whether UI for multi user should be shown -->
<bool name="config_enableMultiUserUI">true</bool>
+
</resources>