I want to push a notification when a new app installed containing the app name as a title and its content will be its permissions, so how i can implement that even if the my app is closed, my app will support android 6.0 and higher
Asked
Active
Viewed 45 times
0
-
Have you looked at [services](https://stackoverflow.com/questions/9177212/creating-background-service-in-android)? – Jakob F Feb 09 '20 at 21:43
-
yes, but when i am closed the app no intents received – Aqua760 Feb 09 '20 at 23:29