Open Al4He6 opened 3 months ago
https://github.com/DroidScript/Docs/blob/63145db940b0ace9ef88855f7e3a4ec9c6c4576c/files/markup/en/app/IsService.js#L31
import is in markup, but not shown in IDE This runs
from native import app
def OnStart(): isSvc = app.IsService() app.Alert( isSvc, "IsService" )
https://github.com/DroidScript/Docs/blob/63145db940b0ace9ef88855f7e3a4ec9c6c4576c/files/markup/en/app/IsService.js#L31
import is in markup, but not shown in IDE This runs
from native import app
def OnStart(): isSvc = app.IsService() app.Alert( isSvc, "IsService" )