Android Things intent for boot

后端 未结 6 1990
星月不相逢
星月不相逢 2021-02-08 16:03

When I reboot after deploying an application to Android Things the application doesn\'t start.

Is there a specific intent to start an application on boot?

6条回答
  •  庸人自扰
    2021-02-08 16:18

    Add to AndroidManifest.xml

    Developer Preview 0.8 and greater (New Style)

    
        
        
        
    
    

    Before Developer Preview 0.8 (Old Style)

    
       
       
       
    
    

    See Android Things Release Candidate 16 April 2018

提交回复
热议问题