Live Wallpaper for Android?

I’m working on an application that basically is a repository of images and videos. I would like to give the opportunity to use the videos (webm) as device’s live wallpapers. I saw many applications similar to this, but I did not find a way to do it with Ionic. It’s possible?

How do native Android applications implement this?
Do Cordova plugins exist that offer the same functionality?

This is a link is a guide how to do it in native language:
http://www.vogella.com/tutorials/AndroidLiveWallpaper/article.html

In cordova I found a plugin, cordova-plugin-wallpaper, but does not support live wallpapers

https://github.com/HughIsaacs2/Cordova-Android-LiveWallpaper?