Releases: Chrisplus/RootManager
Version 2.0.1
RootManager version 1.5
Root Manager
This is a lib for android developers to do things as a root user, such as judging whether the device has rooted, try to granted root permission, install app without popup dialog (just like Google Play do), uninstall apps silently, capture screen in programmable way and so on.
This project bases on the project ROOTTOOLS . RootManager slims roottools and extends more various utilities for common cases.
Change Log:
- ADD a function to check if process is running.
- ADD functions to kill process by name or PID.
- ADD functions to restart device.
- Re-factor some methods.
RootManager version 1.0
Root Manager
This is a lib for android developers to do things as a root user, such as judging whether the device has rooted, try to granted root permission, install app without popup dialog (just like Google Play do), uninstall apps silently, capture screen in programmable way and so on.
This project bases on the project ROOTTOOLS . RootManager slims roottools and extends more various utilities for common cases.