Skip to content

Releases: Chrisplus/RootManager

Version 2.0.1

Choose a tag to compare

@Chrisplus Chrisplus released this 25 Mar 06:07

###Root Manger V2.0.1

  • Fix bugs
  • Add the screen recording feature.
  • Adapt the build system to gradle.

RootManager version 1.5

Choose a tag to compare

@Chrisplus Chrisplus released this 15 Aug 09:18

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

Choose a tag to compare

@Chrisplus Chrisplus released this 20 Jul 06:50

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.