How to add programmatically a custom account in android?
You need to setup multiple components to be able to create an account programmatically. You need: an AccountAuthenticator a Service to provide access to the AccountAuthenticator some permissions The authenticator The authenticator is an object that will make the mapping between the account type and the autority (i.e. the linux-user) that have rights to manage … Read more