android - How to boot up the Android system and start the browser to access a web page?
给我你的怀抱2017-05-16 13:24:53
0
2
1040
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
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
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.
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
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.