Skip to content

Instantly share code, notes, and snippets.

@loganj
Created May 20, 2010 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganj/407481 to your computer and use it in GitHub Desktop.
Save loganj/407481 to your computer and use it in GitHub Desktop.
diff --git a/main/res/xml/authenticator.xml b/main/res/xml/authenticator.xml
index e234726..5fa8471 100644
--- a/main/res/xml/authenticator.xml
+++ b/main/res/xml/authenticator.xml
@@ -1,5 +1,5 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
- android:accountType="com.joelapenna.foursquared.account"
+ android:accountType="com.joelapenna.foursquared"
android:icon="@drawable/icon"
android:smallIcon="@drawable/icon"
android:label="@string/app_name"/>
\ No newline at end of file
diff --git a/main/res/xml/sync_contacts.xml b/main/res/xml/sync_contacts.xml
index 98c9f51..6605de6 100644
--- a/main/res/xml/sync_contacts.xml
+++ b/main/res/xml/sync_contacts.xml
@@ -1,5 +1,5 @@
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
- android:accountType="com.joelapenna.foursquared.account"
+ android:accountType="com.joelapenna.foursquared"
android:supportsUploading="false"
/>
\ No newline at end of file
@hurzl
Copy link

hurzl commented Jul 10, 2015

Hi, can you tell me what's in the grey rectangles on http://loganandandy.tumblr.com/post/613041897/caller-uid-is-different ?

@nhahtdh
Copy link

nhahtdh commented Jul 29, 2015

@hurzl: They were some code snippets, which is missing for some reason.

You can find the original page on archive.org: https://web.archive.org/web/20101018225245/http://loganandandy.tumblr.com/post/613041897/caller-uid-is-different

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment