Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01862c7b authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add "Export database" to tablet menu

Bug 7274081

Change-Id: I6a55b10a7cd7e7b7ad527201cbbf09841d57a90c
parent 97b4c44b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,4 +66,10 @@
        android:id="@+id/menu_help"
        android:orderInCategory="6"
        android:title="@string/menu_help" />

    <item
        android:id="@+id/export_database"
        android:title="@string/menu_export_database"
        android:visible="false"
        android:showAsAction="never" />
</menu>