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

Commit dd4b9521 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add PackageInstaller to power_off_alarm_apps"

parents 7058b248 cce0532a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@
        <item>com.android.providers.settings</item>
        <item>com.android.externalstorage</item>
        <item>com.android.providers.downloads.ui</item>
        <item>com.android.packageinstaller</item>
    </string-array>

</resources>
+5 −1
Original line number Diff line number Diff line
@@ -2875,7 +2875,11 @@ public class PackageManagerService extends IPackageManager.Stub {
                        PackageManager.SYSTEM_SHARED_LIBRARY_SHARED);
            } else {
                mRequiredVerifierPackage = null;
                if (mOnlyPowerOffAlarm) {
                    mRequiredInstallerPackage = getRequiredInstallerLPr();
                } else {
                    mRequiredInstallerPackage = null;
                }
                mIntentFilterVerifierComponent = null;
                mIntentFilterVerifier = null;
                mServicesSystemSharedLibraryPackageName = null;