TedPermission icon indicating copy to clipboard operation
TedPermission copied to clipboard

Easy check permission library for Android Marshmallow

Results 25 TedPermission issues
Sort by recently updated
recently updated
newest added

초보 안드로이드 개발하는 사람인데 TedPermission을 통해서 카메라 권한과 WRITE_EXTERNAL_STORAGE 권한을 가져오면 앱 설정의 권한에서는 다 허용 되어있는데 계속 DeniedMessage로 넘어가 버립니다. 로그캣에 확인해보니 WRITE_EXTERNAL_STORAGE에 권한이 없다고 나오고요.. 너무 답답한 마음에...

Is there a reason why `check()` can't see that all the permissions are granted and do nothing in that case? My activity does `onPause()` - `onResume()` when I call `check...

After providing permission library logs V/TedPermission: permissionResult(): null It makes app freeze a bit, also when app goes in the background it pushes app back on screen in 2-3s. Looks...

When the permission is denied, the UI become not responsive (screen is hang) but there is no crash error. (Device using Samsung Galaxy J5 and Samsung Galaxy S8+) However this...

Fatal Exception: java.lang.RuntimeException Failure delivering result ResultInfo{who=@android:requestPermissions:, request=10, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {th.co.itg.oneasset/com.gun0912.tedpermission.TedPermissionActivity}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState