User Tools

Site Tools


tips_tricks:autoboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips_tricks:autoboot [2019/08/09 18:28]
benh
tips_tricks:autoboot [2019/08/10 02:30]
Line 1: Line 1:
-Add the following lines to the end of the OnStart()function: 
  
- 
-    //Start this app on tablet boot up (if required). 
-    //(SetAutoWifi and SetAutoStart have no effect in APKs) 
-    app.SetAutoBoot( "app" );  
-    app.SetAutoWifi( true );     
-    app.SetAutoStart( app.GetAppName() );  
tips_tricks/autoboot.txt ยท Last modified: 2019/08/10 02:30 (external edit)