forked from jens/Automation
run executable action
This commit is contained in:
@@ -76,7 +76,7 @@ public class ActivityManageActionRunExecutable extends Activity
|
||||
}
|
||||
else
|
||||
{
|
||||
if(false)//!chkRunExecAsRoot.isChecked() && !executableFile.canExecute())
|
||||
if(!chkRunExecAsRoot.isChecked() && !executableFile.canExecute())
|
||||
{
|
||||
Toast.makeText(ActivityManageActionRunExecutable.this, getResources().getString(R.string.fileNotExecutable), Toast.LENGTH_LONG).show();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user