android - choose photo from gallery for s7, s7 edge, note 5 not working -
i have app uploading image gallery. working fine note 4, os 6.0, not working note 5, s7, s7 edge.
what mean not working is i can see gallery, when select image, gallery dismissed only. nothing ahead happened.
did happened before?
right not posting code because might know why happening. post code incase if needed.
targetsdkversion 21, means don't worry permissions now. problem lies somewhere else.
the problem device when choose image gallery onactivityresult() call in normal case when choose image devices oncreate() method call , nothing happens due oncreate() solution write below properties in androidmanifest file of activity.this works me.
android:configchanges="orientation|keyboardhidden|screensize"
Comments
Post a Comment