I'd add a targetSdkVersion attribute with the highest level you've
actually tested against, like this:

  <uses-sdk android:minSdkVersion="3"
            android:targetSdkVersion="5" />

In my experience, the lack of that attribute caused higher-SDK
emulator images to be reluctant to run the app, so I could imagine
that it might cause issues on real hardware as well. Doesn't entirely
make sense, as SDK 4 (Donut/1.6) is now widespread on other handsets -
which I'm assuming can see your app - but it doesn't hurt.

String

On Nov 13, 8:31 am, Klaus Kartou <[email protected]> wrote:
> Hi!
>
> How's your uses-sdk part of manifest looks like ?
>
> It looks like this:
>
> <uses-sdk android:minSdkVersion="3"/>
> <supports-screens
> android:smallScreens="true"
> android:normalScreens="true"
> android:largeScreens="true"
> android:anyDensity="true"
> />
>
> On Fri, Nov 13, 2009 at 5:47 AM, SoftwareForMe.com SoftwareForMe.com <
>
>
>
> [email protected]> wrote:
> > As if it's not enough to have to manage the manifest, but HTC has a bit of
> > a habit of releasing phones that cannot see some apps. Examples include the
> > HTC Hero when it was released in Europe, and the HTC Eris recently released
> > in the USA.
>
> > I'd like to know if those phones you mention can see our app (PhoneMyPC) as
> > well. Anybody have an idea how to check that?
>
> > Scott
> > SoftwareForMe.com
> > Makers of PhoneMyPC
>
> > On Thu, Nov 12, 2009 at 2:45 PM, Alexey Volovoy <[email protected]>wrote:
>
> >> How's your uses-sdk part of manifest looks like ?
>
> >> On Nov 12, 4:29 pm, Klaus Kartou <[email protected]> wrote:
> >> > Can anyone enlighten me? :)
> >> > It looks like our app doesnt show up on the market on HTC Tattoo. What
> >> else
> >> > should we specify in the manifest?
>
> >> > On Thu, Nov 12, 2009 at 4:01 PM, Klaus Kartou <[email protected]> wrote:
> >> > > Hi!
>
> >> > > We have uploaded a new version of our app where we added the following
> >> to
> >> > > the manifest:
>
> >> > > <supports-screens
> >> > > android:smallScreens="true"
> >> > >  android:normalScreens="true"
> >> > > android:largeScreens="true"
> >> > >  android:anyDensity="true"
> >> > > />
>
> >> > > However, we are receiving complaints that users cannot find the app on
> >> the
> >> > > market using their HTC Tattoo and HTC Dragon phones. Any ideas what we
> >> are
> >> > > doing wrong, and is there a way for the developers to test if the app
> >> is
> >> > > visible on the market?
>
> >> > > Cheers!
>
> >> --
> >> 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]<android-developers%2Bunsubs
> >>  [email protected]>
> >> For more options, visit this group at
> >>http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Warm regards,
> > The PhoneMyPC Team
>
> > --
> > 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]<android-developers%2Bunsubs 
> > [email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

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