瀏覽代碼

Remove gcm stuff

Mario Danic 8 年之前
父節點
當前提交
8717832fbb
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      src/main/AndroidManifest.xml

+ 6 - 3
src/main/AndroidManifest.xml

@@ -19,9 +19,10 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="com.owncloud.android"
-    android:versionCode="10040299"
-    android:versionName="1.4.2">
+          xmlns:tools="http://schemas.android.com/tools"
+          package="com.owncloud.android"
+          android:versionCode="10040299"
+          android:versionName="1.4.2">
 
     <uses-sdk
         android:minSdkVersion="14"
@@ -253,6 +254,8 @@
 
         <service android:name=".services.observer.FileObserverService" />
 
+        <service android:name="com.evernote.android.job.gcm.PlatformGcmService" tools:node="remove"/>
+
         <activity
             android:name=".ui.activity.CopyToClipboardActivity"
             android:icon="@drawable/copy_link"