Java android.content.pm LabeledIntent fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm LabeledIntent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm LabeledIntent.

The text is from its open source code.

Constructor

LabeledIntent(Intent origIntent, String sourcePackage, int labelRes, int icon)
Create a labeled intent from the given intent, supplying the label and icon resources for it.
LabeledIntent(Intent origIntent, String sourcePackage, CharSequence nonLocalizedLabel, int icon)
Create a labeled intent from the given intent, supplying a textual label and icon resource for it.

Method

IntentputExtra(String name, boolean value)
Add extended data to the intent.