This repository contains a set of individual Android Studio projects to help you get started writing App Actions.
Google Assistant enables voice-forward interactions in Android Apps. Using Assistant, users can launch apps, complete tasks, access content, and more by asking things like, "Hey Google, start a run on ExampleApp." App Actions let users launch and control Android apps with their voice, using Assistant.
Read below for a description of each sample.
-
Fitness BIIs (Kotlin) - Demonstrates using Health and Fitness BIIs like
Start exercise
andStop exercise
with static shortcuts. Codelab: Extend an Android app to Google Assistant with App Actions. -
Common BIIs (Kotlin) - Demonstrates using Common BIIs like
Open app feature
andGet thing
with static shortcuts. Codelab: Extend an Android app to Google Assistant with App Actions Codelab lvl 2. -
Dynamic Shortcuts (Kotlin) - Demonstrates pushing Dynamic Shortcuts with App Actions which enables voice functionality for dynamic elements in an app, like user-generated content. Codelab: Extend dynamic shortcuts to Google Assistant with App Actions.
-
Widget (Kotlin) - Demonstrates providing a widget as fulfillment for the
Get exercise observation
BII. Codelab: Integrate Android widgets with Google Assistant.