diff --git a/core/java/android/content/pm/LauncherActivityInfo.java b/core/java/android/content/pm/LauncherActivityInfo.java index 98fee18643995..82d7b6361738d 100644 --- a/core/java/android/content/pm/LauncherActivityInfo.java +++ b/core/java/android/content/pm/LauncherActivityInfo.java @@ -129,6 +129,16 @@ public class LauncherActivityInfo { return mInternal.getActivityInfo().flags; } + /** + * Returns the ActivityInfo of the activity. + * + * @return Activity Info + * @hide + */ + public ActivityInfo getActivityInfo() { + return mInternal.getActivityInfo(); + } + /** * Returns the application info for the appliction this activity belongs to. * @return