【发布时间】:2017-02-08 13:32:27
【问题描述】:
我在我的 android 应用中使用 adobe creative sdk。我面临的一个很好的问题是我正在尝试在手机中以横向模式编辑图像,它不工作编辑屏幕在手机中坚持纵向模式,即使我旋转手机。但它在平板电脑中运行良好。
在手机中旋转屏幕是否需要传递任何额外信息。或者是否允许在手机中以横向模式编辑图像。我被困在这里。请问谁能帮我解决这个问题。
我将意图如下调用
Intent imageEditorIntent = new AdobeImageIntent.Builder(this)
.setData(Uri.parse(imgPath))
.withToolList(mTools)
.withOutput(file)
.build();
startActivityForResult(imageEditorIntent, 200);
问候
【问题讨论】:
标签: android adobe aviary adobecreativesdk