Set video as wallpaper on Android

淺唱寂寞╮ 提交于 2020-01-04 13:42:17

问题


I want to know how to set Video as wallpaper or it is not possioble. I can set image as wallpaper and I can build live wallpaper but I can't set video as wallpaper ? so anyone has an idea how can I do that ?

Thanks in Advance.


回答1:


I think the only way that it can be done is to incorporate it into a "Live Wallpaper", the downside is as others have mentioned it will take a serious toll on battery life.




回答2:


this interesting, Live Wallpaper runs on Android 2.1 or higher.

http://mashable.com/2010/06/29/make-super-mario-bros-your-android-wallpaper-video/

As cool as that is, we should note that it will basically kill your phone’s battery life.




回答3:


Yeah, It is very much possible. In Android MediaPlayer Class, there is method setSurface (Surface surface). Using this method you can play video on any surface. Get the surface from Wallpaper Engine and play video on this.



来源:https://stackoverflow.com/questions/3448386/set-video-as-wallpaper-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!