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

Commit 714960f7 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Gerrit Code Review
Browse files

Merge "Migrate FILTER_APPLICATION_QUERY"

parents d0fb632e 51f63138
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import android.app.PropertyInvalidatedCache;
import android.app.admin.DevicePolicyManager;
import android.app.usage.StorageStatsManager;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledAfter;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ComponentName;
import android.content.Context;
@@ -3682,7 +3682,7 @@ public abstract class PackageManager {
     * @hide
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.Q)
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.R)
    public static final long FILTER_APPLICATION_QUERY = 135549675L;

    /** {@hide} */