Skip to content

No apps can perform this action #63

@RajaZahid

Description

@RajaZahid

We have installed our app on Dojo device when calling following INIT intent app is displayed "No apps can perform this action".

Its source is like following:

val sendIntent: Intent = Intent().apply {
action = "com.dojo.action.INIT"
type = "text/plain"
}
val shareIntent = Intent.createChooser(sendIntent, null)
shareIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_SINGLE_TOP)
startActivityForResult(shareIntent,REQUEST_CODE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions