diff options
Diffstat (limited to 'legacy')
-rw-r--r-- | legacy/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/legacy/AndroidManifest.xml b/legacy/AndroidManifest.xml index 960e5bada..2396f58b4 100644 --- a/legacy/AndroidManifest.xml +++ b/legacy/AndroidManifest.xml @@ -1,6 +1,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.providers.media" - android:sharedUserId="android.media"> + android:sharedUserId="android.media" + android:versionCode="1024"> <!-- This "legacy" instance is retained on the device to preserve the database contents before MediaProvider was migrated into a |