Android Pick Up Photo From Local Device

[Solved] Android Pick Up Photo From Local Device | Scala - Code Explorer | yomemimo.com
Question : android pick up photo from local device

Answered by : relieved-rook-5kv0zlfh2eke

 intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(intent, TFRequestCodes.GALLERY);

Source : https://stackoverflow.com/questions/5309190/android-pick-images-from-gallery | Last Update : Tue, 14 Jul 20

Answers related to android pick up photo from local device

Code Explorer Popular Question For Scala