What steps will reproduce the problem?
video_id=getIntent().getExtras().getString("video_id");
System.out.println("video_id : "+video_id);
Intent ytplayer = new Intent(null,Uri.parse("ytv://"+video_id),this,OpenYouTubePlayerActivity.class);
startActivity(ytplayer);
What is the expected output? What do you see instead?
i got error
TelephonyManager : Hidden constructor called more than once per process!
What version of the product are you using? On what operating system?
2.3.3
Original issue reported on code.google.com by jambuklu...@gmail.com on 22 Mar 2013 at 3:19
Original issue reported on code.google.com by
jambuklu...@gmail.com
on 22 Mar 2013 at 3:19