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

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

Introduction

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

The text is from its open source code.

Constructor

Method

intgetIconResource()
Return the icon resource identifier to use for this match.
DrawableloadIcon(PackageManager pm)
Retrieve the current graphical icon associated with this resolution.
CharSequenceloadLabel(PackageManager pm)
Retrieve the current textual label associated with this resolution.
StringtoString()