-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels