Privacy Policy for Flutter Code Examples | 개인정보처리방침
This app (Flutter Code Examples) aims to provide examples and source code developed using Flutter, Google's UI toolkit.
This app can request the following sensitive permissions.
-android.permission.READ_SMS
-android.permission.PROCESS_OUTGOING_CALLS
-android.permission.SEND_SMS
-android.permission.RECEIVE_SMS
-android.permission.RECEIVE_WAP_PUSH
-android.permission.WRITE_CALL_LOG
-android.permission.RECEIVE_MMS
-android.permission.READ_CALL_LOG
However, the permissions described above are only used to test how to implement permission requests when developing apps with Flutter.
As a result, this app does not collect or transmit any user information.
본 앱(Flutter Code Examples)는 구글의 UI 툴킷인 Flutter를 이용해 개발된 예제와 그 소스코드를 제공하는 것을 목적으로 합니다.
본 앱은 다음과 같은 민감한 권한을 요청할 수 있습니다.
- android.permission.READ_SMS
- android.permission.PROCESS_OUTGOING_CALLS
- android.permission.SEND_SMS
- android.permission.RECEIVE_SMS
- android.permission.RECEIVE_WAP_PUSH
- android.permission.WRITE_CALL_LOG
- android.permission.RECEIVE_MMS
- android.permission.READ_CALL_LOG
하지만 상기 기술한 권한들은 Flutter를 이용해서 앱을 개발할 때 권한 요청을 구현하는 방법을 테스트하기 위한 목적으로만 활용됩니다.
결과적으로 본 앱은 어떠한 사용자 정보도 수집하거나 전송하지 않음을 밝힙니다.