summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherApplication.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/LauncherApplication.java')
-rw-r--r--src/com/android/launcher3/LauncherApplication.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/LauncherApplication.java b/src/com/android/launcher3/LauncherApplication.java
index 689f54d1f..751ff7930 100644
--- a/src/com/android/launcher3/LauncherApplication.java
+++ b/src/com/android/launcher3/LauncherApplication.java
@@ -37,9 +37,9 @@ public class LauncherApplication extends Application {
LAUNCHER_BACKUP_SHORTCUT_ENABLED =
getResources().getBoolean(R.bool.config_launcher_show_backup_shortcut);
LAUNCHER_MMX_SHORTCUT_ENABLED =
- getResources().getBoolean(R.bool.config_micromax_enabled);
+ getResources().getBoolean(R.bool.config_mmx_enabled);
LAUNCHER_SFR_SHORTCUT_ENABLED =
- getResources().getBoolean(R.bool.config_smartfren_enabled);
+ getResources().getBoolean(R.bool.config_srf_enabled);
LauncherAppState.setApplicationContext(this);
LauncherAppState.getInstance();
}