diff options
author | 2020-07-01 10:30:37 +0100 | |
---|---|---|
committer | 2020-07-01 15:42:41 +0100 | |
commit | ef7ef31c3e3e8e2dc543118cc170f72e679a4e1d (patch) | |
tree | c38f9cc433bd99facf7a287819faaf793f816aaf /legacy | |
parent | 1861cc9483157ffc62e87f4951b14c80f5552248 (diff) |
Add version code to legacy MediaProvider manifest.
This ensures the version code is higher than for the previous release.
This is also only for the legacy version.
Bug: 160230380
Test: version number is now the same as non-legacy
Change-Id: If63138b1e8dbe862beca3c0273a9f832d1b9d9e9
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 |