Sony Addon SDK

Added in API level 2

public class

SmallApplicationManager

This project is no longer being supported and will not get any further updates.
extends java.lang.Object
  1. java.lang.Object
  2. com.sony.smallapp.SmallApplicationManager

Class Overview

Interact with the overall Small Apps in the system.

Summary

Public Methods
static void startApplication(android.content.Context context, android.content.Intent intent)

Launch the Small App asynchronously.

Public Methods

Added in API level 2 public static void startApplication(android.content.Context context, android.content.Intent intent)

Launch the Small App asynchronously. This method throws SmallAppNotFoundException if there was no Small App found to run the given Intent.

Parameters
context Context from which this method is called.
intent The description of the Small App to start.