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

Commit f0acb024 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Make SYSTEM_INTERACTION a SystemApi

Change-Id: I53f6180b47fcf3d678d447f180f3c60a099cbbf1
Fixes: 74004153
Test: builds and flashes
parent 7d17dd71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -724,6 +724,7 @@ package android.app.usage {
    method public java.lang.String getNotificationChannelId();
    field public static final int NOTIFICATION_INTERRUPTION = 12; // 0xc
    field public static final int NOTIFICATION_SEEN = 10; // 0xa
    field public static final int SYSTEM_INTERACTION = 6; // 0x6
  }

  public final class UsageStatsManager {
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ public final class UsageEvents implements Parcelable {
         * An event type denoting that a package was interacted with in some way by the system.
         * @hide
         */
        @SystemApi
        public static final int SYSTEM_INTERACTION = 6;

        /**