I found that
android:launchMode="singleInstance"
plays the important role while establishing the token, because if it is not set, you'll end up verifying the account.
android:launchMode="singleInstance" ensures the same instance of you app which launch the browser for authentication.
--
Regards,
Pavan
Regards,
Pavan
0 Comments