diff options
Diffstat (limited to 'src/com/android/settings/cyanogenmod/PowerMenuActions.java')
| -rw-r--r-- | src/com/android/settings/cyanogenmod/PowerMenuActions.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/settings/cyanogenmod/PowerMenuActions.java b/src/com/android/settings/cyanogenmod/PowerMenuActions.java index 5a3eb7dfd..527929dc7 100644 --- a/src/com/android/settings/cyanogenmod/PowerMenuActions.java +++ b/src/com/android/settings/cyanogenmod/PowerMenuActions.java @@ -259,8 +259,8 @@ public class PowerMenuActions extends SettingsPreferenceFragment { } private void updatePreferences() { - boolean bugreport = CMSettings.Secure.getInt(getContentResolver(), - CMSettings.Secure.BUGREPORT_IN_POWER_MENU, 0) != 0; + boolean bugreport = Settings.Secure.getInt(getContentResolver(), + Settings.Secure.BUGREPORT_IN_POWER_MENU, 0) != 0; boolean profiles = CMSettings.System.getInt(getContentResolver(), CMSettings.System.SYSTEM_PROFILES_ENABLED, 1) != 0; |
