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

Commit c0189802 authored by Doris Ling's avatar Doris Ling Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when selecting Settings->Display->Brightness level."

parents 40a0db9a 7388f435
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        android:key="brightness"
        android:title="@string/brightness"
        settings:keywords="@string/keywords_display_brightness_level">
        <intent android:action="android.intent.action.SHOW_BRIGHTNESS_DIALOG" />
        <intent android:action="com.android.intent.action.SHOW_BRIGHTNESS_DIALOG" />
    </Preference>

    <com.android.settingslib.RestrictedPreference