locking - Android 4.4.2 Load app automatically -


is possible have app automatically launched , running @ start of tablet in foreground?

beside that, possible password lock app avoid beeing sent backgroud.

this called when device gets started

public class autostarter extends broadcastreceiver {      public void onreceive(context context, intent intent)     {          if("android.intent.action.boot_completed".equals(intent.getaction()))         {             //do stuff         }     } } 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -