a57692353c
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
362 B
XML
9 lines
362 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<voice-interaction-service
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:sessionService=".service.CyreneVoiceInteractionSession"
|
|
android:recognitionService=".service.CyreneRecognitionService"
|
|
android:supportsAssist="true"
|
|
android:supportsLaunchVoiceAssistFromKeyguard="true"
|
|
/>
|