java - Are there any broadcast receivers for my Intent? -
java - Are there any broadcast receivers for my Intent? -
i have developed application need utilize pdf-viewer. how can programatically check existence of application able respond intent?
this post in android developers blog describes how test intent receiver without trying send intent.
as teaser, here's of import part of code. should read blog post more details , finish function can re-create , paste.
list<resolveinfo> list = packagemanager.queryintentactivities(intent, packagemanager.match_default_only); homecoming list.size() > 0;
java android
Comments
Post a Comment