AndPermission icon indicating copy to clipboard operation
AndPermission copied to clipboard

leaked IntentReceiver error

Open JackiePenghe opened this issue 4 years ago • 3 comments

AndPermission.with(this) .runtime() .permission(Permission.READ_EXTERNAL_STORAGE,Permission.WRITE_EXTERNAL_STORAGE,Permission.ACCESS_BACKGROUND_LOCATION,Permission.ACCESS_COARSE_LOCATION,Permission.ACCESS_FINE_LOCATION) .onGranted(onGrantedListener) .onDenied(onDeniedListener) .rationale(rationaleListener) .start();

I use it in my Activity(That used to show a picture and delay some time to MainActivity) .But it throws error "has leaked IntentReceiver com.yanzhenjie.permission.bridge.Messenger@2d38588 that was originally registered here. Are you missing a call to unregisterReceiver()?".

My phone infomation: Honor V20 Magic UI 3.0.0 Android 10 how do I resolve it

JackiePenghe avatar Mar 31 '20 08:03 JackiePenghe

这个库貌似不更新了

cuibg avatar Apr 01 '20 02:04 cuibg

不更新了android 10 有很多权限没法兼容了

ruan7k avatar Apr 01 '20 10:04 ruan7k

@ruan7k ,严大神,最近可能就会更新了!

cuibg avatar May 06 '20 10:05 cuibg