diff options
author | Allan Wang <me@allanwang.ca> | 2018-01-18 23:50:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 23:50:07 -0500 |
commit | 6058759bbd615506cb7f110acaa21c51b82188f9 (patch) | |
tree | 6970a421f1af4becf7f1771942b3e259aa85812d /core/src/main/res | |
parent | 6843e83623d2fb9bb7f42d0d9f66ab90a5a47348 (diff) | |
download | kau-6058759bbd615506cb7f110acaa21c51b82188f9.tar.gz kau-6058759bbd615506cb7f110acaa21c51b82188f9.tar.bz2 kau-6058759bbd615506cb7f110acaa21c51b82188f9.zip |
Misc (#126)
* Add auto uri read grant
* Add full attachment support
* Revert back to single attachment
* Try send with email
* Add email type
* Pass null instead of empty bundle
* Update changelog
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml new file mode 100644 index 0000000..7832e12 --- /dev/null +++ b/core/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="kau_error_no_email">Cannot resolve email activity</string> +</resources>
\ No newline at end of file |