Android SecurityException with entry in Manifest

Posted by Taranfx on Stack Overflow See other posts from Stack Overflow or by Taranfx
Published on 2010-05-20T05:47:24Z Indexed on 2010/05/20 5:50 UTC
Read the original article Hit count: 270

Filed under:
|

I'm doing a Gdata Blogger from Android device:

GoogleLoginServiceHelper.getCredentials(this, REQUEST_CODE_LOGIN, null, GoogleLoginServiceConstants.REQUIRE_GOOGLE, BLOGGER_SERVICE, true);

I have this permissions in my manifest:

But I got a SecurityException:

ERROR/AndroidRuntime(20985): java.lang.SecurityException: caller pid 20985 uid 10044 lacks com.google.android.googleapps.permission.GOOGLE_AUTH.BLOGGER

What could be wrong?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk