In there any way to detect when the user access the System.settings
activity for Android M?
Since getRunningTasks() is deprecated, i've tried to use this lib: https://github.com/jaredrummler/AndroidProcesses, but the settings doesn't appear on the returned list of processes.
Thanks!