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:
Doris Ling
2017-03-27 13:22:19 -07:00
parent b26ce1e13b
commit 7388f43552

View File

@@ -24,7 +24,7 @@
android:key="brightness" android:key="brightness"
android:title="@string/brightness" android:title="@string/brightness"
settings:keywords="@string/keywords_display_brightness_level"> 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> </Preference>
<com.android.settingslib.RestrictedPreference <com.android.settingslib.RestrictedPreference