Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8ca7d95 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Removed unused T-Mobile Intents.

parent cd1a2e3a
Loading
Loading
Loading
Loading
+0 −32
Original line number Diff line number Diff line
@@ -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()).
@@ -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).