Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Remove GAIA string
Browse files Browse the repository at this point in the history
  • Loading branch information
costinm committed Sep 30, 2009
1 parent c6e00cd commit d43a8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/xml/syncadapter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="contacts"
android:accountType="com.google.GAIA"
android:accountType="com.google"
/>
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ protected void sendClientPhotos(SyncContext context, ContentProvider clientDiffs
}
syncResult.stats.numAuthExceptions++;
AccountManager.get(getContext()).invalidateAuthToken(
"com.google.GAIA", authToken);
"com.google", authToken);
return;

case HttpException.SC_CONFLICT:
Expand Down

0 comments on commit d43a8e0

Please sign in to comment.