rollbak wrote: > Hello, > > I want to know if there is a way or workaround to hide an application > to be shown in the Home activity, but doing this dynamically from my > own app code.
You can try PackageManager#setComponentEnabledSetting(), though I have not tried this personally. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.0 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 -~----------~----~----~----~------~----~------~--~---

