Is there an onBackPressed() alternative for a service?

后端 未结 2 1569
执念已碎
执念已碎 2021-02-14 13:30

I know that services cannot implement Back key press and I understand the rationale. But there is an app called SideBar (on Play Store) that reacts to back key presses. It is a

2条回答
  •  清酒与你
    2021-02-14 14:34

    here is nice example to addview in Service and also you can use listeners if you want in services.

    i was also looking for the listeners implementation in service and finally found it.

    remember to add permission

    
    

    and add your service class

    
    .
     .
      
     .
    .
    
    

    in AndroidManifest.xml.

提交回复
热议问题