Move AboutCardRow to components package

This commit is contained in:
topjohnwu
2017-02-13 03:12:10 +08:00
parent 44b0d4127c
commit 958c95732b
4 changed files with 13 additions and 10 deletions

View File

@@ -229,10 +229,10 @@ public class SettingsActivity extends Activity {
getApplication().suNotificationType = Utils.getPrefsInt(prefs, "su_notification", 1);
break;
case "developer_logging":
getApplication().devLogging = prefs.getBoolean("developer_logging", false);
MagiskManager.devLogging = prefs.getBoolean("developer_logging", false);
break;
case "shell_logging":
getApplication().shellLogging = prefs.getBoolean("shell_logging", false);
MagiskManager.shellLogging = prefs.getBoolean("shell_logging", false);
break;
}
setSummary();