On Thu, Dec 2, 2010 at 5:29 PM, Kwisatz <[email protected]> wrote: > I have an Activity with an Intent-Filter that must be always active, > but only when the application is running on devices above Froyo, > > Is there a way to: > > 1. Permanently add Intent-Filters? > > or > > 2. Permanently remove Intent-Filters? > > or > > 3. Make the intent-filter target specifically an SDK version?
#2 can be achieved via an activity alias, PackageManager, and setComponentEnabledSetting(), I think. -- 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

