> Perhap it no way to continue my work... I just write 1 application > that keep track of others.
Generally, that sort of application is difficult on Android. You can use the PackageManager and related APIs to find out what else is on the device, and you can use public APIs made available by the other applications. Other than that, each application is protected from the others. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

