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:
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"/>
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.blogger"/>
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?