Loading core/java/android/content/Intent.java +0 −32 Original line number Diff line number Diff line Loading @@ -1769,13 +1769,6 @@ public class Intent implements Parcelable { */ public static final String ACTION_APP_LAUNCH_FAILURE_RESET = "com.tmobile.intent.action.APP_LAUNCH_FAILURE_RESET"; /** * Activity Action: Pick wallpaper from a list. * Used instead of SET_WALLPAPER when we only need to pick wallpaper and do not set it. * @hide */ public static final String ACTION_PICK_WALLPAPER = "com.tmobile.intent.action.PICK_WALLPAPER"; // --------------------------------------------------------------------- // --------------------------------------------------------------------- // Standard intent categories (see addCategory()). Loading Loading @@ -2141,31 +2134,6 @@ public class Intent implements Parcelable { public static final String EXTRA_CLIENT_INTENT = "android.intent.extra.client_intent"; /** * Used as a string extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents to tell the caller how to access bitmap resource. * This can be either a Uri, a resource id or a relative path for raw resource. * * @hide */ public static final String EXTRA_WALLPAPER_IMAGE = "com.tmobile.intent.extra.WALLPAPER_IMAGE"; /** * Used as a string extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents to tell the caller the bitmap UI name (to be shown to the user). * * @hide */ public static final String EXTRA_WALLPAPER_IMAGE_NAME = "com.tmobile.intent.extra.WALLPAPER_IMAGE_NAME"; /** * Used as a bitmap extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents containing thumbnail image. * * @hide */ public static final String EXTRA_WALLPAPER_THUMBNAIL = "com.tmobile.intent.extra.EXTRA_WALLPAPER_THUMBNAIL"; // --------------------------------------------------------------------- // --------------------------------------------------------------------- // Intent flags (see mFlags variable). Loading Loading
core/java/android/content/Intent.java +0 −32 Original line number Diff line number Diff line Loading @@ -1769,13 +1769,6 @@ public class Intent implements Parcelable { */ public static final String ACTION_APP_LAUNCH_FAILURE_RESET = "com.tmobile.intent.action.APP_LAUNCH_FAILURE_RESET"; /** * Activity Action: Pick wallpaper from a list. * Used instead of SET_WALLPAPER when we only need to pick wallpaper and do not set it. * @hide */ public static final String ACTION_PICK_WALLPAPER = "com.tmobile.intent.action.PICK_WALLPAPER"; // --------------------------------------------------------------------- // --------------------------------------------------------------------- // Standard intent categories (see addCategory()). Loading Loading @@ -2141,31 +2134,6 @@ public class Intent implements Parcelable { public static final String EXTRA_CLIENT_INTENT = "android.intent.extra.client_intent"; /** * Used as a string extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents to tell the caller how to access bitmap resource. * This can be either a Uri, a resource id or a relative path for raw resource. * * @hide */ public static final String EXTRA_WALLPAPER_IMAGE = "com.tmobile.intent.extra.WALLPAPER_IMAGE"; /** * Used as a string extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents to tell the caller the bitmap UI name (to be shown to the user). * * @hide */ public static final String EXTRA_WALLPAPER_IMAGE_NAME = "com.tmobile.intent.extra.WALLPAPER_IMAGE_NAME"; /** * Used as a bitmap extra field in {@link com.tmobile.intent.action.PICK_WALLPAPER} * intents containing thumbnail image. * * @hide */ public static final String EXTRA_WALLPAPER_THUMBNAIL = "com.tmobile.intent.extra.EXTRA_WALLPAPER_THUMBNAIL"; // --------------------------------------------------------------------- // --------------------------------------------------------------------- // Intent flags (see mFlags variable). Loading