Android app exits without any error in logcat when activity starts -
i have created keyboard , should start when button clicked not start on samsung tablet app exits without error in logcat app works correctly on emulator .below code inside onclicklistener of button
string = "http://www.youtube.com/results?search_query="; intent i= new intent("web.browser.gk.keyboard"); i.putextra("websearch", you); i.putextra("period", period); startactivityforresult(i,request_code);
can me identifying problem
Comments
Post a Comment