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

Commit dba12f55 authored by Steve Kondik's avatar Steve Kondik Committed by Arne Coucheron
Browse files

settings: Add rotation settings

 * Links to CMParts

Change-Id: I896c53089fca0ee3b0e867144bb1d72fe8946eaf
parent 48c27bdb
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -39,7 +39,13 @@

        <!-- LiveDisplay -->
        <org.cyanogenmod.internal.cmparts.CMPartsPreference
            android:key="livedisplay" />
            android:key="livedisplay"
            cm:requiresFeature="org.cyanogenmod.livedisplay" />

        <!-- Rotation -->
        <org.cyanogenmod.internal.cmparts.CMPartsPreference
            android:key="rotation"
            cm:requiresFeature="android.hardware.sensor.accelerometer" />

        <com.android.settings.display.NightDisplayPreference
                android:key="night_display"
@@ -115,10 +121,12 @@
                android:title="@string/screen_zoom_title"
                settings:keywords="@string/screen_zoom_keywords" />

        <!-- Disable on CM
        <DropDownPreference
                android:key="auto_rotate"
                android:summary="%s"
                android:title="@string/display_auto_rotate_title" />
        -->

        <PreferenceScreen
                android:key="wifi_display"