luksus42 / soundrecog

sound recognition app for ubports (ubuntu touch)
GNU General Public License v3.0
1 stars 1 forks source link

adapt manifest and add app icon #1

Closed balcy closed 5 years ago

balcy commented 5 years ago

after adding the image and changing the manifest, the app asked for the microphone permission. If you close the app without deciding "allow" or "don't allow", it can happen that in a later start it does no longer ask before you boot the phone again (that is still strange)...

image

If the app needs to access remote content it might be needed to add the flag to the command line: Exec=webapp-container --app-id="soundrecog.luksus" --local-content-can-access-remote-urls $@ www/index.html

luksus42 commented 5 years ago

Adding --local-content-can-access-remote-urls doesn't change anything. I already tried that...