Need to sync with your Google Account

I looked at the code for JumpNotes, and there was one thing that I simply could not understand. JumpNotes: AccountList.java

public static final String[] GOOGLE_ACCOUNT_REQUIRED_SYNCABILITY_FEATURES =
        new String[]{ "service_ah" };

This is used to get Google accounts as follows:

mAccountManager.getAccountsByTypeAndFeatures(SyncAdapter.GOOGLE_ACCOUNT_TYPE,
            SyncAdapter.GOOGLE_ACCOUNT_REQUIRED_SYNCABILITY_FEATURES,

What is this service_ah function? What does it mean? Is there a way to get the source for the authentication service for google accounts on Android?

+5
source share
2 answers

From the documentation for Android:

- , boolean account properties. , Google (, Google Google Talk). -, .

, , service_code, Google.

() , "" , -, " Meshups Google Google App Engine"

+2

Google python , , :

-, google GAE .

: ClientLogin Google, App Engine.

-, 101 "_ah", , auth , ( cookie, auth ).

, "service_ah" , , , AccountManager.

0

All Articles