rsteckler / unbounce-android

Take control of your battery life by limiting wakelocks and alarms
MIT License
126 stars 45 forks source link

[Request/Question] Control amplify via shell? #146

Open kokoko3k opened 7 years ago

kokoko3k commented 7 years ago

Hi, since i'm running a chroot linux alongside my android installation, i would like to control amplify via shell scripts. In particular, i'd like to customize amplify runtime to behave differently at different time of the days or depending on the connected network and so on. I know there is a tasker plugin that should work for that, but since i'm trying to keep my android installation as much foss as possible, i really like to do that via shell.

Does amplify supports intents or service calls to add/remove/configure blocks or maybe a way to just reload the xml configuration?

Thanks in advance!