android - Is it possible to start account authenticator activity from the abstractAccountAuthenticator -


i have created custom account application,now when use third party application,in case of no account present,i launch login/sign activity application(my custom account application).is possible?or have pass intent accountmanagercallback , launch intent.

essentially handiwork within application , return the calling application access token.

and can explain me setaccountauthenticatorresult(bundle) method.where return to?http://developer.android.com/reference/android/accounts/accountauthenticatoractivity.html#setaccountauthenticatorresult(android.os.bundle)

so solution involved invalidating current token.this force accountauthenticatoractivity gain control handle situation required.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -