Advertisement
Guest User

Untitled

a guest
Mar 9th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. Intent i = new Intent();
  2. i.setComponentName(new ComponentName("com.reicast.emulator","com.reicast.emulator.GL2JNIActivity"));
  3. i.setAction("android.intent.action.VIEW");
  4. i.setData(romFile.getAbsolutePath());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement