Add default value for noActivityFoundMessage
This commit is contained in:
parent
12f65ba59c
commit
b396ce3e20
9 changed files with 20 additions and 15 deletions
4
libraries/androidutils/src/main/res/values/localazy.xml
Normal file
4
libraries/androidutils/src/main/res/values/localazy.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue