Skip to content

Commit

Permalink
Add intent filter for button to Wear Assist activity (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Jun 26, 2023
1 parent 0279333 commit 27d53fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.ASSIST" />
<action android:name="android.intent.action.VOICE_ASSIST"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<!-- Tiles -->
Expand Down

0 comments on commit 27d53fc

Please sign in to comment.