Bläddra i källkod

Merge pull request #12359 from nextcloud/remove_duplicated_service_tag_from_manifest

Remove duplicated service tag from manifest
Alper Öztürk 1 år sedan
förälder
incheckning
c7d90cd4b4
1 ändrade filer med 0 tillägg och 6 borttagningar
  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">