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

Commit 991f47cb authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am 0d3eeae6: Merge "Add "Export database" to tablet menu" into jb-mr1-dev

* commit '0d3eeae6':
  Add "Export database" to tablet menu
parents c6711bc4 0d3eeae6
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>