[android-developers] Re: How to retrieve Intents used by installed apps on the phone
On Jun 5, 7:29 pm, Kristopher Micinski <krismicin...@gmail.com> wrote:
> >> Is there any way to retrieve the Intents used by intalled apps on the
> >> phone? For example, how do I know that one app could send an Intent to
> >> invoke Camera app or Email app or Text Message app?
> But you could track this in the system, of course, which is what I
> assume the OP wanted to do..
Well, you can't really detect the potential (how do I know that one
app "could") due to the potential crossovers between inputs, data, and
code represented by things like intent objects and reflection.
You can however detect the actual attempt as it occurs, to a degree by
watching the logs, and more substantially by modifying the platform to
in effect breakpoint Intent sending.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home