Returns all current app settings.

app.GetOptions() → String: comma “,” separated: “portrait”, “landscape”, “dark”, “light”, “holo”, “node”, “hybrid”, “mui”, “transparent”, “debug”, “remote”, “noswapify”

If ran from inside DroidScript, “debug,remote,holo” is the default value.

See Also: SetOptions

Example - Show App Options click to expand contents