Browse Source

Merge pull request #12359 from nextcloud/remove_duplicated_service_tag_from_manifest

Remove duplicated service tag from manifest
Alper Öztürk 1 năm trước cách đây
mục cha
commit
c7d90cd4b4
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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">