Is there a way to gain CALL_PHONE permission when the program runs? For instance, could this app get CALL_PHONE when it happens to be running on a phone, and when it's on the XOOM, it does not provide the feature set that requires CALL_PHONE? If that decision can't be made at runtime, then two separate apps would have to be developed.
BTW: CALL_PHONE makes a lot of sense to me for an aviation weather app. Weather is usually the determining factor for when you file a flight plan, and you can a lot get a lot of extra weather information by calling the weather office. The app could dial from a list of station phone numbers along the route you're looking at. On Mar 9, 6:52 am, Mark Murphy <[email protected]> wrote: > 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-marke... > > > > > > > > > > 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/commonsguyhttp://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

