Loading services/core/java/com/android/server/am/ActivityStarter.java +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading services/core/java/com/android/server/pm/PackageManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -4220,7 +4220,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( Loading
services/core/java/com/android/server/am/ActivityStarter.java +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
services/core/java/com/android/server/pm/PackageManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -4220,7 +4220,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(