aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_baseline_folder_open_primary_24dp.xml
Commit message (Collapse)AuthorAge
* ConfigurationAccessService: prevent service from being stopped when app ↵pacien2020-12-08
loses focus This makes the ConfigurationAccessService (formerly ConfigurationFtpService) start in foreground through the use of a persistent notification so that it isn't stopped by the system after the app loses the focus on the user's screen, which happens when the user switches to an FTP client application on the same device.