Skip to content

Commit ddc0ff6

Browse files
committed
Fix reboot
1 parent a594741 commit ddc0ff6

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/lovejoy777/rroandlayersmanager/commands

1 file changed

+1
-1
lines changed

app/src/main/java/com/lovejoy777/rroandlayersmanager/commands/Commands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void onClick(DialogInterface dialog, int which) {
100100
public void onClick(DialogInterface dialog, int which) {
101101
try {
102102
Runtime.getRuntime()
103-
.exec(new String[]{"su", "-c", "busybox killall system_server"});
103+
.exec(new String[]{"su", "-c", "am restart"});
104104
} catch (IOException e) {
105105
e.printStackTrace();
106106
}

0 commit comments

Comments
 (0)