list_databases
Discover all SQLite databases in an Android app's internal storage using its package name, enabling direct access to app data.
Instructions
Lists all SQLite database files available in the internal storage of a specific Android app on the connected device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Android package name (e.g. com.example.app) |