Add option to set image as wallpaper (#1535)

* Add option to set image as wallpaper

* Added java docs

* Toast message on setting the wallpaper successfully
This commit is contained in:
Vivek Maskara 2018-05-30 15:41:36 +05:30 committed by Josephine Lim
parent 2bd3c318f9
commit bcbf0db1ff
5 changed files with 101 additions and 0 deletions

View file

@ -283,4 +283,6 @@
<string name="share_coordinates_not_present">Coordinates were not specified during image selection</string>
<string name="error_fetching_nearby_places">Error fetching nearby places.</string>
<string name="menu_set_wallpaper">Set wallpaper</string>
<string name="wallpaper_set_successfully">Wallpaper set successfully!</string>
</resources>