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

Commit 857bbed0 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Don't require BROWSABLE" into oc-dev

am: 59b9a851

Change-Id: I4bcbcddd76b9fa4e85a0edf223a98b8c18dd791c
parents b6eedcc8 59b9a851
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -637,7 +637,6 @@ class ActivityStarter {
        if (componentSpecified
                && intent.getData() != null
                && Intent.ACTION_VIEW.equals(intent.getAction())
                && intent.hasCategory(Intent.CATEGORY_BROWSABLE)
                && mService.getPackageManagerInternalLocked()
                        .isInstantAppInstallerComponent(intent.getComponent())) {
            // intercept intents targeted directly to the ephemeral installer the
+0 −1
Original line number Diff line number Diff line
@@ -4219,7 +4219,6 @@ public class PackageManagerService extends IPackageManager.Stub
            final boolean allowMatchInstant =
                    (includeInstantApps
                            && Intent.ACTION_VIEW.equals(intent.getAction())
                            && intent.hasCategory(Intent.CATEGORY_BROWSABLE)
                            && hasWebURI(intent))
                    || isSpecialProcess
                    || mContext.checkCallingOrSelfPermission(