Hello,
i got success =true after pick photo from gallery with contentchooser.
but i cant use selected file and get this error ;
"GrantUriPermission or READ_EXTERNAL_STORAGE"
it s my manifestEditor File ;
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddReplacement(<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>,)
what is the wrong? any help ?
i got success =true after pick photo from gallery with contentchooser.
but i cant use selected file and get this error ;
"GrantUriPermission or READ_EXTERNAL_STORAGE"
it s my manifestEditor File ;
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddReplacement(<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>,)
what is the wrong? any help ?