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

Commit 2cac9c86 authored by Nitesh Gupta's avatar Nitesh Gupta
Browse files

Revert "Settings: Remove Screen Color Settings"

This reverts commit 625228ff.

CRs-Fixed: 804133
Change-Id: I758c3d26eedbc4b3b2510e5da6e34651475aca5b
parent d6ab63dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res

LOCAL_SRC_FILES += \
        src/com/android/location/XT/IXTSrv.aidl \
        src/com/android/location/XT/IXTSrvCb.aidl

        src/com/android/location/XT/IXTSrvCb.aidl \
        src/com/android/display/IPPService.aidl
LOCAL_PACKAGE_NAME := Settings
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
+10 −0
Original line number Diff line number Diff line
@@ -90,6 +90,16 @@
            android:supportsRtl="true"
            android:allowBackup="false">

      <!-- screen color Settings Controls -->
        <activity android:name=".ScreenColorSettings" android:label="@string/screencolor"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:screenOrientation="nosensor">
        </activity>
        <activity android:name=".CustomScreenColor" android:label="@string/custom_screencolor"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:screenOrientation="nosensor">
        </activity>

        <!-- Settings -->

        <activity android:name="Settings"
+1.19 KiB
Loading image diff...
+1.18 KiB
Loading image diff...
+421 B
Loading image diff...
Loading