Compare commits
2 commits
24a646279c
...
47cd27c527
Author | SHA1 | Date | |
---|---|---|---|
47cd27c527 | |||
|
f3b4ed3e80 |
2 changed files with 9 additions and 6 deletions
|
@ -87,3 +87,7 @@ endif
|
||||||
# Custom commands
|
# Custom commands
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
aguiledbeltctl
|
aguiledbeltctl
|
||||||
|
|
||||||
|
# Iwlan (VoWiFi)
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
Iwlan
|
||||||
|
|
|
@ -35,11 +35,6 @@
|
||||||
<dimen name="config_dialogCornerRadius">8.0dip</dimen>
|
<dimen name="config_dialogCornerRadius">8.0dip</dimen>
|
||||||
<dimen name="config_buttonCornerRadius">4.0dip</dimen>
|
<dimen name="config_buttonCornerRadius">4.0dip</dimen>
|
||||||
|
|
||||||
<string-array name="config_biometric_sensors" translatable="false" >
|
|
||||||
<!-- ID0:Fingerprint:Strong -->
|
|
||||||
<item>0:2:15</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<array name="config_availableColorModes">
|
<array name="config_availableColorModes">
|
||||||
<!-- ColorDisplayManager.COLOR_MODE_NATURAL -->
|
<!-- ColorDisplayManager.COLOR_MODE_NATURAL -->
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
|
@ -64,4 +59,8 @@
|
||||||
<!-- The type of the light sensor to be used by the display framework for things like
|
<!-- The type of the light sensor to be used by the display framework for things like
|
||||||
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
|
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
|
||||||
<string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
|
<string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
|
||||||
|
|
||||||
|
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay,
|
||||||
|
an empty string is passed in -->
|
||||||
|
<string name="config_wlan_data_service_package" translatable="false">com.google.android.iwlan</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue