nucleus-ffm / foss_warn

An unofficial open source application to get emergency alerts from https://warnung.bund.de/meldungen.
GNU General Public License v3.0
98 stars 6 forks source link

Do not allow to call a non-existent telephone number #120

Closed nucleus-ffm closed 2 months ago

nucleus-ffm commented 3 months ago

Is your feature request related to a problem? Please describe. Suppose an alert contains a contact field without a telephone number. The user can tap the button, and the phone app will open with the number 4682 543. The number is just a random product and should not be callable.

Describe the solution you'd like We should display an alert dialog and ask the user if the detected telephone number is correct and wait for a confirmation from the user. If the field contains no telephone number, we should display a small info message to the user.