Skip to content

Start an external app with component [Shazam app] #50

@Danyzzz

Description

@Danyzzz

Hi guys,
I would like start a class recognition for shazam app with this parameters:

var sApp = startApp.set({
    "component": ["com.shazam.android", "com.shazam.android.intent.actions.START_TAGGING"]
});
sApp.start(function() { /* success */
    console.log("OK");
}, function(error) { /* fail */
    alert(error);
});

But there is an error :( How I can resolve?

img-20160507-wa0003

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions