Open omerasif57 opened 6 years ago
I have no clue how native service is being called in IMSDroid? There is no calling to startService() but only in GlobalBroadcastReceiver Class on ACTION_BOOT_COMPLETED. I am having difficulty in debugging the service. Please Advise.
startService()
GlobalBroadcastReceiver
ACTION_BOOT_COMPLETED
I have no clue how native service is being called in IMSDroid? There is no calling to
startService()
but only inGlobalBroadcastReceiver
Class onACTION_BOOT_COMPLETED
. I am having difficulty in debugging the service. Please Advise.