summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/settings/ButtonSettings.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/settings/ButtonSettings.java b/src/com/android/settings/ButtonSettings.java
index aa4e1e7a3..b55d8a7a0 100644
--- a/src/com/android/settings/ButtonSettings.java
+++ b/src/com/android/settings/ButtonSettings.java
@@ -688,8 +688,8 @@ public class ButtonSettings extends SettingsPreferenceFragment implements
return;
}
- writeDisableNavkeysOption(context, Settings.System.getInt(context.getContentResolver(),
- Settings.System.DEV_FORCE_SHOW_NAVBAR, 0) != 0);
+ writeDisableNavkeysOption(context, CMSettings.Secure.getInt(context.getContentResolver(),
+ CMSettings.Secure.DEV_FORCE_SHOW_NAVBAR, 0) != 0);
}