I'm trying to access LED NOTIFICATION
in Android, following this and this question here on Stack.
When I try to call
Settings.System.getInt(resolver, "notification_light_pulse")
the program crashes because it can't find notification_light_pulse
.
How can I do to access the LED NOTIFICATION
if this method fail?