mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Disable client->server
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<activity android:name=".HelpActivity"
|
<activity android:name=".HelpActivity"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
</activity>
|
</activity>
|
||||||
|
<!--
|
||||||
<activity android:name=".ShareLinkActivity"
|
<activity android:name=".ShareLinkActivity"
|
||||||
android:theme="@style/Theme.Translucent">
|
android:theme="@style/Theme.Translucent">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<data android:mimeType="text/plain" />
|
<data android:mimeType="text/plain" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
-->
|
||||||
<!-- In order to use the c2dm library, an
|
<!-- In order to use the c2dm library, an
|
||||||
application must declare a class with the name C2DMReceiver, in its
|
application must declare a class with the name C2DMReceiver, in its
|
||||||
own package, extending com.google.android.c2dm.C2DMBaseReceiver
|
own package, extending com.google.android.c2dm.C2DMBaseReceiver
|
||||||
|
|||||||
Reference in New Issue
Block a user