Creative sdk编辑屏幕在手机中保持纵向模式

时间:2016-09-30 04:16:32

标签: android adobe aviary adobecreativesdk

我在 android 应用中使用 adobe creative sdk 。我正面临的一个很好的问题是,我正在尝试在横向模式中编辑图像手机中无法正常工作编辑屏幕在手机中粘贴到肖像模式,即使我转动手机但是在平板电脑上工作正常

我是否需要传递额外内容才能在手机中旋转屏幕。或者是否可以在手机中以横向模式进行图像编辑。我被困在这里。请任何人帮我解决这个问题。

我按照以下方式调用意图

Intent imageEditorIntent = new AdobeImageIntent.Builder(this)
                    .setData(Uri.parse(imgPath))
                    .withToolList(mTools)
                    .withOutput(file)
                    .build();

            startActivityForResult(imageEditorIntent, 200);

此致

1 个答案:

答案 0 :(得分:1)

您的代码看起来很好。图像编辑器目前不支持手机上的横向模式。