Fit To ScreenAnime wallpaper, measured against the screen it is going on

Most free wallpaper apps are advertising with a gallery attached

SECTION

DEVICES

ANSWERS

android wallpaper free

READ

6 min

FIGURE

diagram

Free Android wallpaper apps are advertising businesses with a gallery attached, and the price is paid in permissions, ad SDKs and a background service rather than in money.

FREE TO USEreleased by the rights holder, openly licensed, licensed from the artist, or made by youFREE TO DOWNLOADdescribes what a server permits, and nothing at all about what a licence permitsFREE APPpaid for in permissions, trackers and background services instead of money
THREE MEANINGS OF FREE. Three different things are called free on a phone, and only the first is about permission. The bands are equal because none of this is a quantity.

That is a description of a business model, not an accusation against every listing on the Play Store. Understanding what an app needs in order to make money tells you which listings to walk away from, and it raises the second question, which is whether the pictures inside were the app maker's to give away at all.

What a free wallpaper app is actually selling

A free wallpaper app sells your attention and your advertising identifiers, because those are the only assets it has. The gallery is the bait and the ad SDK is the product, and revenue comes from impressions counted against a device that can be recognized between sessions. Three consequences follow.

  • Ads have to be shown often, which is why a full screen ad appears between the picture and the Set button.
  • The identifier has to persist, which is why the app wants network access even to show images it already downloaded.
  • The app has to stay installed, which is why some add a widget, a notification channel or a changer that keeps a service running.

None of that requires malware and most of it is disclosed. The problem is that an app whose only job is to show a picture ends up with more running code and more permissions than the gallery that shipped with the phone, which does the same job with none of it.

The permissions a picture viewer needs, and the ones it does not

A wallpaper app needs three things: the ability to read images, the ability to set the wallpaper, and network access if it fetches a catalog. Every permission past those three is a question you are entitled to ask before installing.

PermissionLegitimate needWhat it usually means otherwise
Read media imagesOpening a picture you already haveReasonable, and required on modern Android
Set wallpaperThe core function of the appExpected, and granted without a prompt
Internet and network stateDownloading a catalogAlso feeds the ad SDK and the analytics call
Foreground or background serviceRotating the wallpaper on a scheduleUnnecessary if the app only shows a gallery
LocationAlmost never, on any wallpaper appAd targeting
Accessibility serviceNever, for a wallpaper appA strong reason not to install
Draw over other appsRare, and specific to overlaysAd interstitials outside the app

Accessibility service deserves a blunt sentence. It exists so screen readers and switch controls can operate the whole interface for a user, which means an app holding it can read and act on what is on screen. A gallery of pictures has no business asking for it.

How to read a listing before you install anything

To judge a listing, read the sections most people scroll past, in this order.

  1. Open the Data safety section and see what the developer says is collected and shared.
  2. Expand the permissions list on the store page rather than granting them at first run.
  3. Check the last update date, since an abandoned app keeps its permissions and stops getting fixes.
  4. Look at the developer's other apps, because a portfolio of near identical galleries is an ad network.
  5. Test whether it works with the network off, which shows whether the download was real.
  6. Compare the install size against the catalog, since a large binary for a thin gallery carries something else.

Asking for a recommendation on Reddit moves the problem rather than solving it, because the person answering rarely checked the permissions either. The list above takes about two minutes and depends on nobody's opinion.

Free to download and free to use are not the same thing

Free to download describes what a server will let you do. Free to use describes what a license permits, and on anime artwork the two almost never coincide. An app offering thousands of anime images is offering copies of other people's copyrighted drawings, and being free changes nothing about who owns them. Fan art is no escape route: the artist owns their own drawing, but the characters remain the rights holder's, so a fan artist cannot grant rights they never held.

Four categories of image are genuinely free to use. Work a rights holder released with stated terms, of which Studio Ghibli's set of stills published on ghibli.jp from September 2020, free to use within the bounds of common sense, is the plainest example. Work under an open license, where the exact Creative Commons terms decide what you may do: BY needs credit, NC forbids commercial use, and ND forbids derivatives, which matters because cropping to 1080 x 2400 is a derivative. Work licensed from the artist. And work you made yourself, the only case with no rights question at all. This site holds no image files and offers no downloads.

Setting a wallpaper with no app at all

To set an Android wallpaper without installing anything, open the image in the gallery or Photos app, use the menu to set it as a wallpaper, and choose whether it applies to the home screen, the lock screen or both. Every Android phone ships with this, and the launcher's own picker does the same job from the other direction.

Size the file for the panel first. The mainstream Android resolution is 1080 x 2400 and flagships run 1440 x 3120, with aspect ratios of 20:9 and 19.5:9 that are taller than any artwork is composed in. Android also asks for a file wider than the screen so the wallpaper can scroll between home screens, conventionally about twice the screen width where the launcher supports parallax, and many current launchers no longer scroll, in which case that width is cropped. The same picture is a different file on every device you own.

WHAT THIS COSTS

A live wallpaper is a video your device never stops decoding while the home screen is visible. It draws power the whole time that screen is showing and nothing at all when the display is off or an app is in front of it. A still image costs nothing once drawn.

Paid, open source, and the honest middle ground

Paying removes the advertising incentive and nothing else, so a paid app still needs its licensing checked. Wallpaper Engine is a Steam program that plays animated wallpapers on Windows, it is paid and has never had a free tier, and its content comes from the Steam Workshop, which is user uploads whose rights are whatever the uploader claims and frequently are not theirs to claim. A companion Wallpaper Engine for Android is sold separately and imports wallpapers from the desktop version, along with the same rights problem.

Open source is the cleanest software answer, since the code is inspectable and there is no ad SDK to fund: Lively Wallpaper on Windows and the cross platform ScreenPlay are both open source. Neither supplies artwork, which is the point. The program is only a frame, and on Android the frame you already own is the picker in the launcher.

Where to go next