User Tools

Site Tools


tips_tricks:autoboot

Differences

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

Link to this comparison view

Next revision
Previous revision
tips_tricks:autoboot [2019/08/09 18:19]
benh created
tips_tricks:autoboot [2019/08/10 02:30] (current)
Line 1: Line 1:
 +To **Autoboot** your app, add the following lines to the end of the OnStart() function:
  
  
     //Start this app on tablet boot up (if required).     //Start this app on tablet boot up (if required).
- //(SetAutoWifi and SetAutoStart have no effect in APKs)+    //(SetAutoWifi and SetAutoStart have no effect in APKs)
     app.SetAutoBoot( "app" );      app.SetAutoBoot( "app" ); 
     app.SetAutoWifi( true );         app.SetAutoWifi( true );    
     app.SetAutoStart( app.GetAppName() );      app.SetAutoStart( app.GetAppName() ); 
tips_tricks/autoboot.1565374765.txt.gz ยท Last modified: 2019/08/10 02:19 (external edit)