mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885-common: overlay: enable option for full screen aspect ratio
Change-Id: Ica01880ce444313ae08151e6cfdcf5ef71a523b6 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
47669bcc00
commit
873745a525
2 changed files with 10 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
* Copyright (C) 2018 The LineageOS Project
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
||||||
|
</resources>
|
||||||
|
|
@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue