Compare commits

..

No commits in common. "47cd27c5277b72677d702293f92a5b1d5d6824cb" and "24a646279cfc87e63b64825233dac15f60cfb337" have entirely different histories.

2 changed files with 6 additions and 9 deletions

View file

@ -87,7 +87,3 @@ endif
# Custom commands
PRODUCT_PACKAGES += \
aguiledbeltctl
# Iwlan (VoWiFi)
PRODUCT_PACKAGES += \
Iwlan

View file

@ -33,7 +33,12 @@
<bool name="config_swipe_up_gesture_setting_available">true</bool>
<bool name="config_smart_battery_available">true</bool>
<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">
<!-- ColorDisplayManager.COLOR_MODE_NATURAL -->
@ -59,8 +64,4 @@
<!-- 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. -->
<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>