Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit 8c312b7

Browse files
author
Serghei Ceacal
committed
Remove GCM from project
1 parent b0524fd commit 8c312b7

6 files changed

Lines changed: 2 additions & 377 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,6 @@
4444
android:value="io.Pushfish.api.PushListActivity" />
4545
</activity>
4646

47-
<receiver
48-
android:name="io.Pushfish.api.GcmBroadcastReceiver"
49-
android:permission="com.google.android.c2dm.permission.SEND" >
50-
<intent-filter>
51-
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
52-
53-
<category android:name="io.Pushfish.api" />
54-
</intent-filter>
55-
</receiver>
56-
57-
<service android:name="io.Pushfish.api.GcmIntentService" />
58-
5947
<activity
6048
android:name="io.Pushfish.api.SettingsActivity"
6149
android:label="@string/title_activity_settings"

app/src/main/java/io/Pushfish/api/Async/GCMRegistrar.java

Lines changed: 0 additions & 210 deletions
This file was deleted.

app/src/main/java/io/Pushfish/api/GcmBroadcastReceiver.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/src/main/java/io/Pushfish/api/GcmIntentService.java

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)