babybuddy / babybuddy-for-android

Android client for the Baby Buddy webapp
MIT License
15 stars 6 forks source link

App Actions for Google Assistant #46

Open barakplasma opened 1 year ago

barakplasma commented 1 year ago

Would it be possible to add App Actions for Google Assistant? via https://developer.android.com/guide/app-actions/overview

Google Assistant enables voice-forward control of Android apps. Using Assistant, users can launch apps, perform tasks, access content, and more by using their voice to say things like, "Hey Google, start a run on Example App."

As an Android developer, you can use Assistant's development framework and testing tools to easily enable deep voice control of your apps on Android-powered surfaces, such as mobile devices, cars, and wearables.

use case: say "Hey Google, start feeding in baby buddy" and this would launch the intent in BabyBuddyAndroid

MrApplejuice commented 1 year ago

Hey! Yes, this is sort-of a duplicate of #17, I think. Even though with #17 I was thinking of a slightly different sort of implementation. I would love to do this and I think this is very much possible, I just did not get around implementing this.

I will close #17 in favor of this one, need to see when I can get around doing this.