Get thumbnail Uri/path of the image stored in sd card + android

前端 未结 8 717
自闭症患者
自闭症患者 2020-11-28 04:46

SDK version - 1.6

I am using following intent to open android\'s default gallery:

Intent intent = new Intent();
                inte         


        
8条回答
  •  天涯浪人
    2020-11-28 05:07

    Take a look at the following class

    http://developer.android.com/reference/android/provider/MediaStore.Images.Thumbnails.html

提交回复
热议问题