1e41f4b71Sopenharmony_ci# Resource Scheduler Subsystem Changelog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## c1.resource schedule.1 Background Application Control Changed 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci**Access Level** 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ciOther 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci**Change Reason** 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ciAfter the continuous task of an audio playback application is stopped, the application still plays audio streams, affecting system running. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**Change Impact** 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ciApplications that use audio resources improperly in the background will be forcibly terminated by the system. 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci**Start API Level** 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci9 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci**Change Since** 22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ciOpenHarmony SDK 5.0.0.22 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ci**Key API/Component Changes** 26e41f4b71Sopenharmony_ci 27e41f4b71Sopenharmony_ciBefore the change: If the audio stream type is **STREAM_USAGE_MEDIA** or **SREAM_USAGE_UNKNOWN**, the application will be forcibly terminated by the system. 28e41f4b71Sopenharmony_ci 29e41f4b71Sopenharmony_ciAfter the change: The system forcibly terminates the application regardless of the audio stream type used by the application. 30e41f4b71Sopenharmony_ci 31e41f4b71Sopenharmony_ciChange plan: In this version, the log "Audio cannot be used after being frozen. The system will kill the UID" will be recorded. From the next version, the application will be forcibly terminated. 32e41f4b71Sopenharmony_ci 33e41f4b71Sopenharmony_ci**Adaptation Guide** 34e41f4b71Sopenharmony_ci 35e41f4b71Sopenharmony_ciTo use audio resources in the background, an application must request a continuous task. When it no longer requires the audio resources, it should release the continuous task and audio resources in a timely manner. 36e41f4b71Sopenharmony_ci 37e41f4b71Sopenharmony_ciFor details about how to request a continuous task, refer to the following guide: 38e41f4b71Sopenharmony_cihttps://gitee.com/openharmony/docs/blob/master/en/application-dev/task-management/continuous-task.md