Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-06-03 13:43:34 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 19:23:29 +0300
commit6b3296c6f795a2acab808867c8fea7a13379169f (patch)
tree7be5e1d2efe809cec4c85d858fb83deae2d0b9d2 /android/AndroidManifest.xml
parent483d89db3f2a722fdb993a866f8c1f910aa0e8fb (diff)
Deleted Parse
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index b552b89b0d..845c6499ea 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -66,10 +66,6 @@
android:value="@string/fb_app_id"/>
<meta-data
- android:name="com.parse.push.notification_icon"
- android:resource="@drawable/ic_notification"/>
-
- <meta-data
android:name="io.fabric.ApiKey"
android:value="${FABRIC_API_KEY}"/>
@@ -337,35 +333,6 @@
</intent-filter>
</receiver>
- <!-- Parse -->
- <service android:name="com.parse.PushService"/>
-
- <receiver android:name="com.parse.ParseBroadcastReceiver">
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
- <action android:name="android.intent.action.USER_PRESENT"/>
- </intent-filter>
- </receiver>
- <receiver
- android:name="com.parse.ParsePushBroadcastReceiver"
- android:exported="false">
- <intent-filter>
- <action android:name="com.parse.push.intent.RECEIVE"/>
- <action android:name="com.parse.push.intent.DELETE"/>
- <action android:name="com.parse.push.intent.OPEN"/>
- </intent-filter>
- </receiver>
- <receiver
- android:name="com.parse.GcmBroadcastReceiver"
- android:permission="com.google.android.c2dm.permission.SEND">
- <intent-filter>
- <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
- <action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
-
- <category android:name="${applicationId}"/>
- </intent-filter>
- </receiver>
-
<!-- Catches app upgraded intent -->
<receiver android:name=".background.UpgradeReceiver">
<intent-filter>