Several small fixes

This commit is contained in:
topjohnwu
2017-11-21 02:11:20 +08:00
parent f4e7baf31e
commit b1ad691464
29 changed files with 27 additions and 43 deletions
@@ -49,7 +49,7 @@ public class FlashActivity extends Activity {
@OnClick(R.id.reboot)
void reboot() {
Shell.su_raw("reboot");
Shell.su_raw("/system/bin/reboot");
}
@OnClick(R.id.save_logs)