File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 <!-- Notification lights -->
205205 <org .derpfest.support.preferences.SelfRemovingPreference
206206 android : key =" notification_lights"
207+ android : title =" @string/notification_light_title"
207208 settings : requiresConfig =" @*android:bool/config_intrusiveNotificationLed"
208- settings : replacesKey =" notification_pulse" />
209+ settings : replacesKey =" notification_pulse"
210+ android : fragment =" com.android.settings.derpfest.notificationlight.NotificationLightSettings" />
209211
210212 <org .derpfest.support.preferences.SystemSettingSwitchPreference
211213 android : key =" notification_force_non_dismissible"
Original file line number Diff line number Diff line change 6868 <!-- Battery light -->
6969 <org .derpfest.support.preferences.SelfRemovingPreference
7070 android : key =" battery_lights"
71+ android : title =" @string/battery_light_title"
7172 settings : requiresConfig =" @*android:integer/config_deviceLightCapabilities"
72- settings : requiresConfigMask =" 64" />
73+ settings : requiresConfigMask =" 64"
74+ android : fragment =" com.android.settings.derpfest.notificationlight.BatteryLightSettings" />
7375
7476 <SwitchPreferenceCompat
7577 android : key =" battery_percentage"
You can’t perform that action at this time.
0 commit comments