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

Commit 7309d543 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Make FGS_BG_START_RESTRICTION_CHANGE_ID @Overridable

Bug: 194694732
Test: Build
Change-Id: I34fa09edcc627222ae6b98c79fd3f37cfab13aa4
parent a800c7ee
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;

    /**