How can I grant permission to access notifications to my caandorid application (system app) automatically from android sdk? The android system should not prompt to ask for grating access.
Asked
Active
Viewed 207 times
0
-
1Staring at Android 23, you're required to ask runtime permissions – OneCricketeer Aug 26 '17 at 06:16
-
From linux system side is there any possible way by which I can give permissions automatically? – Slippin' Jimmy Aug 26 '17 at 10:58
-
@cricket_007 I am developing a system/priv-app/ application for custom hardware, but don't have access to the notifications. I have to explicitly grant permission for it, how can I grant permission by default? Anywhere from android firmware? – Slippin' Jimmy Sep 06 '17 at 05:48