add handler for ActivityNotFoundException

This commit is contained in:
Josia Pietsch 2025-01-28 02:15:04 +01:00
parent 9f3142cb69
commit f280d36667
Signed by: jrpie
GPG key ID: E70B571D66986A2D
4 changed files with 28 additions and 4 deletions

View file

@ -328,5 +328,7 @@
<string name="dialog_cancel">Cancel</string>
<string name="settings_meta_licenses">Open Source Licenses</string>
<string name="legal_info_title">Open Source Licenses</string>
<string name="toast_activity_not_found_search_web">No app found to handle search.</string>
<string name="toast_activity_not_found_browser">Can\'t open URL: no browser found.</string>
</resources>