Fix crash when selecting Settings->Display->Brightness level.
System UI updated the intent string for launching the brightness dialog. Update the corresponding intent in the settings manifest to match the change. Change-Id: I4f8a2d5f424b2a0613d77ff7ca69a9c6237ef8fe Fix: 36647069 Test: manual
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user