public class

Wallpaper

extends Activity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.cooliris.media.Wallpaper

Class Overview

Wallpaper picker for the camera application. This just redirects to the standard pick action.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
Wallpaper()
Protected Methods
void formatIntent(Intent intent)
void onActivityResult(int requestCode, int resultCode, Intent data)
void onCreate(Bundle icicle)
void onPause()
void onResume()
void onSaveInstanceState(Bundle icicle)
[Expand]
Inherited Methods
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public Wallpaper ()

Protected Methods

protected void formatIntent (Intent intent)

protected void onActivityResult (int requestCode, int resultCode, Intent data)

protected void onCreate (Bundle icicle)

protected void onPause ()

protected void onResume ()

protected void onSaveInstanceState (Bundle icicle)