diff cagou/core/platform_/base.py @ 370:1a12bbd80943

android: autoconnect profile using the new `profileAutoconnectGet` backend method: thanks to this method, Cagou know which profile is started automatically in backend, and can start it in frontend too.
author Goffi <goffi@goffi.org>
date Mon, 27 Jan 2020 21:17:08 +0100
parents 4d3a0c4f2430
children 1481f09c9175
line wrap: on
line diff
--- a/cagou/core/platform_/base.py	Mon Jan 27 21:17:08 2020 +0100
+++ b/cagou/core/platform_/base.py	Mon Jan 27 21:17:08 2020 +0100
@@ -48,6 +48,9 @@
     def on_initFrontendState(self):
         pass
 
+    def do_postInit(self):
+        return True
+
     def on_pause(self):
         pass