-
yoohyun.choi authored
When external storage is ejected, the _data column is updated with empty string. Then, SQLiteConstraintException occurs because the _data column is modified to be unique. So, to avoid SQLiteConstraintException, the _data column should be updated with NULL. Change-Id: I2b00b5327c37f584970261789c5462626a5a4ea7
8693255a