Disable client->server

This commit is contained in:
burke.davey
2012-01-22 01:27:52 +00:00
parent 3d5954af99
commit 8dba8e92f4

View File

@@ -38,7 +38,7 @@
<activity android:name=".HelpActivity"
android:label="@string/app_name">
</activity>
<!--
<activity android:name=".ShareLinkActivity"
android:theme="@style/Theme.Translucent">
<intent-filter>
@@ -47,7 +47,7 @@
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
-->
<!-- In order to use the c2dm library, an
application must declare a class with the name C2DMReceiver, in its
own package, extending com.google.android.c2dm.C2DMBaseReceiver