overlay: Disable advanced rotation settings for foldable_book

Change-Id: I947e00328ce117e628fb7622c644b38d1478ab2f
This commit is contained in:
Michael Bestas
2024-10-22 22:45:45 +03:00
parent 3d33aaeee6
commit 3ac1e9da6e
2 changed files with 22 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ PRODUCT_PRODUCT_PROPERTIES += \
$(call inherit-product, vendor/lineage/config/tablet.mk)
$(call inherit-product, vendor/lineage/config/telephony.mk)
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/foldable_book

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Advanced rotation settings -->
<bool name="config_enableAdvancedRotationSettings">false</bool>
</resources>