java - Enforcing security on broadcast receiver without access to calling package -



java - Enforcing security on broadcast receiver without access to calling package -

i've been working on android app receives intents several known applications. question whether there way calling bundle when broadcastreceiver receives intent?

the situation don't have access calling bundle , cannot manipulate bundle manifest in way. familiar enforcing security using signature or permission phone call receiver isn't possible in instance.

is there way this? help appreciated.

may not elegant solution start logcat filter in code , start listening sending broadcast events, can retreive bundle info that.

java android security broadcastreceiver

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -