I am trying to run my service even if user has never opened the app before. Just installed it and never opened. Is it possible to receive android.intent.action.BOOT_COMPLETED action in this situation?
I have tried all bootup suggestions I can find. They work if I open the app once. If not, no action.
I can have root permissions if super user is needed, but not able to find any related idea or problem.
Any help would be greatly appreciated.