summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/bug_report_options.xml
blob: 62963210c25846552a9231a172de05c8c62658e5 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:id="@+id/export_logcat"
        android:title="@string/export_logs_menu_title" />

</menu>