Search results

  1. P

    Calling a service with intent

    How can I write a Macrodroid action that performs the following command: adb shell am start-foreground-service com.larini.sunriseapp/.NewService Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.larini.sunriseapp/.NewService } I tried a...
Top