diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-04-03 14:22:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-04-03 14:22:44 +0000 |
| commit | 3f990602527195f1a24414ba27a496a33eaf5936 (patch) | |
| tree | 66acb40548d8e2be0e7b74b06d14cdf096cc0ec9 /src/ui/android/assets/help_content.html | |
| parent | 6a8f271ba58988bed87607ecc625ca7a571bfc5c (diff) | |
added help view in the android app. The help itself is not very useful right now
Diffstat (limited to 'src/ui/android/assets/help_content.html')
| -rw-r--r-- | src/ui/android/assets/help_content.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/android/assets/help_content.html b/src/ui/android/assets/help_content.html new file mode 100644 index 000000000..8d0e37970 --- /dev/null +++ b/src/ui/android/assets/help_content.html @@ -0,0 +1,5 @@ +<html> + <body> + <p>Sorry, we can't help you</p> + </body> +</html> |
