levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

No more using `AuthenticatorActivity` #62

Closed levibostian closed 4 years ago

levibostian commented 4 years ago

AccountAuthenticatorActivity has now been deprecated. I like to use the AccountManager from Android as it allows you to share auth tokens between your suite of apps. However, the current way we are doing this is (1) messy and (2) using a deprecated AccountAuthenticatorActivity.

What we want to do:

Goals:

levibostian commented 4 years ago

Done