mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-07 17:04:58 -04:00
Android service setup
This commit is contained in:
parent
64567710c3
commit
536c77396f
6 changed files with 249 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue