Skip to content

Commit 8ba5364

Browse files
committed
Upload file
1 parent 7c5155c commit 8ba5364

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/src/main/java/com/omarea/common/shell/KeepShellAsync.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class KeepShellAsync(private var context: Context?, private var rootMode: Boolea
168168
if (out == null) {
169169
error?.run()
170170
} else {
171-
showMsg("获取ROOT权限失败!")
171+
showMsg("Failed to obtain ROOT privileges!")
172172
}
173173
} finally {
174174
threadStarted = false
@@ -183,7 +183,7 @@ class KeepShellAsync(private var context: Context?, private var rootMode: Boolea
183183
if (error != null) {
184184
error.run()
185185
} else {
186-
showMsg("获取Root权限超时!")
186+
showMsg("Root access granted timed out!")
187187
}
188188
threadStarted = false
189189
}

common/src/main/java/com/omarea/common/shell/ShellTranslation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class ShellTranslation(val context: Context) {
360360
} else if (args.isNotEmpty()) {
361361
onAm(args)
362362
}
363-
return
363+
return ""
364364
}
365365

366366
var result = originRow

0 commit comments

Comments
 (0)