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

Commit f82936c7 authored by John Wu's avatar John Wu Committed by Automerger Merge Worker
Browse files

Merge "Revert intent filter matching enforcement." into tm-qpr-dev am:...

Merge "Revert intent filter matching enforcement." into tm-qpr-dev am: 36482cc3 am: c2abbca8 am: febfdced am: 6bf40dcf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22237779



Change-Id: I931bb6acde05d1d19e793715ed5e3016b41c937b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 17050c4a 6bf40dcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,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;
@@ -189,7 +189,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;

    /**