View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014740 | MMA | General | public | 2018-04-13 21:47 | 2018-04-22 14:23 |
Reporter | martin | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.2 | ||||
Target Version | 1.3.2 | Fixed in Version | 1.3.2 | ||
Summary | 0014740: Android Oreo - Background execution limits | ||||
Description | For current beta build 1.3.2.804 Since targetSdkVersion 26 (Current targetSdkVersion API 27) https://developer.android.com/about/versions/oreo/background.html The startService() method now throws an IllegalStateException if an app targeting Android 8.0 tries to use that method in a situation when it isn't permitted to create background services. startForegroundService() with notification has to be used. | ||||
Tags | No tags attached. | ||||
Fixed in build | 807 | ||||
|
New strings in Notification required for background services. "Library sync" "The media synchronization from included folders in the library." "Background processing" "Updating MediaMonkey shortcuts" "Creating thumbnails for new video items." "Updating the library according to the available storages." |
|
Fixed in build 1.3.2.805 |
|
Suggested string revisions "Background task" (title for all of these sync 'sync' is interpreted by users as relating to synchronization) --------------- "Scanning folders to the library." "Creating new video thumbnails." "Checking storage." "Updating shortcuts." |
|
Fixed in build 1.3.2.806 |
|
Serveral fixes based on crashlogs in build 1.3.2.807 |