Loading services/core/java/com/android/server/am/ActivityStarter.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -637,7 +637,6 @@ class ActivityStarter { if (componentSpecified if (componentSpecified && intent.getData() != null && intent.getData() != null && Intent.ACTION_VIEW.equals(intent.getAction()) && Intent.ACTION_VIEW.equals(intent.getAction()) && intent.hasCategory(Intent.CATEGORY_BROWSABLE) && mService.getPackageManagerInternalLocked() && mService.getPackageManagerInternalLocked() .isInstantAppInstallerComponent(intent.getComponent())) { .isInstantAppInstallerComponent(intent.getComponent())) { // intercept intents targeted directly to the ephemeral installer the // intercept intents targeted directly to the ephemeral installer the Loading services/core/java/com/android/server/pm/PackageManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -4220,7 +4220,6 @@ public class PackageManagerService extends IPackageManager.Stub final boolean allowMatchInstant = final boolean allowMatchInstant = (includeInstantApps (includeInstantApps && Intent.ACTION_VIEW.equals(intent.getAction()) && Intent.ACTION_VIEW.equals(intent.getAction()) && intent.hasCategory(Intent.CATEGORY_BROWSABLE) && hasWebURI(intent)) && hasWebURI(intent)) || isSpecialProcess || isSpecialProcess || mContext.checkCallingOrSelfPermission( || mContext.checkCallingOrSelfPermission( Loading
services/core/java/com/android/server/am/ActivityStarter.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -637,7 +637,6 @@ class ActivityStarter { if (componentSpecified if (componentSpecified && intent.getData() != null && intent.getData() != null && Intent.ACTION_VIEW.equals(intent.getAction()) && Intent.ACTION_VIEW.equals(intent.getAction()) && intent.hasCategory(Intent.CATEGORY_BROWSABLE) && mService.getPackageManagerInternalLocked() && mService.getPackageManagerInternalLocked() .isInstantAppInstallerComponent(intent.getComponent())) { .isInstantAppInstallerComponent(intent.getComponent())) { // intercept intents targeted directly to the ephemeral installer the // intercept intents targeted directly to the ephemeral installer the Loading
services/core/java/com/android/server/pm/PackageManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -4220,7 +4220,6 @@ public class PackageManagerService extends IPackageManager.Stub final boolean allowMatchInstant = final boolean allowMatchInstant = (includeInstantApps (includeInstantApps && Intent.ACTION_VIEW.equals(intent.getAction()) && Intent.ACTION_VIEW.equals(intent.getAction()) && intent.hasCategory(Intent.CATEGORY_BROWSABLE) && hasWebURI(intent)) && hasWebURI(intent)) || isSpecialProcess || isSpecialProcess || mContext.checkCallingOrSelfPermission( || mContext.checkCallingOrSelfPermission(