android-wallpaper Questions

1

Is this a bug with WallpaperManager in the latest versions of Android? When setting the wallpaper, it will automatically destroy and reload the current activity. This behaviour only seems to affect...
Ursulina asked 9/3, 2022 at 18:32

2

Note: Please don't mark it as duplicate as the same question is asked years back, which might have worked then, but not working now. using below code my wallpaper is either stretching to screen 2 a...
Micelle asked 8/3, 2022 at 21:15

3

I am trying to set as wallpaper through image link. My Question: How to show dialog box "loading Image from server" and now "Set wallpaper". After this Pop up appear to ask user...
Savoury asked 21/3, 2021 at 10:26

3

Solved

I want to create an app which allows the user set an image as wallpaper by clicking a button. This image would be located in an url, and the setting of wallpaper is performed via AsyncTask. I've fo...
Eastbourne asked 16/10, 2015 at 19:31

3

Solved

I use the code below to retrieve the android lock screen wallpaper on an android 8.1 phone: WallpaperManager manager = WallpaperManager.getInstance(getActivity()); ParcelFileDescriptor pfd = manag...
Metencephalon asked 21/12, 2018 at 8:51

2

Solved

So, there are two questions that are the same as this( How to use getCropAndSetWallpaperIntent method in WallpaperManager? AND How to use getCropAndSetWallpaperIntent? ), but there are no answers t...
Affiliation asked 10/6, 2015 at 2:43

3

Solved

I have a BroadcastReceiver and declared it like this: <receiver android:name="com.services.Receiver" android:enabled="true" android:exported="true" > <intent-filter android:priority=...
Forevermore asked 16/4, 2015 at 5:48

4

Solved

Why do I get a deprecation error on the line containing setWallpaper(bmp), and how can I resolve it? Error: The method setWallpaper(Bitmap) from the type Context is deprecated switch(v.getId()...
Sclera asked 3/3, 2013 at 19:58
1

© 2022 - 2024 — McMap. All rights reserved.