update docs

This commit is contained in:
MM20
2025-09-27 14:48:33 +02:00
parent 5d022d0a5f
commit aeb45e373f

View File

@@ -153,7 +153,7 @@ The base intent defines the action.
The [package](https://developer.android.com/reference/android/content/Intent#setPackage(java.lang.String)) The [package](https://developer.android.com/reference/android/content/Intent#setPackage(java.lang.String))
of the intent. of the intent.
- **Class name**: - **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. of the intent. Requires a package to be set.
#### Advanced settings #### Advanced settings