permission 3

[업데이트] FMCheckPermission v1.2.2 (Android Library : Permission Checker)

이전에 소개 드렸던 FMCheckPermission이 업데이트 되었습니다. ([소개] FMCheckPermission (Android Library : Permission Checker))FMCheckPermission 는 ‘앱 권한 획득’을 쉽게 구현할 수 있도록 도와주는 라이브러리 입니다. Github URL : https://github.com/freemmer/FMCheckPermission 사용법이 좀 더 쉬어졌습니다.# 사용방법 (상속받아 편하게 사용)1. 아래 클래스 중에서 하나의 클래스를 상속받습니다. (상속받지 않아도 되는 방법은 아래에 있습니다)FMCheckPermissionActivity : Activity를 상속 받음 FMCheckPermissionAppCompatActivity : ..

포트폴리오 2019.01.31

구글, 통화/SMS 권한 관련 정책 변경. 앱이 삭제될 수 있습니다.

구글에서 다음과 같은 이메일이 도착 했습니다.Hello Google Play Developer,In October, we announced updates to our Permissions policy that will limit which apps are allowed to request Call Log and SMS permissions. This is the second notification to let you know that this policy may impact one or more of your apps.Only an app that has been selected as a user's default app for making calls or text messages, or whose co..

[소개] FMCheckPermission (Android Library : Permission Checker)

FMCheckPermission 는 ‘앱 권한 획득’을 쉽게 구현할 수 있도록 도와주는 라이브러리 입니다.Github URL : https://github.com/freemmer/FMCheckPermissionPlatform : AndroidLanguage : Kotlin Type : Library Support SDK Version : 19+ 안드로이드 6.0 Marshmallow 부터는 이전 버전의 관리와 다르게 변경되었습니다.기존에는 AndroidManifest.xml에 권한 설정을 넣는 것으로 끝났지만(설치시에 권한이 표시됩니다), 6.0 부터는 설치시 권한을 물어보지 않고 권한에 해당하는 기능을 사용시 iOS와 유사하게 팝업으로 물어보도록 변경되었습니다. 출처 : https://academy.r..

포트폴리오 2019.01.16
반응형