adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
429 stars 85 forks source link

Support intent filter so other apps can set Watomatic auto reply message #252

Closed adeekshith closed 3 years ago

adeekshith commented 3 years ago

Watomatic should support an intent filter (deep links) which other apps can use to set auto reply message on Watomatic with user permission.

For example, any other messenger app can pass a message to watomatic "Contact me on Xyz app. My id: 999999" using an intent say watomatic://auto-reply?message=Contact%20me%20on%20Xyz%20app.%20My%20id%3A%20999999. That should open an activity asking the user if they want to set that as their Watomatic message.

adeekshith commented 3 years ago

Android docs for deep linking: https://developer.android.com/training/app-links/deep-linking