Skip to content

Commit ae78668

Browse files
committed
Add back foregroundServiceType="dataSync" to FtpService
Fixes #4377 crash when starting FtpService
1 parent 5494c67 commit ae78668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
android:name=".asynchronous.services.ftp.FtpService"
281281
android:enabled="true"
282282
android:exported="true"
283+
android:foregroundServiceType="dataSync"
283284
android:permission="${applicationId}.permission.CONTROL_FTP_SERVER" />
284285

285286
<service android:name=".asynchronous.services.ftp.FtpTileService"

0 commit comments

Comments
 (0)