Merge "Add Night Light to Settings widget" into oc-dr1-dev

am: 2b0ea1c710

Change-Id: I1431c67495c1c49dd727241a9a0993b78b053960
This commit is contained in:
Sean Stout
2017-06-27 18:10:15 +00:00
committed by android-build-merger

View File

@@ -924,6 +924,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" />