onServiceConnected() not called

前端 未结 7 1377
情书的邮戳
情书的邮戳 2020-12-30 01:41

I have a problem with using a background service.
I am using the service from 2 activities.

The first activity starts the Service with start

7条回答
  •  一向
    一向 (楼主)
    2020-12-30 02:11

    Add bind in manifest..

     
                
                    
                
    
    
    

    MyAccessibilityService your service name.

提交回复
热议问题