Explicitly allow gcm on gplay
@@ -77,6 +77,17 @@
</intent-filter>
</service>
+ <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>
+ </service>
+
</application>
</manifest>