validate_package_name
Check that an Android package name follows the correct format before using it in other API operations. Returns validation errors if any.
Instructions
Validate package name format before using it in other operations.
Args: package_name: Package name to validate (e.g., com.example.myapp)
Returns: Validation result with any errors found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||