AndroidDeepDive / Study

100 stars 2 forks source link

Android 또 다른 Storage, AccountManager를 아시나요? #61

Open https-namhoon-kim opened 3 years ago

https-namhoon-kim commented 3 years ago

주제 선정 배경

Android에는 설정 > 계정 으로 진입할 수 있는 AccountManager라는 클래스가 있습니다.

이 클래스를 활용해 계정 정보를 저장할 수 있는데요.

AccountManager의 데이터는 key : value 형태로 저장되고, 서명키로 접근 자격을 검증하기 때문에 꽤 안전한 수준의 스토리지로도 사용할 수 있습니다.

어떤 쪽에서 활용하면 좋을 지 한 번 검토해볼까요?

참고 자료

https://developer.android.com/training/id-auth/custom_auth