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

Skip to content
Commit 4df010eb authored by Dario Freni's avatar Dario Freni
Browse files

Install staged APKs before system is ready.

This CL makes the installation happen before
PackageManager.systemReady() completes. This would avoid cases in which
other components started up by SystemServer would query the package
status.

Fix: 123690624
Test: tried the following scenarios:
 - atest apex_e2e_tests
 - adb install --staged file.apk
 - adb install-multi-package --staged file.apk file.apk
 - adb install-multi-package --staged file.apk file2.apk
   file.apex file2.apex

Change-Id: I0d3d5c0695bed8084c1bddcc4fd99575dab00c6f
parent 8ca3230f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment