I’m using Phonegap and Jquery Mobile on an Android app. I need to save an image from URL and set it as a wallpaper.
I found the Phonegap Downloader plugin that can handle the downloading part. Is there a plugin that implemanets “set as wallpaper” functionality?
You can create Phonegap Plugin
package com.android.test;
this is javascript file test.js
and main file call Plugin
with android device permission
and plugin.xml
while you download image with downloader plugin and save with bitmap. you just call