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

Commit d92b174f authored by Ruben Brunk's avatar Ruben Brunk Committed by android-build-merger
Browse files

Merge \"Include all components in VR initialization.\" into nyc-mr1-dev

am: 0b475016

Change-Id: I33a82666674e5bbc2d0e85480c60b3bd4595264e
parents e1f91a74 0b475016
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -246,7 +246,9 @@ public class EnabledComponentsObserver implements SettingChangeListener {
        Intent queryIntent = new Intent(serviceName);
        List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
                queryIntent,
                PackageManager.GET_SERVICES | PackageManager.GET_META_DATA,
                PackageManager.GET_SERVICES | PackageManager.GET_META_DATA |
                                    PackageManager.MATCH_DIRECT_BOOT_AWARE |
                                    PackageManager.MATCH_DIRECT_BOOT_UNAWARE,
                userId);
        if (installedServices != null) {
            for (int i = 0, count = installedServices.size(); i < count; i++) {