gpt4 book ai didi

android - 关于 Activity 结果相机 Intent 在三星 s4 中返回 null

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:53:47 25 4
gpt4 key购买 nike


在此先感谢您的帮助。这是我在创建我的第一个应用程序时遇到的问题。

我正在制作应用程序,用户可以在其中选择从图库或相机拍摄图像,当从图库导入图像时,应用程序按预期工作,但是当从相机拍摄图像时,intent 返回

Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); 
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
startActivityForResult(cameraIntent,YOUR_SELECT_PICTURE_REQUEST_CODE);

最佳答案

<activity
android:name="com.example.AddPhotoActivity"
android:label="Add Photo"
android:configChanges="orientation|screenSize"
android:screenOrientation="portrait"
>

通过在 list 中添加这个,我可以存储我的 Activity 的最后状态,然后我的 Activity 不会再次开始,但会从之前的状态恢复并且相机 Intent 不会返回 null

android:configChanges="orientation|screenSize"

关于android - 关于 Activity 结果相机 Intent 在三星 s4 中返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31994950/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com