am 06031917: am 4944eb87: am 2ba17d31: Merge "Add a hardware feature definition corresponding to audio output support." into lmp-dev
* commit '0603191734032d3f89003f08e116ec9e232ac99b': Add a hardware feature definition corresponding to audio output support.
This commit is contained in:
@@ -974,6 +974,14 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_AUDIO_LOW_LATENCY = "android.hardware.audio.low_latency";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device includes at least one form of audio
|
||||
* output, such as speakers, audio jack or streaming over bluetooth
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_AUDIO_OUTPUT = "android.hardware.audio.output";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device is capable of communicating with
|
||||
|
||||
Reference in New Issue
Block a user