I am looking for android system API implementation for avoiding Doze for particular application. Rather requesting user to confirm adding in whitelisted app for doze.
Asked
Active
Viewed 923 times
3
-
1I don't think it is possible without user interaction. Check this answer: http://stackoverflow.com/a/32627788/368379 – Cheesebaron Oct 05 '16 at 12:05
-
Compare the package name and you could avoid it – Jai Oct 05 '16 at 12:05
-
Thanks but I am looking for more clean approach.I am sure it is not public must hidden somewhere in android source :) . – Kdads Oct 07 '16 at 16:57