Android, find the sender of an Intent for a monito

2019-05-14 01:53发布

I'm developing a monitoring application for Android listening for broadcast intents: whenever some suspicious intent pattern occurs a dialog alerting the users pops up. Indeed the intents must have been triggered by the same application, to avoid useless warnings.

In general this seems not to be possible, for instance I found something here: How to find Intent source in Android? I'm asking if there is a workaround to this, for instance looking into the context or whatsoever. I really need the application name, not the just the application name to do something else.

Cheers, Gil

1条回答
劫难
2楼-- · 2019-05-14 02:04

I'm developing a monitoring application for Android listening for broadcast intents

I sincerely hope that you fail in your quest, as this should not be possible, for obvious privacy and security reasons.

I'm asking if there is a workaround to this, for instance looking into the context or whatsoever.

AFAIK, no, short of creating your own custom firmware.

查看更多
登录 后发表回答