commit | f503c8f377b2f9c541fa32eaffacd454eaf0a379 | [log] [tgz] |
---|---|---|
author | Christian Beck <christian.beck.x@sonymobile.com> | Mon May 20 08:42:45 2013 +0200 |
committer | Henrik Baard <henrik.baard@sonymobile.com> | Mon May 20 09:26:32 2013 +0200 |
tree | 5379f18d92e5e8b4c4c8528f7570158fb9f513f6 | |
parent | 82040986598b848830b00a068cf80c228957e173 [diff] |
Add missing ACTION_MEDIA_UNMOUNTED intent When an SD card is removed without the user unmounting, the intent ACTION_MEDIA_BAD_REMOVAL is fired but is missing the preceeding ACTION_MEDIA_UNMOUNTED which is needed to keep UI consistency. Now when bad media removal is detected an ACTION_MEDIA_UNMOUNTED intent is sent before the ACTION_MEDIA_BAD_REMOVAL. Change-Id: I133300f42bafab141351e796d7cfc13c15d133e0