mirror of https://github.com/openclaw/openclaw.git
fix(android): correct App Actions prompt parameter typing
This commit is contained in:
parent
c6e117897f
commit
90fcc1f551
|
|
@ -10,7 +10,7 @@
|
|||
<parameter
|
||||
android:name="prompt"
|
||||
android:key="prompt"
|
||||
android:mimeType="text/*"
|
||||
android:mimeType="https://schema.org/Text"
|
||||
android:required="true" />
|
||||
</intent>
|
||||
</capability>
|
||||
|
|
|
|||
Loading…
Reference in New Issue