Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3ea0099 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

ApplicationInfo: Copy compileSdkVersion* fields

Bug: 69798373
Test: atest CtsActivityManagerDeviceTestCases:PrereleaseSdkTest
Change-Id: I4208da1fc52f5567f23eceb87a2787fef60adc5f
parent 5647c124
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1384,6 +1384,8 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
        classLoaderName = orig.classLoaderName;
        splitClassLoaderNames = orig.splitClassLoaderNames;
        appComponentFactory = orig.appComponentFactory;
        compileSdkVersion = orig.compileSdkVersion;
        compileSdkVersionCodename = orig.compileSdkVersionCodename;
    }

    public String toString() {