feat(android): Add voice interaction service for app launch

This commit is contained in:
cogwheel0
2025-11-21 19:16:51 +05:30
parent 4166862d08
commit 20e57e9f88
5 changed files with 64 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<voice-interaction-service xmlns:android="http://schemas.android.com/apk/res/android"
android:sessionService="app.cogwheel.conduit.ConduitVoiceInteractionSessionService"
android:recognitionService="android.speech.RecognitionService"
android:settingsActivity="app.cogwheel.conduit.MainActivity"
android:supportsAssist="true"
android:supportsLocalInteraction="true" />