Отказ в разрешении: открытие провайдера com.miui.gallery.provider.GalleryOpenProvider - PullRequest
0 голосов
/ 18 мая 2018

java.lang.SecurityException: отказ в разрешении: открытие поставщика com.miui.gallery.provider.GalleryOpenProvider из ProcessRecord {932688f 12849: mobi.hubbler.app/u0a158} (pid = 12849, uid = 10158), который не экспортируетсяиз uid 10034

    InputStream is = null;
    BitmapFactory.Options options = new BitmapFactory.Options();
    options.inJustDecodeBounds = true;
    is = context.getContentResolver().openInputStream(bitmapUri);
    BitmapFactory.decodeStream(is, null, options); 

пытается получить растровое изображение из uri.Эта проблема возникает только с устройствами MI (xiaomi).

...