Android Things intent for boot

后端 未结 6 1897
半阙折子戏
半阙折子戏 2021-02-08 15:48

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:19

    Have you tried their demo app? Try out this first before writing your own app. This should work as expected. Later change as you want.

    Just don't remove this part from the AndroidManifest.xml of your code.

    
    
        
        
        
    
    

提交回复
热议问题