> So, with all that's been discussed, let me ask a different question. > Is there a way to programmatically remove an icon from the tray after > the activity has been shown and still keep the app installed on the > phone?
You should be able to disable the activity via the PackageManager. I would think that a disabled activity would vanish from the launcher, though I have not tried that personally. -- 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

