* #38138: added clear history feature for debugging.
diff --git a/res/menu/history.xml b/res/menu/history.xml
new file mode 100644
index 0000000..92f9526
--- /dev/null
+++ b/res/menu/history.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <item
+            android:id="@+id/menu_clear_history"
+            android:icon="@drawable/ic_action_remove"
+            android:orderInCategory="100"
+            android:showAsAction="never"
+            android:title="Clear History"/>
+
+</menu>
\ No newline at end of file