[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
Android 11의 포그라운드 서비스
Android 11에서는 포그라운드 서비스가 기기의 위치, 카메라 및 마이크에 액세스할 수 있는 시점이 변경되었습니다. 이 변경사항을 통해 민감한 사용자 데이터를 보호할 수 있습니다.
- 카메라 및 마이크 포그라운드 서비스 유형
- 앱이 Android 11 이상을 타겟팅하고 포그라운드 서비스의 카메라 또는 마이크에 액세스한다면
camera
및 microphone
포그라운드 서비스 유형을 포함해야 합니다. - 사용 중 액세스 제한
- 앱이 백그라운드에서 실행되는 동안 포그라운드 서비스를 시작하면 포그라운드 서비스는 마이크 또는 카메라에 액세스할 수 없습니다. 또한 앱에 백그라운드 위치 액세스 권한이 없는 한 서비스가 위치 정보에 액세스할 수 없습니다.
앱에서 포그라운드 서비스를 사용하는 방법을 자세히 알아보세요.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-21 UTC.