summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/deviceinfo/Memory.java
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:35 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:35 -0800
commita578a6c4ad2924236a8882e3eb794474d57ca450 (patch)
tree0d80b9fad39c5eae0e2bb83013190ca6ffaf2be7 /src/com/android/settings/deviceinfo/Memory.java
parent8a156091eff22a360f802332daf2fe00b4267ad7 (diff)
downloadpackages_apps_Settings-a578a6c4ad2924236a8882e3eb794474d57ca450.tar.gz
packages_apps_Settings-a578a6c4ad2924236a8882e3eb794474d57ca450.tar.bz2
packages_apps_Settings-a578a6c4ad2924236a8882e3eb794474d57ca450.zip
auto import from //depot/cupcake/@132589
Diffstat (limited to 'src/com/android/settings/deviceinfo/Memory.java')
-rw-r--r--src/com/android/settings/deviceinfo/Memory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/settings/deviceinfo/Memory.java b/src/com/android/settings/deviceinfo/Memory.java
index 75a84b719..adfe88ced 100644
--- a/src/com/android/settings/deviceinfo/Memory.java
+++ b/src/com/android/settings/deviceinfo/Memory.java
@@ -81,8 +81,6 @@ public class Memory extends PreferenceActivity {
intentFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);
intentFilter.addAction(Intent.ACTION_MEDIA_SHARED);
intentFilter.addAction(Intent.ACTION_MEDIA_BAD_REMOVAL);
- intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTABLE);
- intentFilter.addAction(Intent.ACTION_MEDIA_NOFS);
intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_STARTED);
intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_FINISHED);
intentFilter.addDataScheme("file");