comparison 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
comparison
equal deleted inserted replaced
369:bbf992b0be0d 370:1a12bbd80943
46 pass 46 pass
47 47
48 def on_initFrontendState(self): 48 def on_initFrontendState(self):
49 pass 49 pass
50 50
51 def do_postInit(self):
52 return True
53
51 def on_pause(self): 54 def on_pause(self):
52 pass 55 pass
53 56
54 def on_resume(self): 57 def on_resume(self):
55 pass 58 pass