Add an option to the long press on image menu to save that image as the home screen wallpaper.
See b/2210111
Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
diff --git a/res/menu/browsercontext.xml b/res/menu/browsercontext.xml
index 8b2678e..70cf8d4 100644
--- a/res/menu/browsercontext.xml
+++ b/res/menu/browsercontext.xml
@@ -54,6 +54,8 @@
android:title="@string/contextmenu_download_image"/>
<item android:id="@+id/view_image_context_menu_id"
android:title="@string/contextmenu_view_image"/>
+ <item android:id="@+id/set_wallpaper_context_menu_id"
+ android:title="@string/contextmenu_set_wallpaper"/>
</group>
</menu>