TreKing wrote: > OP - I don't know if this is possible, but as a next best thing you > could possibly tell the user what they have to do and then open the > manage application's settings page for them and let them finish the process.
PackageManager has clearPackagePreferredActivities(). However, you can only clear places where your own app has been made a preferred activity -- you cannot attack other applications this way. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

