hi
by using broadcast receiver library we can register or unregister or abort dynamic broadcasts
but what is the same way for static intents which are added by manifest?
i know they are global intents and we should not or can't unregister them but maybe any possible way to stop listening to them
maybe by using javaobject,etc...
tnx
oh oh that is not a sample,that's really a great tutorial
tit's exactly what i want to do
and just for help to other members to use simpler i compiled it directly from java and now this has not dependency to java object and inline java
attached is the BroadcastState Library which i compile that by your code and change your sample project
thank u again @warwound
but is this standard way to disable or enable broadcasts which are registered in manifest? @Erel