Loading docs/html/guide/topics/ui/actionbar.jd +1 −2 Original line number Original line Diff line number Diff line Loading @@ -772,8 +772,7 @@ public boolean onCreateOptionsMenu(Menu menu) { /** Defines a default (dummy) share intent to initialize the action provider. /** Defines a default (dummy) share intent to initialize the action provider. * However, as soon as the actual content to be used in the intent * However, as soon as the actual content to be used in the intent * is known or changes, you must update the share intent by again calling * is known or changes, you must update the share intent by again calling * mShareActionProvider.{@link * mShareActionProvider.{@link android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()} * android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()} */ */ private Intent getDefaultIntent() { private Intent getDefaultIntent() { Intent intent = new Intent(Intent.ACTION_SEND); Intent intent = new Intent(Intent.ACTION_SEND); Loading Loading
docs/html/guide/topics/ui/actionbar.jd +1 −2 Original line number Original line Diff line number Diff line Loading @@ -772,8 +772,7 @@ public boolean onCreateOptionsMenu(Menu menu) { /** Defines a default (dummy) share intent to initialize the action provider. /** Defines a default (dummy) share intent to initialize the action provider. * However, as soon as the actual content to be used in the intent * However, as soon as the actual content to be used in the intent * is known or changes, you must update the share intent by again calling * is known or changes, you must update the share intent by again calling * mShareActionProvider.{@link * mShareActionProvider.{@link android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()} * android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()} */ */ private Intent getDefaultIntent() { private Intent getDefaultIntent() { Intent intent = new Intent(Intent.ACTION_SEND); Intent intent = new Intent(Intent.ACTION_SEND); Loading