add custom error report function
This commit is contained in:
parent
c6ccc2b20d
commit
d43365f6e6
4 changed files with 39 additions and 9 deletions
|
|
@ -10,4 +10,8 @@
|
|||
<item android:id="@+id/action_settings"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/settings"/>
|
||||
|
||||
<item android:id="@+id/action_report_error"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/report_error" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue