Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public void run (View view) {
  2. Intent i = new Intent(this, videoviewted.class );
  3. String prod_arr[] = {"A"};
  4. prod_arr = new String[0];
  5. startActivity(i);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement