Add Night Light to Settings widget
Night Light now appears as an option when placing the Settings widget Bug: 62823114 Test: manual - Place Settings widget on launcher Change-Id: I521980ec63b2e9034f44d2de7796dcb64f870b06
This commit is contained in:
@@ -923,6 +923,11 @@
|
||||
android:enabled="@*android:bool/config_nightDisplayAvailable"
|
||||
android:icon="@drawable/ic_settings_night_display"
|
||||
android:taskAffinity="">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="com.android.settings.SHORTCUT" />
|
||||
</intent-filter>
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
Reference in New Issue
Block a user