How to use OAuth 2.0 to change from Apps. I have some Apps and I want inside that we can access other Apps (from the same supplier), without having to login again.
How to use OAuth 2.0 to change from Apps. I have some Apps and I want inside that we can access other Apps (from the same supplier), without having to login again.
Android offers a mini tutorial on how you can do this in the development page . them
Although the Android platform guarantees that certain intents are resolved with one of the built-in applications (such as Phone, Email, or Phonebook), always include a confirmation step before calling an attempt.
Caution: If you invoke an intent and there is no application available on the device to process the intent, the application will fail.
To confirm that activity is available to respond to the intent, call queryIntentActivities () to get a list of activities that can process Intent. If the returned List is not empty, the intent can be used safely.