You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README and app_management docs with new app info tools
This updates the documentation to reflect the new app information
tools that were added in the app manifest migration:
- Added new tools to README.md tool list:
- get_app_manifest
- get_app_permissions
- get_app_activities
- get_app_info
- Removed NeonGlam Console feature from README.md
- Removed Development Status section as most features are complete
- Updated app_management.md with new App Information section
- Fixed function names in usage examples
- Added new AI assistant prompt examples
- 🌈 **NeonGlam Console** - Enjoy an aesthetic terminal experience with cyberpunk vibes
29
28
- 💬 **MCP Integration** - Seamless connection to Claude, Cursor, Cline, and more
30
29
31
30
## 🚀 Installation
@@ -111,6 +110,10 @@ droidmind --transport sse
111
110
-`stop_app` - Force stop an app on the device
112
111
-`clear_app_data` - Clear app data and cache
113
112
-`list_packages` - List installed packages on the device
113
+
-`get_app_manifest` - Get AndroidManifest.xml contents for an app
114
+
-`get_app_permissions` - Get permissions requested by an app
115
+
-`get_app_activities` - Get activities defined in an app
116
+
-`get_app_info` - Get detailed information about an app
114
117
-`reboot_device` - Reboot the device (normal, recovery, or bootloader)
115
118
-`screenshot` - Get a screenshot from a device
116
119
-`capture_bugreport` - Generate a comprehensive bug report from the device
@@ -166,23 +169,6 @@ DroidMind includes a comprehensive security framework to protect your devices wh
166
169
167
170
The security system is designed to be permissive enough to allow common operations while preventing destructive actions. High-risk commands will display warnings to users before execution, and critical operations are blocked entirely without explicit override.
168
171
169
-
## 🚧 Development Status
170
-
171
-
DroidMind is in active development with approximately 90% of planned features implemented. See the [Development Roadmap](docs/plan.md) for details on current progress and upcoming features.
172
-
173
-
### Current Focus Areas:
174
-
175
-
1.~~**UI Automation Development** - Adding touch, text input, and intent capabilities~~ ✅ Completed!
0 commit comments