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
Post a Comment