Merge "Adding SystemApi for remaining AudioManager errors"
This commit is contained in:
committed by
Android (Google) Code Review
commit
025115fcb9
@@ -5886,6 +5886,7 @@ package android.media {
|
||||
field public static final int DEVICE_VOLUME_BEHAVIOR_VARIABLE = 0; // 0x0
|
||||
field public static final String EXTRA_VOLUME_STREAM_TYPE = "android.media.EXTRA_VOLUME_STREAM_TYPE";
|
||||
field public static final String EXTRA_VOLUME_STREAM_VALUE = "android.media.EXTRA_VOLUME_STREAM_VALUE";
|
||||
field public static final int FLAG_BLUETOOTH_ABS_VOLUME = 64; // 0x40
|
||||
field @RequiresPermission(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public static final int STREAM_ASSISTANT = 11; // 0xb
|
||||
field public static final int STREAM_BLUETOOTH_SCO = 6; // 0x6
|
||||
field public static final int SUCCESS = 0; // 0x0
|
||||
|
||||
@@ -562,6 +562,7 @@ public class AudioManager {
|
||||
* Indicates the volume set/adjust call is for Bluetooth absolute volume
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int FLAG_BLUETOOTH_ABS_VOLUME = 1 << 6;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user