FileDocCategorySizeDatePackage
DrmWallpaper.javaAPI DocAndroid 1.5 API1028Wed May 06 22:42:42 BST 2009com.android.camera

DrmWallpaper

public class DrmWallpaper extends Wallpaper
Wallpaper picker for DRM images. This just redirects to the standard pick action.

Fields Summary
Constructors Summary
Methods Summary
protected voidformatIntent(android.content.Intent intent)

        super.formatIntent(intent);
        intent.putExtra("pick-drm", true);