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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -