Systemkern

com.android.wallpaperbackup

Risiko
Unbedenklich
Herkunft
Android selbst
Was es ist
Systemkern

Was es ist

Backs up and restores wallpaper and metadata related to it.

This agent has its own package because it does full backup as opposed to SystemBackupAgent which does key/value backup.

This class stages wallpaper files for backup by copying them into its own directory because of the following reasons:

Non-system users don't have permission to read the directory that the system stores the wallpaper files in

BackupAgent enforces that backed up files must live inside the package's getFilesDir()

There are 3 files to back up:

The "wallpaper info" file which contains metadata like the crop applied to the wallpaper or the live wallpaper component name.

The "system" wallpaper file.

An optional "lock" wallpaper, which is shown on the lockscreen instead of the system wallpaper if set.

On restore, the metadata file is parsed and WallpaperManager APIs are used to set the wallpaper.

Note that if there's a live wallpaper, the live wallpaper package name will be part of the metadata file and the wallpaper will be applied when the package it's installed.

Befehle

adb shell pm uninstall --user 0 com.android.wallpaperbackup

Um es rückgängig zu machen:

adb shell cmd package install-existing com.android.wallpaperbackup

Alle hier aufgeführten Deinstallationen gelten nur für das aktuelle Benutzerkonto: Das Systemabbild bleibt unangetastet, und der Wiederherstellungsbefehl holt die App aus der Kopie zurück, die ohnehin auf dem Gerät liegt. Es wird nichts heruntergeladen.

Quellen

Das hier ist nicht das Verzeichnis. Hier steht, was ein Paket im Allgemeinen ist; was auf Ihrem konkreten Fernseher passiert, steht im Eintrag zu Ihrem Modell, und der gilt. Dasselbe Paket kann auf einem Gerät überflüssig sein und auf einem anderen den Startbildschirm tragen.