I have a similar issue. After a regular update, without any changes to
the manifest, the device availability dialog suddenly showed only 8
devices - as apposed to 400+ for the older version. I noticed that

android.hardware.screen.portrait

appeared only for this latest version, allthough

android:screenOrientation="portrait"

had been in the manifest for all earlier versions, too. I removed the
portrait mode from the manifest and now all devices are listed again.

Looks like a bug to me. As a workaround, you can force the orientation
to portrait in code (via setRequestedOrientation()). If you use
getWidth() / getHeight(), compare both and swap the values if width is
bigger than height. setRequestedOrientation() sems to slow down the
activity startup though.


On 30 Jul., 01:20, pawpaw17 <georgefraz...@yahoo.com> wrote:
> Hi Guys,
>
> I've just done a regular bugfix update for my app, and now it seems to
> have disappeared from Android Market entirely!! This is the first
> update I've done with the new developer console interface where the
> APK and App Info is separated into different tabs.
>
> If I search by the name of my app, no dice, it is gone. Maybe this is
> an intermittent state while my update is being processed? But I've
> never waited more than 20 minutes or so for an update to appear and it
> has been almost 2 hours.
>
> Please if anyone has info on I'd great appreciate it.
>
> Thanks!
>
> pawpaw17

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to