ITVlab / Launch-On-Boot

Launches a TV app when the device boots
MIT License
109 stars 36 forks source link

Option to launch specific app on boot as a background service #11

Closed pranavg189 closed 6 years ago

pranavg189 commented 7 years ago

It would be great if apps can be started as background service rather than launching the app UI on bootup.

Fleker commented 7 years ago

Is there a good use case for this? If the app is to launch as a service, that could be done within that specific app

On Mon, Jul 10, 2017, 5:05 AM Pranav Ganorkar notifications@github.com wrote:

It would be great if apps can be started as background service rather than launching the app UI on bootup.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ITVlab/Launch-On-Boot/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ADI587tJz9z_VfPeQ8emv3fXIl9JMBxxks5sMhN2gaJpZM4OSvf9 .

pranavg189 commented 6 years ago

Hmm..you are right...runnning the app as background service needs to be implemented within that app itself...I assumed there was some way to hide the app UI that gets shown on bootup. btw, "Launch on Boot" is a very convenient app for me to launch apps like Youtube or Termux on startup. Thanks !