OSDN Git Service

Implemented Allow Console Selection setting
authorjruesga <jorge@ruesga.com>
Sat, 6 Oct 2012 19:45:15 +0000 (21:45 +0200)
committerjruesga <jorge@ruesga.com>
Sat, 6 Oct 2012 19:45:15 +0000 (21:45 +0200)
commitce79fe2c6f44ea1184094db3405f5d630ba1ef6a
tree0357530cab4b09cfc49a35594c9fb2bad851c3a8
parent2116cc21c3e6f8249968b2e23ffd51d51c809aa7
Implemented Allow Console Selection setting

This setting allow use the menu "Select Console" or deactivate the menu
using only a privileged console, without additional privileged messages,
but require su to run the app.
By default, allow not privileged console to avoid startup problems
res/xml/preferences_general.xml
src/com/cyanogenmod/explorer/ExplorerApplication.java
src/com/cyanogenmod/explorer/activities/NavigationActivity.java
src/com/cyanogenmod/explorer/activities/preferences/SettingsPreferences.java
src/com/cyanogenmod/explorer/console/ConsoleBuilder.java
src/com/cyanogenmod/explorer/preferences/ExplorerSettings.java
src/com/cyanogenmod/explorer/ui/widgets/NavigationView.java
src/com/cyanogenmod/explorer/util/ExceptionUtil.java