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? 