Android Filesystem
JSON →Securely browse and read files within an Android project, with built-in validation and access controls for sensitive directories.
Install
pip install -r Tools · 4
- validate_android_project Validates that a directory is an authentic Android project by checking for essential gradle configuration files
- browse_android_files Lists all Kotlin, KTS, TOML files and AndroidManifest.xml grouped by directory
- read_android_file Provides secure access to read individual files with appropriate filtering
- read_multiple_android_files Provides secure access to read multiple files with appropriate filtering
Links
★ 4 GitHub stars