From aeb45e373f5045d742336edfc0701c426e750c22 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:48:33 +0200 Subject: [PATCH] update docs --- docs/docs/user-guide/search/quickactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-guide/search/quickactions.md b/docs/docs/user-guide/search/quickactions.md index f522656e8..937705cb3 100644 --- a/docs/docs/user-guide/search/quickactions.md +++ b/docs/docs/user-guide/search/quickactions.md @@ -153,7 +153,7 @@ The base intent defines the action. The [package](https://developer.android.com/reference/android/content/Intent#setPackage(java.lang.String)) of the intent. - **Class name**: - The [component class name](https://developer.android.com/reference/android/content/Intent#setClassName(java.lang.String,%20java.lang.String), java.lang.String)) + The [component class name](https://developer.android.com/reference/android/content/Intent#setClassName(java.lang.String,%20java.lang.String)) of the intent. Requires a package to be set. #### Advanced settings