Android Pick Image始终处于纵向模式?

时间:2011-02-07 22:10:33

标签: android

Intent i = new Intent(Intent.ACTION_PICK,
                        android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI);
                        startActivityForResult(i,0); 

但这始终以纵向模式显示选择器。有没有办法制作这种风景? 谢谢!

1 个答案:

答案 0 :(得分:0)

我现在在HTC Desire (2.2)尝试了这个问题,但没有问题。

你能来吗?告诉我们您的设备型号&固件?

此外,在调用Pick意图时,您的源活动对方向没有限制,对吧?即,没有

android:screenOrientation="portrait"

在你的AndroidManifest.xml中设置,对吗?