DAB 12.4 How do I add Internet Permission

I’m trying to test an app that has audio for a friend. We need for the audio to be source from the internet as there is too much for bundling inside the APK.
I understand that we need to have Internet Permissions in order for this to work.
I’ve got Firebase Analytics enabled in the App and DAB shows I have the Internet Permission.

I have audio set to come from an internet source and audio set to be bundled in apk.
The audio in the apk works fine
But nothing happens when I attempt to click on audio that is supposed to come from an internet source. I expected a popup asking me to download the audio, but I do not get anything.

When I check the permissions for the app in my phone, I do not see anything that suggests that it has access to Internet. When I look in the list of permissions, the only permission that I see is Notifications. My Phone is a Samsung A32 using Android 13.

Is there something that I am missing?

@Scott_Dysart, can you share the project and the audio file via Google Drive or Dropbox? I can try to take a look at it when I have some time.

Chris Hubbard

It turns out that I had mistyped the URL for my digital source. Once I had the source configured correctly, the app was able to pull the audio. Thank you