데이터 액세스 분석
앱 및 앱 종속 항목이 사용자의 비공개 데이터에 액세스하는 방식의 투명성을 높이기 위해 Android 11은 데이터 액세스 분석을 도입합니다. 이 프로세스에서 얻은 유용한 정보를 통해 잠재적으로 예상치 못한 데이터 액세스를 효과적으로 확인하고 수정할 수 있습니다. 앱은 다음 이벤트 중 하나가 발생할 때마다 작업을 실행할 AppOpsManager.OnOpNotedCallback
인스턴스를 등록할 수 있습니다.
- 앱의 코드가 비공개 데이터에 액세스합니다. 이벤트를 호출한 앱의 로직 요소를 확인하려면 속성 태그별 데이터 액세스를 분석하면 됩니다.
- 종속 라이브러리 또는 SDK의 코드가 비공개 데이터에 액세스합니다.
자세한 내용은 데이터 액세스 분석 방법에 관한 가이드를 참조하세요.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-21 UTC.
[{
"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":"기타"
}]