Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb13684f authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

Revert "FP5: overlay: Enable Smooth Display setting"

This reverts commit 60b69c3c.
parent 3fc7a3c0
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -330,7 +330,6 @@ PRODUCT_PACKAGES += \
    FrameworksResCommon \
    FrameworksResTarget \
    SettingsProviderRes \
    SettingsResCommon \
    SystemUIResCommon \
    SystemUIResTarget \
    TelephonyResCommon \
+0 −9
Original line number Diff line number Diff line
//
// Copyright (C) 2022 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

runtime_resource_overlay {
    name: "SettingsResCommon",
    vendor: true,
}
+0 −13
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2022 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.settings.common">

    <overlay
        android:isStatic="true"
        android:priority="800"
        android:targetPackage="com.android.settings" />
</manifest>
+0 −4
Original line number Diff line number Diff line
<resources>
    <!-- Whether to show Smooth Display feature in Settings Options -->
    <bool name="config_show_smooth_display">true</bool>
</resources>