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

Skip to content
Commit 10234269 authored by Joanne Chung's avatar Joanne Chung
Browse files

Fix SdkSandboxStorageHostTest

When the feature is enabled, the system doesn’t give app id if the
installed package is a sdk library. The Settings writePackageLPr()
will write the appIds to xml, it will read these appIds when booting.
The system will ignore appid -1 to create packageSetting that causes
the app dependent on this sdk-library be removed. The permission
service is also NPE because this app is removed.

Try to write a flag to help indentify if the system needs to create
PackageSettungs for sdk library.

Bug: 314772888
Test: atest SdkSandboxStorageHostTest
Change-Id: Ib53e775db123d0008948f1c2a1702bdaa0a47b76
parent 70ce23b0
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