Background music Android

后端 未结 9 1529
夕颜
夕颜 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:36

    write below code in your on stop method:

    system. exit(0);

    this will terminate your media player when you press back/home button or close application

提交回复
热议问题