Android service setup

This commit is contained in:
Mark Qvist 2022-09-20 17:28:39 +02:00
parent 64567710c3
commit 536c77396f
6 changed files with 249 additions and 4 deletions

View file

@ -96,6 +96,7 @@ class SidebandApp(MDApp):
self.guide_action()
self.app_state = SidebandApp.ACTIVE
self.start_android_service()
def start_android_service(self):
service = autoclass('io.unsigned.sideband.ServiceSidebandservice')