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

Commit c9857cff authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add @SystemApi to MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY

Bug: 161327893
Test: build successful
Change-Id: Id35295601a61c5f589c5b677c8b41969d76ff7b3
parent 42c87511
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -39,6 +39,14 @@ package android.media {

}

package android.media.session {

  public final class MediaSession {
    field public static final int FLAG_EXCLUSIVE_GLOBAL_PRIORITY = 65536; // 0x10000
  }

}

package android.net {

  public final class TetheringConstants {
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package android.media.session;
import android.annotation.IntDef;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.app.Activity;
import android.app.PendingIntent;
import android.compat.annotation.UnsupportedAppUsage;
@@ -105,6 +106,7 @@ public final class MediaSession {
     *
     * @hide
     */
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    public static final int FLAG_EXCLUSIVE_GLOBAL_PRIORITY = 1 << 16;

    /**
+8 −0
Original line number Diff line number Diff line
@@ -39,6 +39,14 @@ package android.media {

}

package android.media.session {

  public final class MediaSession {
    field public static final int FLAG_EXCLUSIVE_GLOBAL_PRIORITY = 65536; // 0x10000
  }

}

package android.os {

  public class Binder implements android.os.IBinder {