本文介绍了以编程方式设置动态壁纸上扎根设备的Andr​​oid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能以某种方式使用我的应用程序,设置动态壁纸编程?

Is it possible somehow to set Live Wallpaper programmatically using my Application?

我工作的一个应用程序,她的目的是要选择一些已安装动态壁纸的设备上,并设置它作为一个动态壁纸。此操作需要通过我的应用程序已完成。

I am working on an Application that her purpose is to choose some of the Installed Live Wallpapers on the device and to set it as a Live Wallpaper. This action need to be completed via my Application.

由于我研究我发现了一些答案,这可以生根Android设备做什么?

As I was researching I found some answers that this can be done with rooting the Android Device?

可以有一个人帮助我如何做到这一点是什么呢?

Can some one help me out how to do that exactly?

推荐答案

Android操作系统之前,果冻豆不允许以编程方式设置动态壁纸。现在果冻豆支持改变动态壁纸programtically无需用户交互

Android OS prior to Jelly Bean does not allow you to programatically set a live wallpaper.For now Jelly Bean supports changing the Live Wallpaper programtically without user interaction

这篇关于以编程方式设置动态壁纸上扎根设备的Andr​​oid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 19:07