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

Commit 625228ff authored by Krishna Chaitanya Parimi's avatar Krishna Chaitanya Parimi Committed by Nitesh Gupta
Browse files

Settings: Remove Screen Color Settings

Screen Color settings and other display tuning
features are to be supported via different
interface based on APIs.

This reverts following commits

ea97c362
51812205
8308655f
969a09f5

Change-Id: Ie1eed5ee9e4e5df2d087249ae95a38d215c9482d
parent e96bd9d5
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/display/IPPService.aidl
        src/com/android/location/XT/IXTSrvCb.aidl

LOCAL_PACKAGE_NAME := Settings
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
+0 −10
Original line number Diff line number Diff line
@@ -87,16 +87,6 @@
            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