Returns a list of objects containing info about all currently running services in the background.

app.GetRunningServices() → List: of objects: [{ user, pid, name }]

Note: This function is deprecated. Filters are applied since Android 11. Full functionality can be accessed in the X-Version of DS.
See Android Package Visibility for more information.

See Also: GetRunningApps, GetInstalledApps

Example - Show Running Services click to expand contents