From the app Automate, I would like to send a Glympse. Automate's App Start
block takes the following inputs. I assume not all of them have to be specified.
- Package
- Activity Class
- Action
- Data URI
- Mime Type
- Category
- Extras
- Flags
What should I set for the above values?
I am reading some code and looking at some documentation. I figured out that the Package
should be com.glympse.android.glympse
and the Activity Class
should be com.glympse.android.intent.Create
. The extras
input should be set to a dictionary object. The dictionary should have a message
key with a string value. The duration
key has a long value which holds the number of milliseconds to share the location. I haven't figured out the rest of the keys or their formats.