How to set the volume control for Android Adobe AIR?

In general, Android application development based on JAVA. we can use...

setVolumeControlStream(AudioManager.STREAM_MUSIC);

Thus, this activity allows the volume controller to control the MEDIA level. If I want to achieve this in an Android application based on Android Air Air Air. How to do it?

+5
source share
1 answer

How to create your own AIR extension to interact with the system volume for Android.

Like: https://github.com/nweber/SystemVolumeNativeExtension

Related explanation article: http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt1.html

Expected behavior from github readme file

. AIR . , , AIR . AIR , .

+3

All Articles