Always show unmount confirmation dialog
Somehow related to bug 4534261 Change-Id: I2a64406ced4a2c231114d7bb949b84c59199fd82
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user