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

Commit 969a09f5 authored by shibom's avatar shibom Committed by Xiaojing Zhang
Browse files

Settings: Add screen color settings

Add "Screen Color" item in settings.This function support set
Hue, Saturation, Contrast and Intensity value, and screen color
will be changed by this settings.

Change-Id: Ibdbac08b701995f6995764a18ee4c5de41c7bd3b
parent 9ab581c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,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
@@ -79,6 +79,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