The XOOM is not a phone. You are requiring the CALL_PHONE permission (which, to be honest, makes no sense to me for a aviation weather app). You probably do not have the proper <uses-feature> element to make that combination work. More details here:
http://commonsware.com/blog/2011/02/25/xoom-permissions-android-market.html On Tue, Mar 8, 2011 at 11:03 PM, Felix <[email protected]> wrote: > Hey, > > I got the Motorola Xoom today and noticed that my app wasn't on the > market. So I looked into my manifest and updated > android:targetSdkVersion to "11". I tested the app on the device, and > everything works fine. I resubmitted, and for some reason it still > isn't there. I can see the app on every other device I own (nexus one, > droid, samsung galaxy tab), but not on the Xoom. Anyone have any ideas > what I could be doing wrong for the Market to be filtering out my app? > > My app is called "AirWX Aviation Weather". > > Thanks > Felix > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training Worldwide: 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

