rodrigoti
rodrigoti
> FOUND the solution: you have to define the icon name, which you first should create (add new image asset in Android Studio). When I don't define the icon, the...
Hi @kevdaci, You have to look into the folder: \platforms\android\app\src\main\res In there you'll see folders like "mipmap-ldpi" Inside of those you'll see files named "ic_launcher.png" You can use any icon,...
@boltex ionic4 You have to look into the folder: /platforms/android/app/src/main/res/mipmap-ldpi/ic_launcher.png you must use without the .png extension ic_launcher this.backgroundMode.setDefaults({ icon: 'ic_launcher', title: "AO VIVO - Rádio Farol FM 90,7", text:...
In the APPBackgroundMode.m file [session setCategory: AVAudioSessionCategoryPlayback error: NULL]; change to [session setCategory: AVAudioSessionCategoryPlayback withOptions: AVAudioSessionCategoryOptionMixWithOthers error: NULL];