Updated the exception report activity to use the new ReportPostingService to file new reports Removed file option from the exception handler Change-Id: Ie15b416f7764753f7f2a2e50159acd12efc2fa51 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
13 lines
526 B
XML
13 lines
526 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="crash">Application Fault</string>
|
|
<string name="sorry">I\'m sorry, but we found a problem. Please click here.</string>
|
|
<string name="sending">Sending…</string>
|
|
<string name="send">Send</string>
|
|
<string name="description">Optional: Describe what happened</string>
|
|
<string name="version">Version</string>
|
|
<string name="no_reports">No Reports</string>
|
|
<string name="sending_report">Sending Exception Report</string>
|
|
|
|
</resources> |