Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created October 9, 2013 11:54
Show Gist options
  • Select an option

  • Save shaobin0604/6900079 to your computer and use it in GitHub Desktop.

Select an option

Save shaobin0604/6900079 to your computer and use it in GitHub Desktop.
invoke com.baidu.player
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_DEFAULT);
intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(Uri.parse("bdvideo://play/bdhd://375936432|681A2F2488B4A1F2DC13B177ADDA03C1|幸福的面条01.HDTV.rmvb"));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment