android - abortBroadcast() in which sdk version does not work? -
abortbroadcast order prevent messages reaching inbox used, in sdk version not work? know work form sdk<18 , not workin skd 19. qution is: working sdk 18 , >=20?
i not understand question well, checked api , not not working particular sdk. following:
sets flag indicating receiver should abort current broadcast; works broadcasts sent through context.sendorderedbroadcast. prevent other broadcast receivers receiving broadcast. still call onreceive(context, intent) of broadcastreceiver caller of context.sendorderedbroadcast passed in.
this method not work non-ordered broadcasts such sent context.sendbroadcast
Comments
Post a Comment