请问各路大神,android 如何判断相册图片是横向还是纵向?
android? 相册 图片 横向 纵向
------解决方案--------------------
http://asysbang.com/forum.php?mod=viewthread&tid=58&extra=page%3D1
------解决方案--------------------
Activity.getRequestedOrientation()
http://developer.android.com/reference/android/app/Activity.html#getRequestedOrientation()
三个参数
ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED
------解决方案--------------------
c为查询mediaprovider数据库返回的cursor