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

Commit 9409f7fc authored by Shawn Willden's avatar Shawn Willden
Browse files

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.

This is not flag-protected because AIDL does not support flagging and
the implementation must be included with the AIDL method definition.

Bug: 380331467
Test: atest CtsPackageManagerTests
Flag: EXEMPT HAL interface change
Change-Id: If754dcd3ac5725eedc9469bd1793a8dab1ef7963
parent 4cabd1d8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment