ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class AndroidPlatform.AndroidPlatform(system, config)

I am the abstract parent of OS/Platform interactions. Most have some common things to be done, so to the degree possible stuff that is truly common will find its way here.

close_current_app()

Close the currently open app

open_start()

This doesn’t have a start menu per se, but it does have an app menu, which is the analog here, so let us open that.

show_desktop()

Attempt to show the desktop, hiding any windows that are currently open. This will not explicitly close any windows.

show_running_apps()

Show the list of running apps, usually shows up like a stack of cards that can be closed or selected.

try_config()

Stub so platforms don’t choke and die if this is called and they don’t know how to configure themselves.