thyagoluciano / flutter_radio

Radio station streaming example with ExoPlayer and Flutter.
GNU General Public License v3.0
86 stars 41 forks source link

Foreground #27

Open gladiator2b opened 4 years ago

gladiator2b commented 4 years ago

hi, how to put please flutter_radio in the foreground

gladiator2b commented 4 years ago

???

alainseys commented 3 years ago
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

add the above code to your android manifest file