Hello. I would like to use tasker to automatically turn on the across service when my computer is connected via bluetooth and turn off the service when my computer disconnects. Can you please provide the app intents for turning the service off and on so I can create this task? Thank you.
Here are some references to android intents: https://developer.android.com/reference/android/content/Intent.html https://tasker.joaoapps.com/userguide/en/intents.html
Please understand that I need time to research on the subject. I'll come back to you once I am ready to answer to your request. Thank you.
Hi, Greg, So, do you want the "android:exported" value to be changed to "true"? AndroidManifest.xml: Code: ... <service android:name=".AcrossService" android:exported="false" android:stopWithTask="false" android:foregroundServiceType="mediaProjection" > </service> ... How to start a service: https://stackoverflow.com/questions/17316232/how-to-start-android-service-from-another-android-app