Always show unmount confirmation dialog

Somehow related to bug 4534261

Change-Id: I2a64406ced4a2c231114d7bb949b84c59199fd82
This commit is contained in:
Gilles Debunne
2011-06-03 14:47:12 -07:00
parent 51a9d15722
commit 99da1a22a3

View File

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