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

Commit 8855e78a authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Android (Google) Code Review
Browse files

Merge "Add @SystemApi to MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY"

parents 4a091584 c9857cff
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 {