Browse Source

Merge pull request #3592 from nextcloud/fixGCM

fix crash on evernote
Tobias Kaminsky 6 năm trước cách đây
mục cha
commit
0b96ae76f4
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      src/gplay/AndroidManifest.xml

+ 1 - 6
src/gplay/AndroidManifest.xml

@@ -84,12 +84,7 @@
         <service
             android:name="com.evernote.android.job.gcm.PlatformGcmService"
             android:enabled="true"
-            android:exported="true"
-            android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE"
-            tools:replace="android:enabled">
-            <intent-filter>
-                <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
-            </intent-filter>
+            tools:node="remove">
         </service>
 
     </application>