Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i have finished my simple apk with qt . but now i want to use my apk when i turn on my phone, the question there's some way to do it? someone could guide me a little to put my apk in startup?
As far as I know you can add this line to your Android manifest:
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
And then you'll be able to respond to OS boot.