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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -