Android permission check in 6.0
How to check permission in Android 6.0 or higher version?To get read phone call log, you need figure out two-step. Step.1 Check permission you have or not. //------------------------------------------------private int REQUEST_CALL_LOG = 1;private Activity mainActivity = this;//------------------------------------------------ int permissionCheck = ContextCompat.checkSelfPermission(getApplicationC..
카테고리 없음
2017. 6. 19. 18:55
최근댓글