sm8450-common: overlay: Enable option for full screen aspect ratio

Change-Id: I2a1b2acc5ed97ccb6795dc371c2b3ac9cb4f9d03
This commit is contained in:
Jesse Chan 2018-04-30 23:02:55 -07:00 committed by Arian
parent 56d6c0dfa3
commit 6959046284
4 changed files with 30 additions and 0 deletions

View file

@ -365,6 +365,7 @@ PRODUCT_PACKAGES += \
DialerResXiaomi \
FrameworksResTarget \
FrameworksResXiaomi \
LineageResXiaomi \
SettingsProviderResXiaomi \
SettingsResXiaomi \
WifiResTarget \

View file

@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "LineageResXiaomi",
vendor: true,
}

View file

@ -0,0 +1,10 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lineageos.platform.overlay.xiaomi">
<overlay android:targetPackage="lineageos.platform"
android:isStatic="true"
android:priority="600"/>
</manifest>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether device has a screen with a higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
</resources>