Before KitKat (or before the new Gallery) the Intent.ACTION_GET_CONTENT returned a URI like this
Intent.ACTION_GET_CONTENT
content://media/external/images/media/39
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...