sm8450-common: overlay: Enable option for full screen aspect ratio
Change-Id: I2a1b2acc5ed97ccb6795dc371c2b3ac9cb4f9d03
This commit is contained in:
parent
56d6c0dfa3
commit
6959046284
4 changed files with 30 additions and 0 deletions
|
@ -365,6 +365,7 @@ PRODUCT_PACKAGES += \
|
|||
DialerResXiaomi \
|
||||
FrameworksResTarget \
|
||||
FrameworksResXiaomi \
|
||||
LineageResXiaomi \
|
||||
SettingsProviderResXiaomi \
|
||||
SettingsResXiaomi \
|
||||
WifiResTarget \
|
||||
|
|
10
overlay/Lineage/Android.bp
Normal file
10
overlay/Lineage/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "LineageResXiaomi",
|
||||
vendor: true,
|
||||
}
|
10
overlay/Lineage/AndroidManifest.xml
Normal file
10
overlay/Lineage/AndroidManifest.xml
Normal 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>
|
9
overlay/Lineage/res/values/config.xml
Normal file
9
overlay/Lineage/res/values/config.xml
Normal 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>
|
Loading…
Reference in a new issue