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

Commit 1e084156 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5753328 from e237eb89 to qt-c2f2-release

Change-Id: I61da1897843f284de2460f93d02ac7cf875515fd
parents e9634782 e237eb89
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -105,9 +105,7 @@ public class BrowserRoleBehavior implements RoleBehavior {
        for (int i = 0; i < resolveInfosSize; i++) {
            ResolveInfo resolveInfo = resolveInfos.get(i);

            if (!resolveInfo.handleAllWebDataURI || !resolveInfo.activityInfo.enabled
                    || !resolveInfo.activityInfo.applicationInfo.enabled
                    || resolveInfo.activityInfo.applicationInfo.isInstantApp()) {
            if (!resolveInfo.handleAllWebDataURI) {
                continue;
            }
            packageNames.add(resolveInfo.activityInfo.packageName);