We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75b7713 + 9bdb1ea commit a3b1261Copy full SHA for a3b1261
1 file changed
src/com/stericson/RootShell/execution/Shell.java
@@ -53,7 +53,7 @@ public static enum ShellType {
53
//this is only used with root shells
54
public static enum ShellContext {
55
NORMAL("normal"), //The normal context...
56
- SHELL("u:r:shell:s0"), //Unpriviliged shell (such as an adb shell)
+ SHELL("u:r:shell:s0"), //Unprivileged shell (such as an adb shell)
57
SYSTEM_SERVER("u:r:system_server:s0"), // system_server, u:r:system:s0 on some firmwares
58
SYSTEM_APP("u:r:system_app:s0"), // System apps
59
PLATFORM_APP("u:r:platform_app:s0"), // System apps
0 commit comments