1

I'm trying to use flutter_local_notifications and I need to add this to AndroidManifest.xml to wake up the screen when receiving a notification:

<activity
    android:showWhenLocked="true"
    android:turnScreenOn="true">

Easy enough with standard Flutter, but how do I do this with flutterflow.io?

E_net4
  • 27,810
  • 13
  • 101
  • 139
Dave Dean
  • 29
  • 4

0 Answers0