Example usage for Java android.content.pm LauncherActivityInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
ApplicationInfo | getApplicationInfo() Returns the application info for the appliction this activity belongs to. |
ComponentName | getComponentName() Returns the component name of this activity. |
CharSequence | getLabel() Retrieves the label for the activity. |
String | getName() Returns the name for the acitivty from android:name in the manifest. |
UserHandle | getUser() Returns the user handle of the user profile that this activity belongs to. |