Loading core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2838,7 +2838,7 @@ public class Activity extends ContextThemeWrapper * item has been selected. * <p> * It is not safe to hold onto the context menu after this method returns. * {@inheritDoc} * */ public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { } Loading docs/html/distribute/googleplay/promote/badges.jd +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ var APP_LANGS = ['it','pt-br','pt-pt','nl','ko','ja','fr','es','es-419','en','de // variables for creating 'try it out' demo button var imagePath = "https://developer.android.com/images/brand/" var linkStart = "<a href=\"http://play.google.com/store/"; var linkStart = "<a href=\"https://play.google.com/store/"; var imageStart = "\">\n" + " <img alt=\""; // leaves opening for the alt text value Loading @@ -70,7 +70,7 @@ var imageSrc = "\"\n src=\"" + imagePath; var imageEnd = ".png\" />\n</a>"; // variables for creating code snippet var linkStartCode = "<a href=\"http://play.google.com/store/"; var linkStartCode = "<a href=\"https://play.google.com/store/"; var imageStartCode = "\">\n" + " <img alt=\""; // leaves opening for the alt text value Loading docs/html/training/sharing/send.jd +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); sendIntent.setType("text/plain"); startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to)</strong>); startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to))</strong>); </pre> <p>The resulting dialog is shown in figure 1.</p> Loading Loading
core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2838,7 +2838,7 @@ public class Activity extends ContextThemeWrapper * item has been selected. * <p> * It is not safe to hold onto the context menu after this method returns. * {@inheritDoc} * */ public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { } Loading
docs/html/distribute/googleplay/promote/badges.jd +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ var APP_LANGS = ['it','pt-br','pt-pt','nl','ko','ja','fr','es','es-419','en','de // variables for creating 'try it out' demo button var imagePath = "https://developer.android.com/images/brand/" var linkStart = "<a href=\"http://play.google.com/store/"; var linkStart = "<a href=\"https://play.google.com/store/"; var imageStart = "\">\n" + " <img alt=\""; // leaves opening for the alt text value Loading @@ -70,7 +70,7 @@ var imageSrc = "\"\n src=\"" + imagePath; var imageEnd = ".png\" />\n</a>"; // variables for creating code snippet var linkStartCode = "<a href=\"http://play.google.com/store/"; var linkStartCode = "<a href=\"https://play.google.com/store/"; var imageStartCode = "\">\n" + " <img alt=\""; // leaves opening for the alt text value Loading
docs/html/training/sharing/send.jd +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); sendIntent.setType("text/plain"); startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to)</strong>); startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to))</strong>); </pre> <p>The resulting dialog is shown in figure 1.</p> Loading