DroidScript / Docs

DroidScript Documentation
Apache License 2.0
85 stars 30 forks source link

IsService example Python #229

Open Al4He6 opened 3 months ago

Al4He6 commented 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" )