On Wed, Sep 21, 2011 at 6:55 AM, Speedy <lostba...@gmail.com> wrote:
> Hi,
>
> I'm building application on SKD 11+ (Android 3.x) and when I'm doing
> in-app billing request the checkout popup is always displaying in
> landscape mode - causing that my whole app rotates to landscape mode
> even though the app is locked to portrait.

Don't lock you app to portrait, or at least don't lock the activity responsible
for purchases.

>
> Is there any way to display purchase popup in portrait mode on
> Honeycomb?

Not that I know of. You get a PendingIntent from the Market app
and you have to launch that, I don't think you can customize it.

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