- checkUIThread() - Static method in class com.chrisplus.rootmanager.utils.RootUtils
-
To check if the caller is on the ui thread, throw exception if it calls
on UI thread.
- close() - Method in class com.chrisplus.rootmanager.container.Shell
-
- closeAll() - Static method in class com.chrisplus.rootmanager.container.Shell
-
- closeCustomShell() - Static method in class com.chrisplus.rootmanager.container.Shell
-
- closeRootShell() - Static method in class com.chrisplus.rootmanager.container.Shell
-
- com.chrisplus.rootmanager - package com.chrisplus.rootmanager
-
- com.chrisplus.rootmanager.container - package com.chrisplus.rootmanager.container
-
- com.chrisplus.rootmanager.exception - package com.chrisplus.rootmanager.exception
-
- com.chrisplus.rootmanager.utils - package com.chrisplus.rootmanager.utils
-
- Command - Class in com.chrisplus.rootmanager.container
-
- Command(String...) - Constructor for class com.chrisplus.rootmanager.container.Command
-
- Command(int, String...) - Constructor for class com.chrisplus.rootmanager.container.Command
-
- COMMAND_INSTALL - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for install app
- COMMAND_INSTALL_LOCATION_EXTERNAL - Static variable in class com.chrisplus.rootmanager.Constants
-
Install apps on SD-card.
- COMMAND_INSTALL_LOCATION_INTERNAL - Static variable in class com.chrisplus.rootmanager.Constants
-
Install apps on phone RAM.
- COMMAND_INSTALL_PATCH - Static variable in class com.chrisplus.rootmanager.Constants
-
The patch for some android versions and devices.
- COMMAND_KILL - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for kill process.
- COMMAND_PIDOF - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for find pid of a process.
- COMMAND_PS - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for processing show.
- COMMAND_SCREENCAP - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for screen cap.
- COMMAND_SCREENRECORD - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for screen record.
- COMMAND_TIMEOUT - Static variable in class com.chrisplus.rootmanager.Constants
-
The default command timeout is 5 min.
- COMMAND_UNINSTALL - Static variable in class com.chrisplus.rootmanager.Constants
-
The command string for uninstall app.
- Constants - Class in com.chrisplus.rootmanager
-
- Constants() - Constructor for class com.chrisplus.rootmanager.Constants
-
- copyFile(String, String) - Method in class com.chrisplus.rootmanager.RootManager
-
Copy a file into destination dir.
- countCommands() - Method in class com.chrisplus.rootmanager.container.Shell
-