Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8759453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:48:39+00:00 2026-06-13T14:48:39+00:00

I created an live wallpaper application, like how we get default wallpaper on home

  • 0

I created an live wallpaper application, like how we get default wallpaper on home screen, how to set the Live Wallpaper as default wallpaper even after my Android mobile is restarted?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:48:41+00:00Added an answer on June 13, 2026 at 2:48 pm

    Setting live wallpapers are reserved for platform applications, e.g. the live wallpaper picker bundled with the device (the permission android.permission.SET_WALLPAPER_COMPONENT is defined as signatureOrSystem).

    You’re not going to be able to do this without either rooting the device. What you can do is show the wallpaper chooser to the user using this code:

    Intent intent = new Intent();
    intent.setAction(WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER);
    intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); // Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag
    startActivity(intent);
    

    You can show a notification to a user when a new wallpaper is available (or upon system boot) and when the user clicks that notification launch the chooser using the above code so he can select your wallpaper.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created android live wallpaper application using AndEngine library. The wallpaper has a swing
I recently created my first android live wallpaper and it would not work on
I've created an Android live wallpaper and i'm trying to let a user choose
I created a live wallpaper service using AndEngine library. On screen there are a
I created a live wallpaper service using AndEngine library. On screen there is a
I created a preference files for my slide show Live Wallpaper. Most of the
I am developing a live update for my application. So far, I have created
I create a sample Live wallpaper application, My requirement is, the Live-wallpaper have a
I need your help. I need to create live wallpaper like this : Bikini
I am attempting to incorporate Windows Live ID in my application. First, I created

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.