|
9913 | 9913 | <Docs>
|
9914 | 9914 | <param name="child">The activity making the call.</param>
|
9915 | 9915 | <param name="intent">The intent to start.</param>
|
9916 |
| - <param name="requestCode">Reply request code. </param> |
9917 |
| - <summary>Same as calling <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android App Activity StartActivityFromChild(Android App Activity,Android Content Intent,Android Content Intent,Android Content Intent)';scope=Xamarin" title="M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)">M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)</a></format> |
9918 |
| - with no options.</summary> |
| 9916 | + <param name="requestCode">Reply request code. < 0 if reply is not requested.</param> |
| 9917 | + <summary>Same as calling <c>#startActivityFromChild(Activity, Intent, int, Bundle)</c> |
| 9918 | + with no options.</summary> |
9919 | 9919 | <remarks>
|
9920 |
| - <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
| 9920 | + <para> |
| 9921 | + <format type="text/html"> |
| 9922 | + <a href="https://developer.android.com/reference/android/app/Activity#startActivityFromChild(android.app.Activity,%20android.content.Intent,%20int)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int)</code>.</a> |
| 9923 | + </format> |
| 9924 | + </para> |
| 9925 | + <para> |
| 9926 | + Portions of this page are modifications based on work created and shared by the |
| 9927 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 9928 | + and used according to terms described in the |
| 9929 | + <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
9921 | 9930 | </remarks>
|
9922 | 9931 | <since version="Added in API level 1" />
|
9923 | 9932 | <exception cref="T:Android.Content.ActivityNotFoundException" />
|
|
9956 | 9965 | <Docs>
|
9957 | 9966 | <param name="child">The activity making the call.</param>
|
9958 | 9967 | <param name="intent">The intent to start.</param>
|
9959 |
| - <param name="requestCode">Reply request code. </param> |
| 9968 | + <param name="requestCode">Reply request code. < 0 if reply is not requested.</param> |
9960 | 9969 | <param name="options">Additional options for how the Activity should be started.
|
9961 |
| - See <see cref="M:Android.Content.Context.StartActivity(Android.Content.Intent,Android.OS.Bundle)" /> for more details.</param> |
| 9970 | + See <c>android.content.Context#startActivity(Intent, Bundle)</c> |
| 9971 | + Context.startActivity(Intent, Bundle)} for more details.</param> |
9962 | 9972 | <summary>This is called when a child activity of this one calls its
|
9963 |
| - <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Content Context StartActivity';scope=Xamarin" title="M:Android.Content.Context.StartActivity">M:Android.Content.Context.StartActivity</a></format> or <see cref="M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32)" /> method.</summary> |
| 9973 | + <c>#startActivity</c> or <c>#startActivityForResult</c> method.</summary> |
9964 | 9974 | <remarks>
|
9965 |
| - <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
| 9975 | + <para> |
| 9976 | + <format type="text/html"> |
| 9977 | + <a href="https://developer.android.com/reference/android/app/Activity#startActivityFromChild(android.app.Activity,%20android.content.Intent,%20int,%20android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int, android.os.Bundle)</code>.</a> |
| 9978 | + </format> |
| 9979 | + </para> |
| 9980 | + <para> |
| 9981 | + Portions of this page are modifications based on work created and shared by the |
| 9982 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 9983 | + and used according to terms described in the |
| 9984 | + <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
9966 | 9985 | </remarks>
|
9967 | 9986 | <since version="Added in API level 16" />
|
9968 | 9987 | <exception cref="T:Android.Content.ActivityNotFoundException" />
|
@@ -10000,11 +10019,20 @@
|
10000 | 10019 | <Docs>
|
10001 | 10020 | <param name="fragment">The fragment making the call.</param>
|
10002 | 10021 | <param name="intent">The intent to start.</param>
|
10003 |
| - <param name="requestCode">Reply request code. </param> |
10004 |
| - <summary>Same as calling <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android App Activity StartActivityFromFragment(Android App Fragment,Android Content Intent,Android Content Intent,Android Content Intent)';scope=Xamarin" title="M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)">M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)</a></format> |
10005 |
| - with no options.</summary> |
| 10022 | + <param name="requestCode">Reply request code. < 0 if reply is not requested.</param> |
| 10023 | + <summary>Same as calling <c>#startActivityFromFragment(Fragment, Intent, int, Bundle)</c> |
| 10024 | + with no options.</summary> |
10006 | 10025 | <remarks>
|
10007 |
| - <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
| 10026 | + <para> |
| 10027 | + <format type="text/html"> |
| 10028 | + <a href="https://developer.android.com/reference/android/app/Activity#startActivityFromFragment(android.app.Fragment,%20android.content.Intent,%20int)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int)</code>.</a> |
| 10029 | + </format> |
| 10030 | + </para> |
| 10031 | + <para> |
| 10032 | + Portions of this page are modifications based on work created and shared by the |
| 10033 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 10034 | + and used according to terms described in the |
| 10035 | + <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
10008 | 10036 | </remarks>
|
10009 | 10037 | <since version="Added in API level 11" />
|
10010 | 10038 | <exception cref="T:Android.Content.ActivityNotFoundException" />
|
@@ -10044,14 +10072,24 @@
|
10044 | 10072 | <Docs>
|
10045 | 10073 | <param name="fragment">The fragment making the call.</param>
|
10046 | 10074 | <param name="intent">The intent to start.</param>
|
10047 |
| - <param name="requestCode">Reply request code. </param> |
| 10075 | + <param name="requestCode">Reply request code. < 0 if reply is not requested.</param> |
10048 | 10076 | <param name="options">Additional options for how the Activity should be started.
|
10049 |
| - See <see cref="M:Android.Content.Context.StartActivity(Android.Content.Intent,Android.OS.Bundle)" /> for more details.</param> |
| 10077 | + See <c>android.content.Context#startActivity(Intent, Bundle)</c> |
| 10078 | + Context.startActivity(Intent, Bundle)} for more details.</param> |
10050 | 10079 | <summary>This is called when a Fragment in this activity calls its
|
10051 |
| - <see cref="M:Android.App.Fragment.StartActivity(Android.Content.Intent)" /> or <see cref="M:Android.App.Fragment.StartActivityForResult(Android.Content.Intent,System.Int32)" /> |
10052 |
| - method.</summary> |
| 10080 | + <c>Fragment#startActivity</c> or <c>Fragment#startActivityForResult</c> |
| 10081 | + method.</summary> |
10053 | 10082 | <remarks>
|
10054 |
| - <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
| 10083 | + <para> |
| 10084 | + <format type="text/html"> |
| 10085 | + <a href="https://developer.android.com/reference/android/app/Activity#startActivityFromFragment(android.app.Fragment,%20android.content.Intent,%20int,%20android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int, android.os.Bundle)</code>.</a> |
| 10086 | + </format> |
| 10087 | + </para> |
| 10088 | + <para> |
| 10089 | + Portions of this page are modifications based on work created and shared by the |
| 10090 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 10091 | + and used according to terms described in the |
| 10092 | + <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> |
10055 | 10093 | </remarks>
|
10056 | 10094 | <since version="Added in API level 16" />
|
10057 | 10095 | <exception cref="T:Android.Content.ActivityNotFoundException" />
|
|
0 commit comments