Skip to content

Commit 2ad6e15

Browse files
bgcngmaleasto
authored andcommitted
overlay-lineage: Hide and disable status bar DT2S gesture
Change-Id: I208701b60ddfdd2a15ff17800124c3a693f2990d
1 parent f5dc8d2 commit 2ad6e15

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

device.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ PRODUCT_PACKAGES += \
151151
NfcNci
152152

153153
# Overlays
154-
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
154+
DEVICE_PACKAGE_OVERLAYS += \
155+
$(LOCAL_PATH)/overlay \
156+
$(LOCAL_PATH)/overlay-lineage
155157

156158
# Permissions
157159
PRODUCT_COPY_FILES += \
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (C) 2023 The Waydroid Project
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
<resources>
7+
<!-- Default values for status bar DT2S gesture -->
8+
<bool name="config_dt2sGestureAvailable">false</bool>
9+
<bool name="config_dt2sGestureEnabledByDefault">false</bool>
10+
</resources>

0 commit comments

Comments
 (0)