Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add broadcast intents #37

Closed
jvandenbroek opened this issue Sep 19, 2019 · 6 comments
Closed

Feature request: Add broadcast intents #37

jvandenbroek opened this issue Sep 19, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@jvandenbroek
Copy link

Would be great if we could use broadcast intents to start/stop sharing and launch the share link action. This way it can be easily automated with an app like (but not limited to) Tasker. Maybe an extra single intent could be added to start sharing and share tracking link if succeeded. The extra "connection established" confirmation dialog could be suppressed in that case.

@bilde2910
Copy link
Owner

I'll look into making this possible, but there will have to be a setting to turn this on and off (with off being the default), or a first-use approval request for each app that uses this broadcast intent, because of privacy implications of having apps automatically start sharing. I've already purchased Tasker, so I can definitely do some testing with this and see if I can find a good solution. Thanks for the suggestion.

@bilde2910 bilde2910 added the enhancement New feature or request label Sep 21, 2019
@bilde2910 bilde2910 added the help wanted Extra attention is needed label Oct 6, 2019
@bilde2910 bilde2910 removed the help wanted Extra attention is needed label Oct 14, 2019
@bilde2910
Copy link
Owner

This will be live in v1.3. Documentation will be updated accordingly. I will post a link here with usage instructions once the documentation is finalized.

@jvandenbroek
Copy link
Author

Couldn't wait and built it myself, it works great, thanks! Neat implementation to ask for permission on first request :)

@bilde2910
Copy link
Owner

Nice! The idea was to prevent apps from just starting a share to some unknown server without the user knowing. Glad you figured it out from the code :-)

@bilde2910
Copy link
Owner

Even though you figured it out, here is the documentation as promised (for anyone else who stumble into this issue trying to do the same thing).

@tyler71
Copy link

tyler71 commented Nov 3, 2019

Works in Macrodroid as well
macrodroid sent intent example

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants