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

Commit a64203d6 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Merge "Resolve conflict between javadoc and CDD re: audio output" into pi-dev

am: a5d8c371

Change-Id: I7cd068ce53874be19ed4a81e32b87731b0d13c35
parents ecfc6b40 a5d8c371
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1664,7 +1664,8 @@ public abstract class PackageManager {
    /**
     * 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
     * output, as defined in the Android Compatibility Definition Document (CDD)
     * <a href="https://source.android.com/compatibility/android-cdd#7_8_audio">section 7.8 Audio</a>.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_AUDIO_OUTPUT = "android.hardware.audio.output";