Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add back foregroundServiceType="dataSync" to FtpService
Fixes #4377 crash when starting FtpService
  • Loading branch information
TranceLove committed Apr 2, 2025
commit ae78668a360736711f52849b64303cdf76b51eb4
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
android:name=".asynchronous.services.ftp.FtpService"
android:enabled="true"
android:exported="true"
android:foregroundServiceType="dataSync"
android:permission="${applicationId}.permission.CONTROL_FTP_SERVER" />

<service android:name=".asynchronous.services.ftp.FtpTileService"
Expand Down
Loading