Z ZJP Active Member Licensed User Longtime User May 31, 2011 #1 Hi, It is possible with B4A? android - [Andriod] How to autorun an application when the Phone is switched ON. - Stack Overflow or http://www.coderanch.com/t/433898/Android/Mobile/AutoStart-App-Device-BootUP JP Last edited: Jun 1, 2011
Hi, It is possible with B4A? android - [Andriod] How to autorun an application when the Phone is switched ON. - Stack Overflow or http://www.coderanch.com/t/433898/Android/Mobile/AutoStart-App-Device-BootUP JP
agraham Expert Licensed User Longtime User Jun 1, 2011 #2 Not at the moment. You cannot create a BroadcastReceiver in Basic4android which is necessary for this. Upvote 0
Not at the moment. You cannot create a BroadcastReceiver in Basic4android which is necessary for this.
Z ZJP Active Member Licensed User Longtime User Jun 1, 2011 #3 THX Agraham Wish : http://www.b4x.com/forum/bugs-wishlist/9490-wish-broadcastreceiver.html JP Last edited: Jun 1, 2011 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2011 #4 This is actually already possible. Create a service and choose Project - Service properties - Start at boot. Upvote 0
This is actually already possible. Create a service and choose Project - Service properties - Start at boot.
agraham Expert Licensed User Longtime User Jun 1, 2011 #5 :signOops: Sorry! I missed that possibility. :sign0161: Upvote 0