Merge "Add Night Light to Settings widget" into oc-dr1-dev am: 2b0ea1c710

am: d695f232d5

Change-Id: I7275813e73a9eaf613ce74fc58bd2e89397514fd
This commit is contained in:
Sean Stout
2017-06-27 19:18:59 +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" />