Add default value for noActivityFoundMessage

This commit is contained in:
Benoit Marty 2023-04-07 15:13:06 +02:00 committed by Benoit Marty
parent 12f65ba59c
commit b396ce3e20
9 changed files with 20 additions and 15 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="error_no_compatible_app_found">"No compatible app was found to handle this action."</string>
</resources>