Background music Android

后端 未结 9 1526
夕颜
夕颜 2020-12-03 01:57

Okey, this is my problem. I have one service class where Ive managed to create media player to play music in background all time. Here is code:

package com.t         


        
9条回答
  •  北海茫月
    2020-12-03 02:42

    Try to insert stopService(svc) in onDestroy() method of the activity in which service starts. It works for me.

提交回复
热议问题