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

Support deeplink to allow other apps/websites to set Watomatic message #256

Merged
merged 1 commit into from
May 7, 2021

Conversation

adeekshith
Copy link
Owner

Support deeplink to allow other apps/websites to set Watomatic message using scheme:
watomatic://auto-reply?message=<encoded-message>

To test, can use adb shell to call an intent:
$ adb shell am start -W -a android.intent.action.VIEW -d "watomatic://auto-reply/?message=Contact%20me%20on%20Xyz%20app.%20My%20id%3A%20999999"

which asks the user to set a message like this:

Screenshot_1620359653

Fix #252

using scheme: watomatic://auto-reply?message=<encoded-message>
Fix #252
@adeekshith adeekshith self-assigned this May 7, 2021
@adeekshith adeekshith merged commit cb7c418 into main May 7, 2021
@adeekshith adeekshith deleted the issue/252/support-watomatic-deep-links branch May 7, 2021 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support intent filter so other apps can set Watomatic auto reply message
1 participant