Add getPackageInfo to IPackageManagerNative
The new native OMAPI service (replacing the existing Java APK-based implementation of OMAPI, mostly because OMAPI is needed during early boot and the Java OMAPI cannot start early) needs to retrieve package information from PackageManager. It doesn't need to get the package info during early boot, only later when Android apps begin using it. Bug: 380331467 Test: atest CtsPackageManagerTestCases Flag: EXEMPT AIDL interface change Change-Id: Ib351118d30bed9e9c387a9e811332db3bb3ec945
Loading
Please register or sign in to comment