File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/com/noshufou/android/su/util Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,15 @@ public static class MenuId {
105105 public static final int ELITE = 0 ;
106106 public static final int TOGGLE = 1 ;
107107 public static final int FORGET = 2 ;
108- public static final int CLEAR_LOG = 3 ;
109- public static final int USE_APP_SETTINGS = 4 ;
110- public static final int NOTIFICATIONS = 5 ;
111- public static final int LOGGING = 6 ;
112- public static final int TEMP_UNROOT = 7 ;
113- public static final int OTA_SURVIVE = 8 ;
114- public static final int PREFERENCES = 9 ;
108+ public static final int INFO = 3 ;
109+ public static final int LOG = 4 ;
110+ public static final int CLEAR_LOG = 5 ;
111+ public static final int USE_APP_SETTINGS = 6 ;
112+ public static final int NOTIFICATIONS = 7 ;
113+ public static final int LOGGING = 8 ;
114+ public static final int TEMP_UNROOT = 9 ;
115+ public static final int OTA_SURVIVE = 10 ;
116+ public static final int PREFERENCES = 11 ;
115117 }
116118
117119 public static class VersionInfo {
You can’t perform that action at this time.
0 commit comments