Skip to content

RootManager version 1.5

Compare
Choose a tag to compare
@Chrisplus Chrisplus released this 15 Aug 09:18
· 53 commits to master since this release

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.