interface ResolvedIntent

Known direct subclasses
VerifiableIntent

A ResolvedIntent that can be marked as verified.


An Intent that has been processed to determine the set of packages to which it resolves.

Summary

Public functions

Boolean
canBeHandledBy(appPackage: String!)

Returns true if this recorded intent can be handled by an activity in the given package.

Intent!

Returns the underlying Intent.

Public functions

canBeHandledBy

fun canBeHandledBy(appPackage: String!): Boolean

Returns true if this recorded intent can be handled by an activity in the given package.

getIntent

fun getIntent(): Intent!

Returns the underlying Intent.