/**@class android.content.pm.ActivityPresentationInfo
@extends java.lang.Object

 Holds basic information about an activity.

 @hide
*/
var ActivityPresentationInfo = {

/***/
taskId : "null",
/***/
displayId : "null",
/***/
componentName : "null",

};