Loading src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java +0 −4 Original line number Diff line number Diff line Loading @@ -254,10 +254,6 @@ public class StorageVolumePreferenceCategory extends PreferenceCategory implemen } } if (mFormatPreference != null) { removePreference(mFormatPreference); } if ((mStorageVolume == null || !mStorageVolume.isRemovable()) && !Environment.MEDIA_UNMOUNTED.equals(state)) { // This device has built-in storage that is not removable. Loading Loading
src/com/android/settings/deviceinfo/StorageVolumePreferenceCategory.java +0 −4 Original line number Diff line number Diff line Loading @@ -254,10 +254,6 @@ public class StorageVolumePreferenceCategory extends PreferenceCategory implemen } } if (mFormatPreference != null) { removePreference(mFormatPreference); } if ((mStorageVolume == null || !mStorageVolume.isRemovable()) && !Environment.MEDIA_UNMOUNTED.equals(state)) { // This device has built-in storage that is not removable. Loading