Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void run (View view) {
- Intent i = new Intent(this, videoviewted.class );
- String prod_arr[] = {"A"};
- prod_arr = new String[0];
- startActivity(i);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement