Thanks for your support Patrick. I'll try setting telephony as not
required.

For someone else interested in this issue I asked the same question to
stackoverflow website ->
http://stackoverflow.com/questions/8800273/application-doesnt-appear-in-android-market-for-a-certain-device-android-marke

Xavi Barrera Quintanilla

On 10 ene, 11:45, patrick <[email protected]> wrote:
> Hello,
>
> You use the SMS permission, so the telephony feature is by default set
> to "mandatory". As the Xoom doesnt have the telephony feature, it cant
> see your app.
>
> If you add <uses-feature android:name="android.hardware.telephony“
> android:required="false" />  in your manifest, you should be able to
> see your app.
>
> Regards,
> Patrick
>
> On Jan 9, 10:34 am, xavibq <[email protected]> wrote:
>
>
>
>
>
>
>
> > Dear All,
>
> > I have some problems with Android Market filtering system. I have been
> > reading the documentation about Android Market Filters in
> > developer.android.com, and I suppose the problem is related with
> > screen or density restrictions.
>
> > The manifest of my application contains the following:
> >       <uses-permission
> > android:name="android.permission.ACCESS_FINE_LOCATION"/>
> >       <uses-permission android:name="android.permission.INTERNET"/>
> >       <uses-permission
> > android:name="android.permission.READ_PHONE_STATE"/>
> >       <uses-permission android:name="android.permission.SEND_SMS"/>
> >       <uses-permission
> > android:name="android.permission.ACCESS_COARSE_LOCATION"/>
> >       <uses-permission
> > android:name="android.permission.ACCESS_COARSE_UPDATES"/>
> >       <uses-permission android:name="android.permission.RECEIVE_SMS" /
>
> >       <uses-permission
> > android:name="android.permission.ACCESS_NETWORK_STATE" />
> >       <uses-permission android:name="android.permission.WAKE_LOCK" />
> >       <uses-permission
> > android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
> >       <uses-sdk android:minSdkVersion="7" />
>
> > Looking to this uses permissions it is clear that Android Market will
> > restrict the app to those devices which don't have either GPS, 3G/
> > WiFi, Telephony or SD storage.
>
> > However, I have a Motorola Xoom tablet (Android 3.1) which has all
> > these hardware capabilities and it is unable to see my app in the
> > Android Market.
>
> > I'm not declaring any supported screen by means of <supports-screens>
> > element, because when the android:minSdkVersion is set to 4 or higher,
> > the application is considered to support all screen sizes by default.
> > But my application is based on API level 7 and android:xlargeScreens
> > attribute doesn't appear until API level 9.
>
> > Any idea?
>
> > Thanks in advance.
>
> > Xavi Barrera Quintanilla

-- 
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

Reply via email to