mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
a20: add quick tap
This commit is contained in:
parent
b8c1aed364
commit
8403f14f11
2 changed files with 17 additions and 0 deletions
9
conf/quick_tap.xml
Normal file
9
conf/quick_tap.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<!-- These are configurations that should exist on devices that support Quick
|
||||||
|
Tap -->
|
||||||
|
<config>
|
||||||
|
<!-- This feature is meant to be the feature identifying devices that support
|
||||||
|
Quick Tap -->
|
||||||
|
<feature name="com.google.android.feature.QUICK_TAP" />
|
||||||
|
</config>
|
||||||
|
|
@ -27,6 +27,14 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Overlay
|
# Overlay
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
# Quick Tap
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/oneplus/guacamoleb/conf/quick_tap.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/quick_tap.xml
|
||||||
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
|
persist.columbus.use_ap_sensor=false
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.sensors@1.0-service
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue