On Fri, Dec 3, 2010 at 4:30 PM, guillaume benats <[email protected]> wrote: > Well that's deterministic to me, as that's encoded in the sources, I do not > want to know if an application "a" uses a _particular_ application "b" but > _any_ activity of any other application.
If I try to do an ACTION_VIEW of a PDF file, my application may invoke zero, one, or several applications, depending on what is installed and what the user chooses to do. At most, via decompiling an APK, you can figure out what *Intents* are used with startActivity(). What those turn into at runtime is the non-deterministic part. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.0.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

