The company bought an advertising machine, which is based on Android system. I want to automatically open a web page upon startup, which is our advertising page. Please tell me if you have any solution
我想大声告诉你2017-05-16 13:26:53
The general idea is that you can write an interfaceless app, listen to the boot broadcast event, and then run what you want to do in the service, such as calling the browser to open a fixed URL
阿神2017-05-16 13:26:53
Build an app yourself, and then it will start automatically when you turn on your phone. Your own advertising machines are generally only for display and cannot be operated by users. Whatever you want to display can be realized within your own app. Advertising machine developers should have demos.