Loading core/java/android/app/Activity.java +2 −2 Original line number Diff line number Diff line Loading @@ -2861,7 +2861,7 @@ public class Activity extends ContextThemeWrapper /** * Like {@link #startActivity(Intent)}, but taking a IntentSender * to start; see * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int)} * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int, int)} * for more information. * * @param intent The IntentSender to launch. Loading Loading @@ -3003,7 +3003,7 @@ public class Activity extends ContextThemeWrapper /** * Like {@link #startActivityFromChild(Activity, Intent, int)}, but * taking a IntentSender; see * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int)} * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int, int)} * for more information. */ public void startIntentSenderFromChild(Activity child, IntentSender intent, Loading core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,7 @@ public abstract class Context { /** * Like {@link #startActivity(Intent)}, but taking a IntentSender * to start. If the IntentSender is for an activity, that activity will be started * as if you had called the regular {@link #startActivityForResult(Intent, int)} * as if you had called the regular {@link #startActivity(Intent)} * here; otherwise, its associated action will be executed (such as * sending a broadcast) as if you had called * {@link IntentSender#sendIntent IntentSender.sendIntent} on it. Loading Loading
core/java/android/app/Activity.java +2 −2 Original line number Diff line number Diff line Loading @@ -2861,7 +2861,7 @@ public class Activity extends ContextThemeWrapper /** * Like {@link #startActivity(Intent)}, but taking a IntentSender * to start; see * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int)} * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int, int)} * for more information. * * @param intent The IntentSender to launch. Loading Loading @@ -3003,7 +3003,7 @@ public class Activity extends ContextThemeWrapper /** * Like {@link #startActivityFromChild(Activity, Intent, int)}, but * taking a IntentSender; see * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int)} * {@link #startIntentSenderForResult(IntentSender, int, Intent, int, int, int)} * for more information. */ public void startIntentSenderFromChild(Activity child, IntentSender intent, Loading
core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,7 @@ public abstract class Context { /** * Like {@link #startActivity(Intent)}, but taking a IntentSender * to start. If the IntentSender is for an activity, that activity will be started * as if you had called the regular {@link #startActivityForResult(Intent, int)} * as if you had called the regular {@link #startActivity(Intent)} * here; otherwise, its associated action will be executed (such as * sending a broadcast) as if you had called * {@link IntentSender#sendIntent IntentSender.sendIntent} on it. Loading