stanlick wrote: > Yeah, I realize that. However, according to Google... > > <!-- > If your application absolutely need maps, you could add the > <uses-library> tag (even though you don't use the Maps API). This > will > make sure your app only install on devices with Maps. > --> > <uses-library android:name="com.google.android.maps"/>
AFAIK, that filtering only takes effect via a "normal" install process (e.g., Android Market), not something via adb install or ant install or the equivalent. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training -- 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

