If I look at the source code for AudioManager
, there is:
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String VOLUME_CHANGED_ACTION = "android.media.VOLUME_CHANGED_ACTION";
However, is not visible by Eclipse, even when you specify the minimum SDK level.
How can this happen?
Is this part of the API or not?
Thanks