I copied the .mp3 file in assets. When notification raises, file is not playing
Could anyone please help me.
notification.sound = Uri.parse("file:///android_assets/alarm_951.mp3");
I copied the .mp3 file in assets. When notification raises, file is not playing
Could anyone please help me.
notification.sound = Uri.parse("file:///android_assets/alarm_951.mp3");
try the following:
Instead of copying your file to the assets folder copy it to resources/raw/ and then use