get_file_content
Retrieve complete source file content from Android repositories including Android, AndroidX, Android Studio, and Android LLVM projects. Specify project, repository, branch, and file path to access full file contents.
Instructions
Get the full content of a source file from Android repositories
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name: android, androidx, android-studio, android-llvm | |
| repository | Yes | Repository name (e.g., platform/superproject/main, platform/frameworks/support) | |
| branch | Yes | Branch name (e.g., main, master, androidx-main) | |
| path | Yes | File path within the repository |