Android Gallery on Android 4.4 (KitKat) returns different URI for Intent.ACTION_GET_CONTENT

后端 未结 19 2302
温柔的废话
温柔的废话 2020-11-22 02:44

Before KitKat (or before the new Gallery) the Intent.ACTION_GET_CONTENT returned a URI like this

content://media/external/images/media/39

19条回答
  •  遥遥无期
    2020-11-22 03:20

    The answer to your question is that you need to have permissions. Type the following code in your manifest.xml file:

    
    
    
    
    `
    

    It worked for me...

提交回复
热议问题