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

Commit 39700979 authored by Makoto Onuki's avatar Makoto Onuki Committed by Automerger Merge Worker
Browse files

Merge "Make FGS_BG_START_RESTRICTION_CHANGE_ID @Overridable" into sc-dev am: 389475e4

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

Change-Id: I666f6d0ed58d0847afc3b9a6047fa654b3392af7
parents a65bf9d3 389475e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ import android.app.usage.UsageEvents;
import android.appwidget.AppWidgetManagerInternal;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.Overridable;
import android.content.ComponentName;
import android.content.ComponentName.WithComponentName;
import android.content.Context;
@@ -307,6 +308,7 @@ public final class ActiveServices {
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.S)
    @Overridable
    static final long FGS_BG_START_RESTRICTION_CHANGE_ID = 170668199L;

    /**