summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherApplication.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-29 17:35:36 -0700
committerJoe Onorato <joeo@google.com>2010-10-29 17:35:36 -0700
commite9ad59eba6d8ffd2cbf28520c237ccefd291a33c (patch)
tree08411d461685982b790d3cda03189d5c08159045 /src/com/android/launcher2/LauncherApplication.java
parenta997ac26664befbd0d5b172e36ef9e8b2c63b435 (diff)
downloadandroid_packages_apps_Trebuchet-e9ad59eba6d8ffd2cbf28520c237ccefd291a33c.tar.gz
android_packages_apps_Trebuchet-e9ad59eba6d8ffd2cbf28520c237ccefd291a33c.tar.bz2
android_packages_apps_Trebuchet-e9ad59eba6d8ffd2cbf28520c237ccefd291a33c.zip
When the locale changes, flush the all apps list.
Bug: 3032131 Change-Id: I47659a459044fdace0a3480d216b168c18f2de37
Diffstat (limited to 'src/com/android/launcher2/LauncherApplication.java')
-rw-r--r--src/com/android/launcher2/LauncherApplication.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/LauncherApplication.java b/src/com/android/launcher2/LauncherApplication.java
index 8a18317bc..dab2b588a 100644
--- a/src/com/android/launcher2/LauncherApplication.java
+++ b/src/com/android/launcher2/LauncherApplication.java
@@ -52,6 +52,7 @@ public class LauncherApplication extends Application {
filter = new IntentFilter();
filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
+ filter.addAction(Intent.ACTION_LOCALE_CHANGED);
registerReceiver(mModel, filter);
// Register for changes to the favorites