Spacewar: Place volume panel on the left by default

Change-Id: Iffcfad9af472ada48c0dc12cf238fd959355bc6a
This commit is contained in:
Bruno Martins
2021-05-28 22:22:39 +01:00
committed by Kujou Yuko
parent 9443f53834
commit 98375fa0b2
2 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ $(call inherit-product, vendor/nothing/Spacewar/Spacewar-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
PRODUCT_ENFORCE_RRO_TARGETS := *
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
<bool name="def_volume_panel_on_left">true</bool>
</resources>