mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 09:11:13 +00:00
18 lines
711 B
XML
18 lines
711 B
XML
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<capability
|
|
android:name="custom.actions.intent.ASK_OPENCLAW"
|
|
app:queryPatterns="@array/ask_openclaw_query_patterns">
|
|
<intent
|
|
android:action="ai.openclaw.app.action.ASK_OPENCLAW"
|
|
android:targetPackage="ai.openclaw.app"
|
|
android:targetClass="ai.openclaw.app.MainActivity">
|
|
<parameter
|
|
android:name="prompt"
|
|
android:key="prompt"
|
|
android:mimeType="https://schema.org/Text"
|
|
android:required="true" />
|
|
</intent>
|
|
</capability>
|
|
</shortcuts>
|