axmol/cocos/platform/android
James Chen 57170200dd fixed #17685: [android] Audio in game couldn't be mute while a ring or a call is coming (#17686)
* fixed #17685: [android] Audio in game couldn't be mute while a ring or a call is coming

* Updates comments in AudioEngine-inl.cpp and removes extra empty line in javaactivity-android.cpp

* Puts audio focus relative code to another java file named Cocos2dxAudioFocusManager.java
Renames setAudioFocusLost to setAudioFocus.

* Renames JNI function.

* Register audio focus in onResume and unregister it in onPause.
2017-04-13 10:44:08 +08:00
..
ControllerManualAdapter use api level 13 (#16538) 2016-09-07 14:50:03 +08:00
java fixed #17685: [android] Audio in game couldn't be mute while a ring or a call is coming (#17686) 2017-04-13 10:44:08 +08:00
jni unify sensor timestamp units in Android / iOS / Tizen (#17532) 2017-03-23 10:04:18 +08:00
libcocos2dx update gradle version and build tool version (#17496) 2017-03-14 18:13:47 +08:00
libcocos2dx-with-controller update gradle version and build tool version (#17496) 2017-03-14 18:13:47 +08:00
Android.mk fixed #17665: [android] Crash while launching on the devices only support OpenGL ES 2. (#17671) 2017-04-10 11:49:33 +08:00
CCApplication-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCApplication-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCCommon-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDevice-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCEnhanceAPI-android.cpp fixes issue #15566 2016-07-12 19:03:53 -07:00
CCEnhanceAPI-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCFileUtils-android.cpp Fixed FileUtils::getFileSize() on android platform (#17632) 2017-04-10 10:16:21 +08:00
CCFileUtils-android.h Fixed FileUtils::getFileSize() on android platform (#17632) 2017-04-10 10:16:21 +08:00
CCGL-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLViewImpl-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLViewImpl-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformDefine-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCStdC-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
javaactivity-android.cpp fixed #17685: [android] Audio in game couldn't be mute while a ring or a call is coming (#17686) 2017-04-13 10:44:08 +08:00