summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/WallpaperService.java
AgeCommit message (Collapse)Author
2009-08-05First bit of wallpaper work.Dianne Hackborn
This is mostly refactoring, adding a new WallpaperManager class that takes care of the old wallpaper APIs on Context, so we don't need to pollute Context with various new wallpaper APIs as they are needed. Also adds the first little definition of a wallpaper service, which is not yet used or useful.
2009-07-29Less log spew.Joe Onorato
2009-07-29Take ctate's suggestions from 9008.Joe Onorato
2009-07-29Only restore the bits for wallpapers that aren't built in.Joe Onorato
2009-06-24Start backing up wallpaperChristopher Tate
This CL does the following: + adds an AbsoluteFileBackupHelper class for managing backup of files known by absolute path, not based off of the app's getFilesDir() root + bumps up the collection interval from its testing-only default of 1 second to 3 minutes + adds a SystemBackupAgent class to the main system package and names it as the android:backupAgent for the main OS package. Right now this agent only backs up & restores the wallpaper file. + amend the Wallpaper Service to inform the Backup Manager when the wallpaper changes. On the subject of the 3-minute collection interval before the backup actually occurs: this can be short-circuited from an adb shell. Running the command 'bmgr run' will cause the Backup Manager to kick off any pending backup operations immediately.
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project