1

사용자가 특정 환경 설정을 사용하는 경우에만 특정 권한을 요청하는 방법이 있습니까?Android 환경 설정 관련 권한 요청

필자의 경우 캘린더와 동기화하여 날짜를 추가하고 미리 알림을 설정할 수있는 옵션이 있습니다. 내 지식으로는 캘린더에서 인 텐트로 미리 알림을 설정할 수 없습니다. 분명히 캘린더에 액세스 할 권한이 필요하지만 사용자가이 옵션을 사용할 수있는 경우에만 가능합니다. 사용자가 환경 설정을 활성화 할 때 권한을 요청한 다음 권한이 부여되지 않은 경우 옵션을 비활성화하십시오.

답변

2

아니요. 불행히도 그렇게 할 수있는 옵션이 없습니다.

No checks with the user are done while an application is running: it either was granted a particular permission when installed, and can use that feature as desired, or the permission was not granted and any attempt to use the feature will fail without prompting the user.

http://developer.android.com/guide/topics/security/permissions.html