Skip to content

Commit 0cbdae9

Browse files
bgcngmaleasto
authored andcommitted
overlay-lineage: Hide and disable status bar DT2S gesture
Change-Id: I208701b60ddfdd2a15ff17800124c3a693f2990d
1 parent 745d6bd commit 0cbdae9

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
@@ -154,7 +154,9 @@ PRODUCT_PACKAGES += \
154154
NfcNci
155155

156156
# Overlays
157-
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
157+
DEVICE_PACKAGE_OVERLAYS += \
158+
$(LOCAL_PATH)/overlay \
159+
$(LOCAL_PATH)/overlay-lineage
158160

159161
# Permissions
160162
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)