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

Commit 1dd3a5f7 authored by Jin Seok Park's avatar Jin Seok Park Committed by Android (Google) Code Review
Browse files

Merge "Make AudioManager.FLAG_FROM_KEY @SystemApi for Module"

parents 8a8b1424 4abc23e7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,14 @@ package android.graphics {

}

package android.media {

  public class AudioManager {
    field public static final int FLAG_FROM_KEY = 4096; // 0x1000
  }

}

package android.net {

  public final class TetheringConstants {
+1 −0
Original line number Diff line number Diff line
@@ -564,6 +564,7 @@ public class AudioManager {
     * request is from a hardware key press. (e.g. {@link MediaController}).
     * @hide
     */
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    public static final int FLAG_FROM_KEY = 1 << 12;

    // The iterator of TreeMap#entrySet() returns the entries in ascending key order.
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,14 @@ package android.graphics {

}

package android.media {

  public class AudioManager {
    field public static final int FLAG_FROM_KEY = 4096; // 0x1000
  }

}

package android.os {

  public class Binder implements android.os.IBinder {