org.tamanegi.wallpaper.multipicture.plugin
クラス PictureSourceContract

java.lang.Object
  上位を拡張 org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract

public final class PictureSourceContract
extends Object

The contract between the live wallpaper and plugins.


フィールドの概要
static String ACTION_GET_PICTURE_SOURCE
          Activity Action: Start settings of plugin.
static String EXTRA_CLEAR_PREVIOUS
          Extra key of boolean value to preserve previous settings.
static String EXTRA_DESCRIPTION
          Extra key of String value for human readable description.
static String EXTRA_KEY
          Extra key of String value to indicate configuration key.
static String EXTRA_SERVICE_NAME
          Extra key of ComponentName value to indicate LazyPickService.
 
コンストラクタの概要
PictureSourceContract()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ACTION_GET_PICTURE_SOURCE

public static final String ACTION_GET_PICTURE_SOURCE
Activity Action: Start settings of plugin.
Input: EXTRA_KEY and EXTRA_CLEAR_PREVIOUS
Output: EXTRA_DESCRIPTION and EXTRA_SERVICE_NAME

Value: "org.tamanegi.wallpaper.multipicture.action.GET_PICTURE_SOURCE"

関連項目:
定数フィールド値

EXTRA_KEY

public static final String EXTRA_KEY
Extra key of String value to indicate configuration key.
This extra value can be used to key of SharedPreferences.

Value: "key"

関連項目:
定数フィールド値

EXTRA_CLEAR_PREVIOUS

public static final String EXTRA_CLEAR_PREVIOUS
Extra key of boolean value to preserve previous settings.
true if settings should reset settings even if previous settings exist.
false if settings should preserve previous settings.

Value: "clearPrevious"

関連項目:
定数フィールド値

EXTRA_DESCRIPTION

public static final String EXTRA_DESCRIPTION
Extra key of String value for human readable description.

Value: "description"

関連項目:
定数フィールド値

EXTRA_SERVICE_NAME

public static final String EXTRA_SERVICE_NAME
Extra key of ComponentName value to indicate LazyPickService.

Value: "serviceName"

関連項目:
定数フィールド値
コンストラクタの詳細

PictureSourceContract

public PictureSourceContract()