`

通过代码设置live wall paper

阅读更多
1. The code is:
  
private WallpaperManager mWallpaperManager = WallpaperManager.getInstance(this);
                Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE);
                intent.setClassName("com.android.wallpaper",
                                "com.android.wallpaper.galaxy.GalaxyWallpaper"); // you can set any live wall paper which you want
                try {
                        mWallpaperManager.getIWallpaperManager().setWallpaperComponent(
                                        intent.getComponent());
                        
                } catch (RemoteException e) {
                        e.printStackTrace();
                        // do nothing
                } catch (RuntimeException e) {
                        e.printStackTrace();
                }


2. And you must add the following permissions in your manifest:
 
 <uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
        <uses-permission android:name="android.permission.BIND_WALLPAPER" />
        <uses-permission android:name="android.permission.SET_WALLPAPER" />


3. You must push your apk to /system/app. If not, it can’t work.
分享到:
评论

相关推荐

    android wall paper

    "Android Wall Paper",特别是"Live Wallpapers",是指具有动态效果的手机或平板电脑背景。这些动态壁纸不仅展示静态图像,还可以展示动画、交互式元素或其他视觉特效,为用户提供更加生动和个性化的体验。 **...

    外研版一年级起点小学英语四年级上册四会单词及句子.pdf

    此外,还涉及动词如"tell"(告诉)和"live"(居住),以及英国著名景点"Buckingham Palace"(白金汉宫)。在这一模块的句子中,学生将学会如何描述过去的事件,如"I was at Buckingham Palace on Saturday"(星期六...

    冠词练习题集与答案解析.doc

    【冠词练习题集与答案解析】 冠词在英语中起着重要的作用,它们分为不定冠词(a, an)和定冠词(the),以及零冠词(不使用冠词)。...通过不断的练习,可以更好地掌握何时使用a, an, the,以及何时不使用冠词。

    新版译林九年级下册英语知识点总结一教案资料.pdf

    - `Chinese paper-cutting`:中国剪纸,中国传统文化的一种表现形式。 - `plan to do sth.`:计划做某事,表达未来打算或安排。 - `be worth doing sth.`:值得做某事,用于评价某个行为的意义。 - `welcome to....

    九年级英语仁爱版下册语言点归纳.doc

    例句:“Chinese culture includes many traditional arts, such as paper cutting and calligraphy.” - **the birthplace of...:** 发源地。例句:“Xi'an is the birthplace of Chinese civilization.” - **a ...

    2018年成人英语三级考试模拟试卷及答案.docx

    - **题目示例**:The day **on which** (在那天我第一次遇见他) was the first of May on the Great Wall. - **解析**:这里需要填写的是一个定语从句,用来修饰先行词“day”。例如: - 填空答案为 **on which**。...

Global site tag (gtag.js) - Google Analytics