79335100

Date: 2025-01-07 06:58:27
Score: 1.5
Natty:
Report link

You just need to add keep.xml file manually in the android/src/main/res/raw folder like image below:

enter image description here

And add this code in keep.xml

    <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
    tools:keep="@drawable/*,@raw/emergency" />

Change emergency in code to your sound name which is in raw folder

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jason