am 2a9dfc5c: am 99da1a22: Always show unmount confirmation dialog

* commit '2a9dfc5c0c8cd75a5eac7a75fda7e25e5ce9f27f':
  Always show unmount confirmation dialog
This commit is contained in:
Gilles Debunne
2011-06-06 15:22:51 -07:00
committed by Android Git Automerger

View File

@@ -257,7 +257,8 @@ public class Memory extends SettingsPreferenceFragment implements OnCancelListen
return true; return true;
} }
*/ */
return false; // Better safe than sorry. Assume the storage is used to ask for confirmation.
return true;
} }
private void unmount() { private void unmount() {