Example app for using Account Manager service to handle custom app user accounts on your device..
android-account-manager-example is hosted in the following web site
https://github.com/SamuGG/android-account-manager-example
If you think the Android project android-account-manager-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-account-manager-example.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.GET_ACCOUNTS android.permission.MANAGE_ACCOUNTS android.permission.USE_CREDENTIALS |
android-account-manager-example has the following Java source files.
com.samugg.example.AccountAuthenticator.java com.samugg.example.AccountUtils.java com.samugg.example.AuthPreferences.java com.samugg.example.AuthenticatorService.java com.samugg.example.IServerAuthenticator.java com.samugg.example.LoginActivity.java com.samugg.example.MainActivity.java com.samugg.example.MyServerAuthenticator.java