Share in Google+
问题 I need share link in Google+ from Android app. In documentation I saw this code: Button shareButton = (Button) findViewById(R.id.share_button); shareButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // Launch the Google+ share dialog with attribution. Intent shareIntent = ShareCompat.IntentBuilder.from(ExampleActivity.this) .setType("text/plain") .setText("Welcome to the Google+ platform. https://developers.google.com/+") .getIntent() .setPackage("com