Can clear local database from the application.

This commit is contained in:
Pierre
2018-04-28 17:38:26 +02:00
parent 1ba90958af
commit d48cdd1c32
6 changed files with 111 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/clear_local_db"
android:id="@+id/action_clear_local_db"
android:title="@string/menu_clear_local_db"/>
</menu>