Winson 0806568d41 Unexport all PackageInstaller receivers
All of PackageInstaller's declared receivers receive system broadcasts,
so they do not need to be exported. Leaving them exported opens up
vulnerabilities for apps to launch them and execute functionality that
PackageInstaller includes.

Bug: 191283525

Test: manual, verify receivers still work
Test: atest com.android.packageinstaller.test.ExportedComponentTest

Change-Id: I782fc21c848831a2a4aeab736cd47ad45781b290
2021-07-19 23:58:55 +00:00

28 lines
499 B
Plaintext

{
"postsubmit": [
{
"name": "CtsPackageInstallTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.AppModeInstant"
}
]
},
{
"name": "CtsNoPermissionTestCases"
},
{
"name": "CtsNoPermissionTestCases25"
},
{
"name": "CtsPackageInstallerTapjackingTestCases"
},
{
"name": "CtsPackageUninstallTestCases"
},
{
"name": "PackageInstallerTests"
}
]
}