mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 04:34:35 +00:00
sky: Disable Quick Tap support
Set TARGET_SUPPORTS_QUICK_TAP to false in lineage_sky.mk - Quick Tap support is disabled for Evolution X due to lack of proper functionality on this device.
This commit is contained in:
@@ -15,7 +15,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
# Inherit common Evolution-X configurations
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
EVO_BUILD_TYPE := Official
|
||||
TARGET_SUPPORTS_QUICK_TAP := true
|
||||
TARGET_SUPPORTS_QUICK_TAP := false
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
USE_PIXEL_CHARGER := true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user