Protection of intentURL attack using interactive dialog confirmation by cyb3rko · Pull Request #315 · gotify/android

As discussed before here's the implementation using a dialog activity.
What's missing now is getting the permission. As it's rather optional to use this feature I wonder how we want to inform the user about the missing permission.

Same as with the other permissions right at the launch (InitializationActivity) or via the settings?

Closes #227