I'd like to limit or at least know who is calling my
AbstractAccountAuthenticator.

Ultimately, I'd like to get the signatures of the calling application
before I return from getAuthToken

                        int callingUid = Binder.getCallingUid();
                        int callingPid = Binder.getCallingPid();

This won't work in that the CallingUid is always 1000


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to