@@ -44,6 +44,7 @@ public class SettingsFragment extends UpNavigatibleFragment {
updatePorthackStatus();
}
});
+ porthackButton.setEnabled(Device.isRooted()); // we're only able to deploy if the device is rooted
return v;