Added option in SettingsFragment to allow users to send the logs as a file via email

This commit is contained in:
Vishan Seru 2017-10-21 13:44:06 +05:30
parent 4154a7c9d2
commit 836a1e3664
6 changed files with 145 additions and 0 deletions

View file

@ -207,4 +207,6 @@ Tap this message (or hit back) to skip this step.</string>
<string name="give_permission">Give permission</string>
<string name="use_external_storage">Use external storage</string>
<string name="use_external_storage_summary">Save pictures taken with the in-app camera on your device</string>
<string name="send_logs">Send Logs</string>
<string name="send_logs_description">Send logs to developers via email</string>
</resources>