Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nguyenlinhnttu/7cf44066f88d377e89cfbf2d1543a5dd to your computer and use it in GitHub Desktop.
Save nguyenlinhnttu/7cf44066f88d377e89cfbf2d1543a5dd to your computer and use it in GitHub Desktop.
Go our app in market
public void goapps(View v) {
Intent intent = new Intent("android.intent.action.VIEW");
intent.setData(Uri.parse("market://search?q=pub:ltsolution"));
startActivity(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment