Android crashing after camera Intent

后端 未结 8 1398
半阙折子戏
半阙折子戏 2020-12-04 15:13

I have an app published and one of the fundamental features is to allow the user to take a picture, and then save that photo in a specific folder on their External Storage.

8条回答
  •  死守一世寂寞
    2020-12-04 15:25

    For Samsung devices add below one line in your AndroidManifest.xml File

    android:configChanges="orientation|screenSize"

    i hope this will work for you

提交回复
热议问题