瀏覽代碼

Merge pull request #12359 from nextcloud/remove_duplicated_service_tag_from_manifest

Remove duplicated service tag from manifest
Alper Öztürk 1 年之前
父節點
當前提交
c7d90cd4b4
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      app/src/main/AndroidManifest.xml

+ 0 - 6
app/src/main/AndroidManifest.xml

@@ -239,12 +239,6 @@
             android:exported="false"
             android:configChanges="orientation|screenLayout|screenSize|keyboardHidden"
             android:theme="@style/Theme.ownCloud.Media" />
-        <service
-            android:name="androidx.work.impl.foreground.SystemForegroundService"
-            android:directBootAware="false"
-            android:enabled="@bool/enable_system_foreground_service_default"
-            android:exported="false"
-            android:foregroundServiceType="dataSync" />
         <service
             android:name=".authentication.AccountAuthenticatorService"
             android:exported="false">