android - drop wakelock in WakefulBroadcastReceiver that does not start a Service -
i registered wakefulbroadcastreceiver gets called @ time , based on content of broadcast decides start service process intent or not.
my question is: there wakelock registered if startwakefulservice
not called? if so, how release wakelock again?
is there wakelock registered if startwakefulservice not called?
no, there not, can tell looking @ the wakefulbroadcastreceiver
source code.
Comments
Post a Comment