Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAndroid

You can do it by specifying a local sound resource on the device (e.g. android.resource://com.companyname.appname/raw/sound.mp3).

Put sound file under the res/raw directory of android project.

On CEP, under Channel configuration add sound names (imported in the raw directory) including extensions (very important).

Image Added

Supported audio formats for Android: https://developer.android.com/guide/topics/media/media-formats

...