Commit 34a23e6e authored by android-build SharedAccount's avatar android-build SharedAccount
Browse files

fix failed cherry pick of 022eb71b

Change-Id: If482f0ca33455b6612f3ba1bc8c1c4c1e3b34072
parent e9d8bee6
......@@ -3018,13 +3018,7 @@ public class MediaProvider extends ContentProvider {
private static String TAG = "MediaProvider";
private static final boolean LOCAL_LOGV = true;
<<<<<<< HEAD:src/com/android/providers/media/MediaProvider.java
private static final int DATABASE_VERSION = 88;
|||||||
private static final int DATABASE_VERSION = 89;
=======
private static final int DATABASE_VERSION = 90;
>>>>>>> 022eb71... Fix botched database update step.:src/com/android/providers/media/MediaProvider.java
private static final String INTERNAL_DATABASE_NAME = "internal.db";
// maximum number of cached external databases to keep
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment