I try from my app to query content provider of an other app (not my app). The provider in that app is defined with:
android:readPermission="android.permission.BIND_APPWIDGET"
android:grantUriPermissions="true"
From my app i added the user permission android.permission.BIND_APPWIDGET to manifest file but i get:
java.lang.SecurityException: Permission Denial: opening provider com.* from ProcessRecord{427afe60 29052:*/u0a72} (pid=29052, uid=10072) requires android.permission.BIND_APPWIDGET or com.*.ACCESS
Does anyone have and idea?