Ronelg / android-youtube-player

Automatically exported from code.google.com/p/android-youtube-player
0 stars 0 forks source link

Hidden constructor called more than once per process! #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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