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

Commit 749cb072 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Gerrit Code Review
Browse files

Merge "Merge "Revert intent filter matching enforcement." into android13-tests-dev am: c25ce06f"

parents 3ee6d595 7ec13b04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import android.annotation.Nullable;
import android.annotation.UserIdInt;
import android.app.ActivityManager;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.Disabled;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
@@ -155,7 +155,7 @@ public class PackageManagerServiceUtils {
     * allow 3P apps to trigger internal-only functionality.
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.TIRAMISU)
    @Disabled  /* Revert enforcement: b/274147456 */
    private static final long ENFORCE_INTENTS_TO_MATCH_INTENT_FILTERS = 161252188;

    /**