Skip to content

Commit

Permalink
overlay-lineage: Hide and disable status bar DT2S gesture
Browse files Browse the repository at this point in the history
Change-Id: I208701b60ddfdd2a15ff17800124c3a693f2990d
  • Loading branch information
bgcngm authored and aleasto committed Oct 19, 2024
1 parent 70e8599 commit 8c4353e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ PRODUCT_PACKAGES += \
NfcNci

# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage

# Permissions
PRODUCT_COPY_FILES += \
Expand Down
10 changes: 10 additions & 0 deletions overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 The Waydroid Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Default values for status bar DT2S gesture -->
<bool name="config_dt2sGestureAvailable">false</bool>
<bool name="config_dt2sGestureEnabledByDefault">false</bool>
</resources>

0 comments on commit 8c4353e

Please sign in to comment.