I want to know the exact functionality of Intent.ACTION_PRE_BOOT_COMPLETED. Currently, my requirement is to complete the task before the completion of booting of the device, i.e. before the call of Intent.ACTION_BOOT_COMPLETED.
Can anyone guide me on how to proceed to fulfill the requirement? Any help in this regard will be well appreciated.
I want to know the exact functionality of Intent.ACTION_PRE_BOOT_COMPLETED . Currently, my requirement is
Share
There is no such action as ACTION_PRE_BOOT_COMPLETED. I think that you normally can’t fill your requirement. May be there is some mechanism for system signed apps to do that.