I have a profile that activates whenever the display goes On or Off, triggering a task that counts how many times the screen was turned On/Off, then turns on or off the flashlight. Effectively allowing me to control the Torch with the power button. It works great. I also set a variable so I can change how many Screen On/Offs it takes to set off the task.
I then made it into an App with the AppFactory. I want it to run in the background, with no scene or GUI. I also would like to be able to adjust the variable that controls the number of clicks required. Am I able to make another App that does have a scene which would change the variable used by my flashlight-background-app?
If not, is there another way to accomplish changing a background apps variables? Thanks
I then made it into an App with the AppFactory. I want it to run in the background, with no scene or GUI. I also would like to be able to adjust the variable that controls the number of clicks required. Am I able to make another App that does have a scene which would change the variable used by my flashlight-background-app?
If not, is there another way to accomplish changing a background apps variables? Thanks