diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml index 985d368caf..0af4211177 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml @@ -1048,7 +1048,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Implement to return the implementation of the internal accessibility service interface. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceFlags.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceFlags.xml index bcd8e9c4a5..13f9ac3198 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceFlags.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceFlags.xml @@ -225,7 +225,7 @@ Services that want to set this flag have to declare this capability - in their meta-data by setting the attribute T:Android.Resource+Attribute to + in their meta-data by setting the attribute T:Android.Resource+Attribute to true, otherwise this flag will be ignored. For how to declare the meta-data of a service refer to . @@ -267,7 +267,7 @@ Services that want to set this flag have to declare this capability - in their meta-data by setting the attribute T:Android.Resource+Attribute to true, + in their meta-data by setting the attribute T:Android.Resource+Attribute to true, otherwise this flag will be ignored. For how to declare the meta-data of a service refer to . diff --git a/docs/Mono.Android/en/Android.Accounts/AccountManager.xml b/docs/Mono.Android/en/Android.Accounts/AccountManager.xml index 523ccdd799..fc24ea9163 100644 --- a/docs/Mono.Android/en/Android.Accounts/AccountManager.xml +++ b/docs/Mono.Android/en/Android.Accounts/AccountManager.xml @@ -406,12 +406,12 @@ The account to fetch an auth token for - The auth token type, see Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler) + The auth token type, see Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler) If true, display a notification and return null if authentication fails; if false, prompt and wait for the user to re-enter correct credentials before returning This convenience helper synchronously gets an auth token with - Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler). + Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1824,7 +1824,7 @@ Bundle key used for the auth token value in results - from Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler) and friends. + from Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler) and friends. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2066,7 +2066,7 @@ Bundle key used to supply the password directly in options to - Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler), rather than prompting the user with + Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler), rather than prompting the user with the standard password prompt. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2477,7 +2477,7 @@ The previously added listener to remove Removes an previously registered with - M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler). + M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/Animator.xml b/docs/Mono.Android/en/Android.Animation/Animator.xml index 5e9fe28ad8..a4ca179798 100644 --- a/docs/Mono.Android/en/Android.Animation/Animator.xml +++ b/docs/Mono.Android/en/Android.Animation/Animator.xml @@ -613,8 +613,8 @@ - Removes all M:Android.Animation.Animator.AddListener(.IAnimatorListener) - and M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener) from this object. + Removes all M:Android.Animation.Animator.AddListener(.IAnimatorListener) + and M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener) from this object. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml b/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml index 7bc4629c52..421ad3850d 100644 --- a/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml +++ b/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml @@ -462,7 +462,7 @@ The amount of time, in milliseconds, to delay starting the animation after - Android.Animation.AnimatorSet.start() is called. + Android.Animation.AnimatorSet.start() is called. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml b/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml index 0b6e8ee161..e3f96a3d74 100644 --- a/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml +++ b/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml @@ -1060,7 +1060,7 @@ The amount of time, in milliseconds, to delay starting the animation after - Android.Animation.ValueAnimator.start() is called. + Android.Animation.ValueAnimator.start() is called. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml index d1cbb0f3b5..6f5f9f9f7b 100644 --- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml +++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml @@ -693,7 +693,7 @@ The name of the package for which preferences are removed. Called by a profile owner or device owner to remove all persistent intent handler preferences - associated with the given package that were set by M:Android.App.Admin.DevicePolicyManager.AddPersistentPreferredActivity(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter). + associated with the given package that were set by M:Android.App.Admin.DevicePolicyManager.AddPersistentPreferredActivity(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2148,7 +2148,7 @@ 2 - Flag used by M:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter) to allow activities in + Flag used by M:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter) to allow activities in the managed profile to access intents sent from the parent profile. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2178,7 +2178,7 @@ 1 - Flag used by M:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter) to allow activities in + Flag used by M:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter(Android.Content.ComponentName,Android.Content.IntentFilter,Android.Content.IntentFilter) to allow activities in the parent profile to access intents sent from the managed profile. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -6691,9 +6691,9 @@ Which this request is associated with. The new desired quality. One of - Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_SOMETHING, - Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC_COMPLEX, - Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC + Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_SOMETHING, + Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_NUMERIC_COMPLEX, + Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC, Android.App.Admin.DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC or . Called by an application that is administering the device to set the diff --git a/docs/Mono.Android/en/Android.App.Backup/BackupDataInput.xml b/docs/Mono.Android/en/Android.App.Backup/BackupDataInput.xml index 50974b08d5..9c63ee5b1c 100644 --- a/docs/Mono.Android/en/Android.App.Backup/BackupDataInput.xml +++ b/docs/Mono.Android/en/Android.App.Backup/BackupDataInput.xml @@ -19,7 +19,7 @@ Provides the structured interface through which a reads information from the backup data set, via its - M:Android.App.Backup.BackupAgent.OnRestore(Android.App.Backup.BackupDataInput,System.Int32,System.Int32) + M:Android.App.Backup.BackupAgent.OnRestore(Android.App.Backup.BackupDataInput,System.Int32,System.Int32) method. diff --git a/docs/Mono.Android/en/Android.App.Backup/BackupDataOutput.xml b/docs/Mono.Android/en/Android.App.Backup/BackupDataOutput.xml index 28990a346e..21582a42b1 100644 --- a/docs/Mono.Android/en/Android.App.Backup/BackupDataOutput.xml +++ b/docs/Mono.Android/en/Android.App.Backup/BackupDataOutput.xml @@ -18,7 +18,7 @@ Provides the structured interface through which a commits - information to the backup data set, via its M:Android.App.Backup.BackupAgent.OnBackup(Android.OS.ParcelFileDescriptor,Android.App.Backup.BackupDataOutput,Android.App.Backup.BackupDataOutput) method. + information to the backup data set, via its M:Android.App.Backup.BackupAgent.OnBackup(Android.OS.ParcelFileDescriptor,Android.App.Backup.BackupDataOutput,Android.App.Backup.BackupDataOutput) method. diff --git a/docs/Mono.Android/en/Android.App.Job/JobInfo.xml b/docs/Mono.Android/en/Android.App.Job/JobInfo.xml index 49c3d74704..576fbff28e 100644 --- a/docs/Mono.Android/en/Android.App.Job/JobInfo.xml +++ b/docs/Mono.Android/en/Android.App.Job/JobInfo.xml @@ -81,8 +81,8 @@ Android.App.Job.BackoffPolicy - One of either Android.App.Job.JobInfo.BACKOFF_POLICY_EXPONENTIAL, or - Android.App.Job.JobInfo.BACKOFF_POLICY_LINEAR, depending on which criteria you set + One of either Android.App.Job.JobInfo.BACKOFF_POLICY_EXPONENTIAL, or + Android.App.Job.JobInfo.BACKOFF_POLICY_LINEAR, depending on which criteria you set when creating this job. To be added. @@ -606,7 +606,7 @@ System.Int64 - See JobInfo Builder setOverrideDeadline(long). + See JobInfo Builder setOverrideDeadline(long). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -711,9 +711,9 @@ Android.App.Job.NetworkType - One of Android.App.Job.JobInfo.NETWORK_TYPE_ANY, - Android.App.Job.JobInfo.NETWORK_TYPE_NONE, or - Android.App.Job.JobInfo.NETWORK_TYPE_UNMETERED. + One of Android.App.Job.JobInfo.NETWORK_TYPE_ANY, + Android.App.Job.JobInfo.NETWORK_TYPE_NONE, or + Android.App.Job.JobInfo.NETWORK_TYPE_UNMETERED. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Job/JobParameters.xml b/docs/Mono.Android/en/Android.App.Job/JobParameters.xml index de4cd65ca4..a149f1cd2e 100644 --- a/docs/Mono.Android/en/Android.App.Job/JobParameters.xml +++ b/docs/Mono.Android/en/Android.App.Job/JobParameters.xml @@ -327,7 +327,7 @@ System.Boolean - For jobs with JobInfo Builder setOverrideDeadline(long) set, this + For jobs with JobInfo Builder setOverrideDeadline(long) set, this provides an easy way to tell whether the job is being executed due to the deadline expiring. To be added. diff --git a/docs/Mono.Android/en/Android.App.Usage/UsageEvents.xml b/docs/Mono.Android/en/Android.App.Usage/UsageEvents.xml index 4bea43fc97..b769300533 100644 --- a/docs/Mono.Android/en/Android.App.Usage/UsageEvents.xml +++ b/docs/Mono.Android/en/Android.App.Usage/UsageEvents.xml @@ -149,7 +149,7 @@ Returns whether or not there are more events to read using - M:Android.App.Usage.UsageEvents.GetNextEvent(.Event). + M:Android.App.Usage.UsageEvents.GetNextEvent(.Event). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml index f1f732fbc2..8e743fb031 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml @@ -519,7 +519,7 @@ Listener to handle tab selection events - Set the T:Android.App.ActionBar+ITabListener that will handle switching to and from this tab. + Set the T:Android.App.ActionBar+ITabListener that will handle switching to and from this tab. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar.xml b/docs/Mono.Android/en/Android.App/ActionBar.xml index 000bee5dbb..8e90fcc68b 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar.xml @@ -1248,7 +1248,7 @@ A drawable to use for the up indicator, or null to use the theme's default Set an alternate drawable to display next to the icon/logo/title - when Android.App.ActionBar.DISPLAY_HOME_AS_UP is enabled. + when Android.App.ActionBar.DISPLAY_HOME_AS_UP is enabled. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1283,7 +1283,7 @@ Resource ID of a drawable to use for the up indicator, or null to use the theme's default Set an alternate drawable to display next to the icon/logo/title - when Android.App.ActionBar.DISPLAY_HOME_AS_UP is enabled. + when Android.App.ActionBar.DISPLAY_HOME_AS_UP is enabled. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Activity.xml b/docs/Mono.Android/en/Android.App/Activity.xml index 7911eb39ca..b0c1330b0f 100644 --- a/docs/Mono.Android/en/Android.App/Activity.xml +++ b/docs/Mono.Android/en/Android.App/Activity.xml @@ -448,8 +448,8 @@ modify this value, allowing you to identify incoming results. Default data to supply in the result, which may be modified by the sender. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, - Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, + Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by @@ -457,7 +457,7 @@ of the intent that can be supplied when the actual send happens. Create a new PendingIntent object which you can hand to others for them to use to send result data back to your - M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) callback. + M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) callback. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1842,7 +1842,7 @@ The arguments to selection, if any ?s are pesent SQL ORDER BY clause. Wrapper around - M:Android.Content.ContentResolver.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) + M:Android.Content.ContentResolver.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) that gives the resulting to call so that the activity will manage its lifecycle for you. @@ -2403,7 +2403,7 @@ This hook is called whenever the content view of the screen changes (due to a call to - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or ). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2819,7 +2819,7 @@ The panel being created. The menu inside the panel. Default implementation of - Window Callback onCreatePanelMenu(int,android view Menu) + Window Callback onCreatePanelMenu(int,android view Menu) for activities. To be added. @@ -2855,7 +2855,7 @@ Which panel is being created. Default implementation of - Window Callback onCreatePanelView(int) + Window Callback onCreatePanelView(int) for activities. To be added. @@ -2931,7 +2931,7 @@ The context the view is being created in. Inflation attributes as specified in XML file. Standard implementation of - LayoutInflater Factory onCreateView(java lang String,android content Context,android util AttributeSet) used when + LayoutInflater Factory onCreateView(java lang String,android content Context,android util AttributeSet) used when inflating with the LayoutInflater returned by . To be added. @@ -2976,7 +2976,7 @@ The context the view is being created in. Inflation attributes as specified in XML file. Standard implementation of - LayoutInflater Factory2 onCreateView(android view View,java lang String,android content Context,android util AttributeSet) + LayoutInflater Factory2 onCreateView(android view View,java lang String,android content Context,android util AttributeSet) used when inflating with the LayoutInflater returned by . To be added. @@ -3437,7 +3437,7 @@ The panel that the menu is in. The menu item that was selected. Default implementation of - Window Callback onMenuItemSelected(int,android view MenuItem) + Window Callback onMenuItemSelected(int,android view MenuItem) for activities. To be added. @@ -3630,8 +3630,8 @@ The new intent that was started for the activity. This is called for activities that set launchMode to "singleTop" in - their package, or if a client used the Android.Content.Intent.FLAG_ACTIVITY_SINGLE_TOP - flag when calling M:Android.Content.Context.StartActivity. + their package, or if a client used the Android.Content.Intent.FLAG_ACTIVITY_SINGLE_TOP + flag when calling M:Android.Content.Context.StartActivity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3737,7 +3737,7 @@ being displayed in the panel. Default implementation of - Window Callback onPanelClosed(int,android view Menu) for + Window Callback onPanelClosed(int,android view Menu) for activities. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -4113,7 +4113,7 @@ If onCreatePanelView() returned null, this is the Menu being displayed in the panel. Default implementation of - Window Callback onPreparePanel(int,android view View,android view Menu) + Window Callback onPreparePanel(int,android view View,android view Menu) for activities. To be added. @@ -5166,7 +5166,7 @@ A resource ID of the animation resource to use for the outgoing activity. Use 0 for no animation. - Call immediately after one of the flavors of M:Android.Content.Context.StartActivity + Call immediately after one of the flavors of M:Android.Content.Context.StartActivity or to specify an explicit transition animation to perform next. @@ -5251,7 +5251,7 @@ Postpone the entering activity transition when Activity was started with - Android.App.ActivityOptions.makeSceneTransitionAnimation(android.app.Activity,android.util.Pair android.view.View,java.lang.String ...). + Android.App.ActivityOptions.makeSceneTransitionAnimation(android.app.Activity,android.util.Pair android.view.View,java.lang.String ...). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5899,7 +5899,7 @@ Used to manipulate shared element transitions on the launched Activity. - When M:Android.App.ActivityOptions.MakeSceneTransitionAnimation(Android.App.Activity,Android.Views.View,Android.Views.View) was used to start an Activity, callback + When M:Android.App.ActivityOptions.MakeSceneTransitionAnimation(Android.App.Activity,Android.Views.View,Android.Views.View) was used to start an Activity, callback will be called to handle shared elements on the launched Activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5930,7 +5930,7 @@ Used to manipulate shared element transitions on the launching Activity. - When M:Android.App.ActivityOptions.MakeSceneTransitionAnimation(Android.App.Activity,Android.Views.View,Android.Views.View) was used to start an Activity, callback + When M:Android.App.ActivityOptions.MakeSceneTransitionAnimation(Android.App.Activity,Android.Views.View,Android.Views.View) was used to start an Activity, callback will be called to handle shared elements on the launching Activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -6773,7 +6773,7 @@ Arguments to pass through to the dialog. These will be saved and restored for you. Note that if the dialog is already created, will not be called with the new - arguments but M:Android.App.Activity.OnPrepareDialog(System.Int32,Android.App.Dialog,Android.App.Dialog) will be. + arguments but M:Android.App.Activity.OnPrepareDialog(System.Int32,Android.App.Dialog,Android.App.Dialog) will be. If you need to rebuild the dialog, call first. Show a dialog managed by this activity. To be added. @@ -6910,7 +6910,7 @@ The intent to start. If >= 0, this code will be returned in onActivityResult() when the activity exits. - Same as calling M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32,System.Int32) + Same as calling M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32,System.Int32) with no options. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7009,7 +7009,7 @@ The activity making the call. The intent to start. Reply request code. - Same as calling M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) + Same as calling M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) with no options. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7050,7 +7050,7 @@ Additional options for how the Activity should be started. See for more details. This is called when a child activity of this one calls its - M:Android.Content.Context.StartActivity or method. + M:Android.Content.Context.StartActivity or method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7086,7 +7086,7 @@ The fragment making the call. The intent to start. Reply request code. - Same as calling M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) + Same as calling M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) with no options. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7166,7 +7166,7 @@ If >= 0, this code will be returned in onActivityResult() when the activity exits, as described in . - Same as calling M:Android.App.Activity.StartActivityIfNeeded(Android.Content.Intent,System.Int32,System.Int32) + Same as calling M:Android.App.Activity.StartActivityIfNeeded(Android.Content.Intent,System.Int32,System.Int32) with no options. To be added. @@ -7259,14 +7259,14 @@ If >= 0, this code will be returned in onActivityResult() when the activity exits. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in flagsMask Always set to 0. - Same as calling M:Android.App.Activity.StartIntentSenderForResult(Android.Content.IntentSender,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) with no options. + Same as calling M:Android.App.Activity.StartIntentSenderForResult(Android.Content.IntentSender,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) with no options. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7318,7 +7318,7 @@ If >= 0, this code will be returned in onActivityResult() when the activity exits. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in @@ -7385,7 +7385,7 @@ To be added. To be added. To be added. - Same as calling M:Android.App.Activity.StartIntentSenderFromChild(Android.App.Activity,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender) with no options. + Same as calling M:Android.App.Activity.StartIntentSenderFromChild(Android.App.Activity,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender,Android.Content.IntentSender) with no options. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7442,9 +7442,9 @@ To be added. To be added. To be added. - Like M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent), but + Like M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent), but taking a IntentSender; see - M:Android.App.Activity.StartIntentSenderForResult(Android.Content.IntentSender,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + M:Android.App.Activity.StartIntentSenderForResult(Android.Content.IntentSender,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) for more information. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -7995,7 +7995,7 @@ searches. This data will be returned with SEARCH intent(s). Null if no extra data is required. - Similar to M:Android.App.Activity.StartSearch(System.String,System.Boolean,System.Boolean,System.Boolean), but actually fires off the search query after invoking + Similar to M:Android.App.Activity.StartSearch(System.String,System.Boolean,System.Boolean,System.Boolean), but actually fires off the search query after invoking the search dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml index d06f1ea34e..c56a9d9fc9 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml @@ -229,7 +229,7 @@ 400 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains background code that is expendable. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -289,7 +289,7 @@ 500 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any actively running code. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -320,7 +320,7 @@ 100 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the foreground UI. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -409,7 +409,7 @@ 130 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something that is considered to be actively perceptible to the user. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -465,7 +465,7 @@ Android.App.ImportanceReason - The reason for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, if any. + The reason for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, if any. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -492,7 +492,7 @@ Android.Content.ComponentName - For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this + For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this is the name of the component that is being used in this process. To be added. @@ -520,7 +520,7 @@ System.Int32 - For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this + For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this is the process ID of the other process that is a client of this process. To be added. @@ -553,7 +553,7 @@ 300 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services that should remain running. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -613,7 +613,7 @@ 200 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something that is actively visible to the user, though not in the immediate foreground. @@ -663,7 +663,7 @@ Last memory trim level reported to the process: corresponds to - the values supplied to M:Android.App.Application.OnTrimMemory. + the values supplied to M:Android.App.Application.OnTrimMemory. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -690,7 +690,7 @@ System.Int32 - An additional ordering within a particular P:Android.App.ActivityManager+RunningAppProcessInfo.Importance + An additional ordering within a particular P:Android.App.ActivityManager+RunningAppProcessInfo.Importance category, providing finer-grained information about the relative utility of processes within a category. To be added. @@ -837,7 +837,7 @@ 1 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's content providers is being used by another process. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -868,7 +868,7 @@ 2 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's content providers is being used by another process. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -899,7 +899,7 @@ 0 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has been specified for the reason for this level. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager.xml b/docs/Mono.Android/en/Android.App/ActivityManager.xml index e62a9735e8..e4470cc3b0 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager.xml @@ -106,8 +106,8 @@ the context that the new recents entry will be in. The Intent that describes the recents entry. This is the same Intent that you would have used to launch the activity for it. In generally you will want to set - both Android.Content.Intent.FLAG_ACTIVITY_NEW_DOCUMENT and - Android.Content.Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS; the latter is required since this recents + both Android.Content.Intent.FLAG_ACTIVITY_NEW_DOCUMENT and + Android.Content.Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS; the latter is required since this recents entry will exist without an activity, so it doesn't make sense to not retain it when its activity disappears. The given Intent here also must have an explicit ComponentName set on it. @@ -170,7 +170,7 @@ Return the current design dimensions for thumbnails, for use - with M:Android.App.ActivityManager.AddAppTask(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent). + with M:Android.App.ActivityManager.AddAppTask(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -475,7 +475,7 @@ actual number returned may be smaller, depending on how many tasks the user has started and the maximum number the system can remember. Information about what to return. May be any combination - of Android.App.ActivityManager.RECENT_WITH_EXCLUDED and Android.App.ActivityManager.RECENT_IGNORE_UNAVAILABLE. + of Android.App.ActivityManager.RECENT_WITH_EXCLUDED and Android.App.ActivityManager.RECENT_IGNORE_UNAVAILABLE. To be added. @@ -962,9 +962,9 @@ The identifier of the task to be moved, as found in or . Additional operational flags, 0 or more of - Android.App.ActivityManager.MOVE_TASK_WITH_HOME, Android.App.ActivityManager.MOVE_TASK_NO_USER_ACTION. + Android.App.ActivityManager.MOVE_TASK_WITH_HOME, Android.App.ActivityManager.MOVE_TASK_NO_USER_ACTION. - Equivalent to calling M:Android.App.ActivityManager.MoveTaskToFront(System.Int32,Android.App.MoveTaskFlags,Android.App.MoveTaskFlags) + Equivalent to calling M:Android.App.ActivityManager.MoveTaskToFront(System.Int32,Android.App.MoveTaskFlags,Android.App.MoveTaskFlags) with a null options argument. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1034,7 +1034,7 @@ The identifier of the task to be moved, as found in or . Additional operational flags, 0 or more of - Android.App.ActivityManager.MOVE_TASK_WITH_HOME, Android.App.ActivityManager.MOVE_TASK_NO_USER_ACTION. + Android.App.ActivityManager.MOVE_TASK_WITH_HOME, Android.App.ActivityManager.MOVE_TASK_NO_USER_ACTION. Additional options for the operation, either null or as per . diff --git a/docs/Mono.Android/en/Android.App/AlarmManager.xml b/docs/Mono.Android/en/Android.App/AlarmManager.xml index 6d1aba2736..f90fd30a56 100644 --- a/docs/Mono.Android/en/Android.App/AlarmManager.xml +++ b/docs/Mono.Android/en/Android.App/AlarmManager.xml @@ -185,7 +185,7 @@ 86400000 Available inexact recurrence interval recognized by - M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) + M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) when running on Android prior to API 19. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -214,7 +214,7 @@ 900000 Available inexact recurrence interval recognized by - M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) + M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) when running on Android prior to API 19. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -243,7 +243,7 @@ 43200000 Available inexact recurrence interval recognized by - M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) + M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) when running on Android prior to API 19. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -272,7 +272,7 @@ 1800000 Available inexact recurrence interval recognized by - M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) + M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) when running on Android prior to API 19. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -301,7 +301,7 @@ 3600000 Available inexact recurrence interval recognized by - M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) + M:Android.App.AlarmManager.SetInexactRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64) when running on Android prior to API 19. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -388,12 +388,12 @@ - One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, - Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. + One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, + Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. time in milliseconds that the alarm should go off, using the appropriate clock (depending on the alarm type). Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). @@ -478,7 +478,7 @@ To be added. Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). Schedule an alarm that represents an alarm clock. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -563,12 +563,12 @@ - One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, - Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. + One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, + Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. time in milliseconds that the alarm should go off, using the appropriate clock (depending on the alarm type). Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). Schedule an alarm to be delivered precisely at the stated time. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -695,8 +695,8 @@ - One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, - Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. + One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, + Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. time in milliseconds that the alarm should first go off, using the appropriate clock (depending on the alarm type). This is inexact: the alarm will not fire before this time, but there may be a @@ -707,11 +707,11 @@ INTERVAL_HALF_HOUR, INTERVAL_HOUR, INTERVAL_HALF_DAY, or INTERVAL_DAY then the alarm will be phase-aligned with other alarms to reduce the number of wakeups. Otherwise, the alarm will be set as though the - application had called M:Android.App.AlarmManager.SetRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64). As of API 19, all repeating + application had called M:Android.App.AlarmManager.SetRepeating(Android.App.AlarmType,System.Int64,System.Int64,System.Int64). As of API 19, all repeating alarms will be inexact and subject to batching with other alarms regardless of their stated repeat interval. Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). Schedule a repeating alarm that has inexact trigger time requirements; for example, an alarm that repeats every hour, but not necessarily at the top of every hour. @@ -763,14 +763,14 @@ - One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, - Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. + One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, + Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. time in milliseconds that the alarm should first go off, using the appropriate clock (depending on the alarm type). interval in milliseconds between subsequent repeats of the alarm. Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). Schedule a repeating alarm. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -879,8 +879,8 @@ - One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, - Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. + One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP, + Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP. The earliest time, in milliseconds, that the alarm should be delivered, expressed in the appropriate clock's units (depending on the alarm type). @@ -889,7 +889,7 @@ milliseconds after windowStartMillis. Note that this parameter is a duration, not the timestamp of the end of the window. Action to perform when the alarm goes off; - typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). + typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32). Schedule an alarm to be delivered within a given window of time. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager.xml b/docs/Mono.Android/en/Android.App/AppOpsManager.xml index e236bdee7a..20f8e64e7f 100644 --- a/docs/Mono.Android/en/Android.App/AppOpsManager.xml +++ b/docs/Mono.Android/en/Android.App/AppOpsManager.xml @@ -125,7 +125,7 @@ To be added. To be added. To be added. - Like M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32) but instead of throwing a it + Like M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32) but instead of throwing a it returns . To be added. @@ -195,7 +195,7 @@ To be added. To be added. Report that an application is no longer performing an operation that had previously - been started with M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32). + been started with M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -245,7 +245,7 @@ 0 - Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller is + Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller is allowed to perform the given operation. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -275,7 +275,7 @@ 3 - Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller should + Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller should use its default security check. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -305,7 +305,7 @@ 2 - Result from M:Android.App.AppOpsManager.CheckOpNoThrow(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOpNoThrow(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOpNoThrow(System.String,System.Int32,System.Int32): the + Result from M:Android.App.AppOpsManager.CheckOpNoThrow(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOpNoThrow(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOpNoThrow(System.String,System.Int32,System.Int32): the given caller is not allowed to perform the given operation, and this attempt should cause it to have a fatal error, typically a . @@ -336,7 +336,7 @@ 1 - Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller is + Result from M:Android.App.AppOpsManager.CheckOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32), M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32): the given caller is not allowed to perform the given operation, and this attempt should silently fail (it should not cause the app to crash). @@ -417,7 +417,7 @@ To be added. To be added. To be added. - Like M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32) but instead of throwing a it + Like M:Android.App.AppOpsManager.NoteOp(System.String,System.Int32,System.Int32) but instead of throwing a it returns . To be added. @@ -1452,7 +1452,7 @@ To be added. To be added. To be added. - Like M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32) but instead of throwing a it + Like M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32) but instead of throwing a it returns . To be added. @@ -1517,7 +1517,7 @@ To be added. - Stop monitoring that was previously started with M:Android.App.AppOpsManager.StartWatchingMode(System.String,System.String,System.String). + Stop monitoring that was previously started with M:Android.App.AppOpsManager.StartWatchingMode(System.String,System.String,System.String). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Dialog.xml b/docs/Mono.Android/en/Android.App/Dialog.xml index b7962a7fd2..abcf5d1a54 100644 --- a/docs/Mono.Android/en/Android.App/Dialog.xml +++ b/docs/Mono.Android/en/Android.App/Dialog.xml @@ -1028,7 +1028,7 @@ This hook is called whenever the content view of the screen changes (due to a call to - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or ). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/DialogFragmentStyle.xml b/docs/Mono.Android/en/Android.App/DialogFragmentStyle.xml index 2800957432..a5b9d15cd7 100644 --- a/docs/Mono.Android/en/Android.App/DialogFragmentStyle.xml +++ b/docs/Mono.Android/en/Android.App/DialogFragmentStyle.xml @@ -39,7 +39,7 @@ Style for : don't draw - any frame at all; the view hierarchy returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) + any frame at all; the view hierarchy returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) is entirely responsible for drawing the dialog. diff --git a/docs/Mono.Android/en/Android.App/DownloadVisibility.xml b/docs/Mono.Android/en/Android.App/DownloadVisibility.xml index 5d52aff5e5..1f0c653069 100644 --- a/docs/Mono.Android/en/Android.App/DownloadVisibility.xml +++ b/docs/Mono.Android/en/Android.App/DownloadVisibility.xml @@ -129,7 +129,7 @@ This download shows in the notifications after completion ONLY. It is usuable only with - M:Android.App.DownloadManager.AddCompletedDownload(System.String,System.String,System.String,System.String,System.String,System.String,System.String). + M:Android.App.DownloadManager.AddCompletedDownload(System.String,System.String,System.String,System.String,System.String,System.String,System.String). diff --git a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml index 242d718593..89342d99b1 100644 --- a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml +++ b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml @@ -17,7 +17,7 @@ - Thrown by M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) when + Thrown by M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) when there is an instantiation failure. diff --git a/docs/Mono.Android/en/Android.App/Fragment.xml b/docs/Mono.Android/en/Android.App/Fragment.xml index 4a981eef6c..088ebae5a3 100644 --- a/docs/Mono.Android/en/Android.App/Fragment.xml +++ b/docs/Mono.Android/en/Android.App/Fragment.xml @@ -652,7 +652,7 @@ To be added. To be added. - Like M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) but with a null + Like M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) but with a null argument Bundle. To be added. @@ -1492,7 +1492,7 @@ - Called when the view previously created by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) has + Called when the view previously created by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) has been detached from the fragment. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2204,11 +2204,11 @@ - The View returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup). + The View returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup). If non-null, this fragment is being re-constructed from a previous saved state as given here. - Called immediately after M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) + Called immediately after M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup) has returned, but before any saved state has been restored in to the view. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2671,7 +2671,7 @@ The fragment that is the target of this one. Optional request code, for convenience if you - are going to call back with M:Android.App.Fragment.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result). + are going to call back with M:Android.App.Fragment.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result). Optional target for this fragment. @@ -2794,7 +2794,7 @@ The intent to start. - Call M:Android.Content.Context.StartActivity from the fragment's + Call M:Android.Content.Context.StartActivity from the fragment's containing Activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2829,7 +2829,7 @@ Additional options for how the Activity should be started. See for more details. - Call Android.App.Activity.startActivity(android.content.Intent,android.os.Bundle) from the fragment's + Call Android.App.Activity.startActivity(android.content.Intent,android.os.Bundle) from the fragment's containing Activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2897,7 +2897,7 @@ To be added. To be added. To be added. - Call M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32,System.Int32) from the fragment's + Call M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32,System.Int32) from the fragment's containing Activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3190,7 +3190,7 @@ Android.Views.View - Get the root view for the fragment's layout (the one returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup)), + Get the root view for the fragment's layout (the one returned by M:Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.Views.ViewGroup)), if provided. To be added. diff --git a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs.xml b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs.xml index 81001d36a2..0467100d87 100644 --- a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs.xml +++ b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs.xml @@ -380,7 +380,7 @@ the title for the parent entry the short title for the parent entry - the View OnClickListener to be called when clicked. + the View OnClickListener to be called when clicked. A null will result in no action being taken when the parent entry is clicked. Inserts an optional parent entry at the first position in the breadcrumbs. diff --git a/docs/Mono.Android/en/Android.App/FragmentManager.xml b/docs/Mono.Android/en/Android.App/FragmentManager.xml index 2fe3a4d719..d44dc95e63 100644 --- a/docs/Mono.Android/en/Android.App/FragmentManager.xml +++ b/docs/Mono.Android/en/Android.App/FragmentManager.xml @@ -21,9 +21,9 @@

Developer Guides

While the FragmentManager API was introduced in - F:Android.OS.Build+VERSION_CODES.Honeycomb, a version of the API + F:Android.OS.Build+VERSION_CODES.Honeycomb, a version of the API at is also available for use on older platforms through - FragmentActivity .
+ FragmentActivity .
@@ -500,7 +500,7 @@ The bundle from which to retrieve the fragment reference. The name of the entry in the bundle. Retrieve the current Fragment instance for a reference previously - placed with M:Android.App.FragmentManager.PutFragment(Android.OS.Bundle,System.String,System.String). + placed with M:Android.App.FragmentManager.PutFragment(Android.OS.Bundle,System.String,System.String).
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1018,7 +1018,7 @@ To be added. Remove a listener that was previously added with - M:Android.App.FragmentManager.AddOnBackStackChangedListener(.IOnBackStackChangedListener). + M:Android.App.FragmentManager.AddOnBackStackChangedListener(.IOnBackStackChangedListener).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml index 4ef3b810cc..c0b7aadfe2 100644 --- a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml +++ b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml @@ -101,7 +101,7 @@ To be added. To be added. - Calls M:Android.App.FragmentTransaction.Add(System.Int32,Android.App.Fragment,Android.App.Fragment) with a 0 containerViewId. + Calls M:Android.App.FragmentTransaction.Add(System.Int32,Android.App.Fragment,Android.App.Fragment) with a 0 containerViewId. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -134,7 +134,7 @@ To be added. To be added. - Calls M:Android.App.FragmentTransaction.Add(System.Int32,Android.App.Fragment,Android.App.Fragment) with a null tag. + Calls M:Android.App.FragmentTransaction.Add(System.Int32,Android.App.Fragment,Android.App.Fragment) with a null tag. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -612,7 +612,7 @@ To be added. To be added. - Calls M:Android.App.FragmentTransaction.Replace(System.Int32,Android.App.Fragment,Android.App.Fragment) with a null tag. + Calls M:Android.App.FragmentTransaction.Replace(System.Int32,Android.App.Fragment,Android.App.Fragment) with a null tag. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Importance.xml b/docs/Mono.Android/en/Android.App/Importance.xml index 2b3bc2e469..41ea29d15b 100644 --- a/docs/Mono.Android/en/Android.App/Importance.xml +++ b/docs/Mono.Android/en/Android.App/Importance.xml @@ -38,7 +38,7 @@ 400 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains background code that is expendable. @@ -94,7 +94,7 @@ 500 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any actively running code. @@ -124,7 +124,7 @@ 100 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the foreground UI. @@ -206,7 +206,7 @@ 230 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something that is considered to be actively perceptible to the user. An example would be an application performing background music playback. @@ -263,7 +263,7 @@ 300 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services that should remain running. @@ -319,7 +319,7 @@ 200 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something that is actively visible to the user, though not in the immediate foreground. diff --git a/docs/Mono.Android/en/Android.App/ImportanceReason.xml b/docs/Mono.Android/en/Android.App/ImportanceReason.xml index 8fb1a8a0b0..e584c245d2 100644 --- a/docs/Mono.Android/en/Android.App/ImportanceReason.xml +++ b/docs/Mono.Android/en/Android.App/ImportanceReason.xml @@ -38,11 +38,11 @@ 1 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's content providers is being used by another process. The pid of - the client process is in P:Android.App.ActivityManager+RunningAppProcessInfo.Importance and the + the client process is in P:Android.App.ActivityManager+RunningAppProcessInfo.Importance and the target provider in this process is in - P:Android.App.ActivityManager+RunningAppProcessInfo.Importance. + P:Android.App.ActivityManager+RunningAppProcessInfo.Importance. @@ -71,11 +71,11 @@ 2 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's content providers is being used by another process. The pid of - the client process is in P:Android.App.ActivityManager+RunningAppProcessInfo.Importance and the + the client process is in P:Android.App.ActivityManager+RunningAppProcessInfo.Importance and the target provider in this process is in - P:Android.App.ActivityManager+RunningAppProcessInfo.Importance. + P:Android.App.ActivityManager+RunningAppProcessInfo.Importance. @@ -104,7 +104,7 @@ 0 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has + Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has been specified for the reason for this level. diff --git a/docs/Mono.Android/en/Android.App/Instrumentation.xml b/docs/Mono.Android/en/Android.App/Instrumentation.xml index d4597a57c8..d2813cfa38 100644 --- a/docs/Mono.Android/en/Android.App/Instrumentation.xml +++ b/docs/Mono.Android/en/Android.App/Instrumentation.xml @@ -129,7 +129,7 @@ The new ActivityMonitor to see. - Add a new T:Android.App.Instrumentation+ActivityMonitor that will be checked whenever an + Add a new T:Android.App.Instrumentation+ActivityMonitor that will be checked whenever an activity is started. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -169,8 +169,8 @@ Controls whether the monitor should block the activity start (returning its canned result) or let the call proceed. - A convenience wrapper for M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor) that - creates an intent filter matching T:Android.App.Instrumentation+ActivityMonitor for you and + A convenience wrapper for M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor) that + creates an intent filter matching T:Android.App.Instrumentation+ActivityMonitor for you and returns it. To be added. @@ -211,8 +211,8 @@ Controls whether the monitor should block the activity start (returning its canned result) or let the call proceed. - A convenience wrapper for M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor) that - creates a class matching T:Android.App.Instrumentation+ActivityMonitor for you and returns it. + A convenience wrapper for M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor) that + creates a class matching T:Android.App.Instrumentation+ActivityMonitor for you and returns it. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -892,7 +892,7 @@ The ActivityMonitor to check. The minimum number of hits required. - Test whether an existing T:Android.App.Instrumentation+ActivityMonitor has been hit. + Test whether an existing T:Android.App.Instrumentation+ActivityMonitor has been hit. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1565,8 +1565,8 @@ The monitor to remove. - Remove an T:Android.App.Instrumentation+ActivityMonitor that was previously added with - M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor). + Remove an T:Android.App.Instrumentation+ActivityMonitor that was previously added with + M:Android.App.Instrumentation.AddMonitor(.ActivityMonitor). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1814,7 +1814,7 @@ A motion event describing the pointer action. (As noted in - M:Android.Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64), be sure to use + M:Android.Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64), be sure to use as the timebase. Dispatch a pointer event. @@ -1918,7 +1918,7 @@ A motion event describing the trackball action. (As noted in - M:Android.Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64), be sure to use + M:Android.Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64), be sure to use as the timebase. Dispatch a trackball event. @@ -2396,7 +2396,7 @@ The ActivityMonitor to wait for. - Wait for an existing T:Android.App.Instrumentation+ActivityMonitor to be hit. + Wait for an existing T:Android.App.Instrumentation+ActivityMonitor to be hit. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2429,7 +2429,7 @@ The ActivityMonitor to wait for. The timeout value in secs. - Wait for an existing T:Android.App.Instrumentation+ActivityMonitor to be hit till the timeout + Wait for an existing T:Android.App.Instrumentation+ActivityMonitor to be hit till the timeout expires. To be added. diff --git a/docs/Mono.Android/en/Android.App/Notification+Style.xml b/docs/Mono.Android/en/Android.App/Notification+Style.xml index 83da1244a6..2154049e14 100644 --- a/docs/Mono.Android/en/Android.App/Notification+Style.xml +++ b/docs/Mono.Android/en/Android.App/Notification+Style.xml @@ -17,7 +17,7 @@ - An object that can apply a rich notification style to a T:Android.App.Notification+Builder + An object that can apply a rich notification style to a T:Android.App.Notification+Builder object. diff --git a/docs/Mono.Android/en/Android.App/Notification.xml b/docs/Mono.Android/en/Android.App/Notification.xml index ae263d7b92..7185502119 100644 --- a/docs/Mono.Android/en/Android.App/Notification.xml +++ b/docs/Mono.Android/en/Android.App/Notification.xml @@ -246,7 +246,7 @@ Array of all structures attached to this notification by - Notification Builder addAction(int,java lang CharSequence,android app PendingIntent). + Notification Builder addAction(int,java lang CharSequence,android app PendingIntent). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -861,7 +861,7 @@ System.Int32 - Accent color (an ARGB integer like the constants in T:Android.Graphics._Color) + Accent color (an ARGB integer like the constants in T:Android.Graphics._Color) to be applied by the standard Style templates when presenting this notification. To be added. @@ -1142,7 +1142,7 @@ key: this is the longer text shown in the big form of a notification, as supplied to - Notification BigTextStyle bigText(java lang CharSequence). + Notification BigTextStyle bigText(java lang CharSequence). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1321,7 +1321,7 @@ key: this is a small piece of additional text as supplied to - Notification Builder setContentInfo(java lang CharSequence). + Notification Builder setContentInfo(java lang CharSequence). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1352,7 +1352,7 @@ key: this is a bitmap to be used instead of the small icon when showing the notification payload, as - supplied to Notification Builder setLargeIcon(android graphics Bitmap). + supplied to Notification Builder setLargeIcon(android graphics Bitmap). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1379,9 +1379,9 @@ key: this is a bitmap to be used instead of the one from - Notification Builder setLargeIcon(android graphics Bitmap) when the notification is + Notification Builder setLargeIcon(android graphics Bitmap) when the notification is shown in its expanded form, as supplied to - Notification BigPictureStyle bigLargeIcon(android graphics Bitmap). + Notification BigPictureStyle bigLargeIcon(android graphics Bitmap). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1511,7 +1511,7 @@ key: A String array containing the people that this notification relates to, - each of which was supplied to Notification Builder addPerson(java lang String). + each of which was supplied to Notification Builder addPerson(java lang String). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1538,7 +1538,7 @@ key: this is a bitmap to be shown in expanded - notifications, supplied to Notification BigPictureStyle bigPicture(android graphics Bitmap). + notifications, supplied to Notification BigPictureStyle bigPicture(android graphics Bitmap). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1565,7 +1565,7 @@ key: this is the progress value supplied to - Notification Builder setProgress(int,int,boolean). + Notification Builder setProgress(int,int,boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1592,7 +1592,7 @@ key: whether the progress bar is indeterminate, supplied to - Notification Builder setProgress(int,int,boolean). + Notification Builder setProgress(int,int,boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1619,7 +1619,7 @@ key: this is the maximum value supplied to - Notification Builder setProgress(int,int,boolean). + Notification Builder setProgress(int,int,boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1723,7 +1723,7 @@ key: whether should be shown as a count-up timer (specifically a ) instead of a timestamp, as supplied to - Notification Builder setUsesChronometer(boolean). + Notification Builder setUsesChronometer(boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1750,7 +1750,7 @@ key: whether should be shown, - as supplied to Notification Builder setShowWhen(boolean). + as supplied to Notification Builder setShowWhen(boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1780,7 +1780,7 @@ key: this is the resource ID of the notification's main small icon, as - supplied to Notification Builder setSmallIcon(int). + supplied to Notification Builder setSmallIcon(int).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1807,7 +1807,7 @@ key: this is a third line of text, as supplied to - Notification Builder setSubText(java lang CharSequence). + Notification Builder setSubText(java lang CharSequence).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1888,7 +1888,7 @@ key: this is the main text payload, as supplied to - Notification Builder setContentText(java lang CharSequence). + Notification Builder setContentText(java lang CharSequence).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1915,7 +1915,7 @@ key: An array of CharSequences to show in expanded - notifications, each of which was supplied to Notification InboxStyle addLine(java lang CharSequence). + notifications, each of which was supplied to Notification InboxStyle addLine(java lang CharSequence).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1942,7 +1942,7 @@ key: this is the title of the notification, - as supplied to Notification Builder setContentTitle(java lang CharSequence). + as supplied to Notification Builder setContentTitle(java lang CharSequence).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1969,7 +1969,7 @@ key: this is the title of the notification when shown in expanded form, - e.g. as supplied to Notification BigTextStyle setBigContentTitle(java lang CharSequence). + e.g. as supplied to Notification BigTextStyle setBigContentTitle(java lang CharSequence).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/PendingIntent.xml b/docs/Mono.Android/en/Android.App/PendingIntent.xml index c650d0b63d..191dc5e4e5 100644 --- a/docs/Mono.Android/en/Android.App/PendingIntent.xml +++ b/docs/Mono.Android/en/Android.App/PendingIntent.xml @@ -248,12 +248,12 @@ the activity. Private request code for the sender Array of Intents of the activities to be launched. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts of the intent that can be supplied when the actual send happens. - Like M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), but allows an + Like M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), but allows an array of Intents to be supplied. To be added. @@ -298,13 +298,13 @@ the activity. Private request code for the sender Array of Intents of the activities to be launched. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts of the intent that can be supplied when the actual send happens. To be added. - Like M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), but allows an + Like M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), but allows an array of Intents to be supplied. To be added. @@ -348,7 +348,7 @@ the activity. Private request code for the sender Intent of the activity to be launched. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts @@ -398,7 +398,7 @@ the activity. Private request code for the sender Intent of the activity to be launched. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts @@ -449,7 +449,7 @@ the broadcast. Private request code for the sender The Intent to be broadcast. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts @@ -540,7 +540,7 @@ the service. Private request code for the sender An Intent describing the service to be started. - May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, + May be Android.App.PendingIntent.FLAG_ONE_SHOT, Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags as supported by to control which unspecified parts @@ -786,7 +786,7 @@ The Context of the caller. Result code to supply back to the PendingIntent's target. Additional Intent data. See for information on how this is applied to the - original Intent. If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this + original Intent. If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this pending intent was created, this argument will be ignored. Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use. @@ -837,7 +837,7 @@ Result code to supply back to the PendingIntent's target. Additional Intent data. See for information on how this is applied to the original Intent. Use null to not modify the original Intent. - If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this pending intent was + If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this pending intent was created, this argument will be ignored. The object to call back on when the send has completed, or null for no callback. @@ -899,7 +899,7 @@ Result code to supply back to the PendingIntent's target. Additional Intent data. See for information on how this is applied to the original Intent. Use null to not modify the original Intent. - If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this pending intent was + If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this pending intent was created, this argument will be ignored. The object to call back on when the send has completed, or null for no callback. diff --git a/docs/Mono.Android/en/Android.App/PendingIntentFlags.xml b/docs/Mono.Android/en/Android.App/PendingIntentFlags.xml index afd2fae5c3..f9c6730c22 100644 --- a/docs/Mono.Android/en/Android.App/PendingIntentFlags.xml +++ b/docs/Mono.Android/en/Android.App/PendingIntentFlags.xml @@ -43,8 +43,8 @@ 268435456 - Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and - M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent already exists, + Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and + M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent already exists, the current one is canceled before generating a new one. You can use this to retrieve a new PendingIntent when you are only changing the extra data in the Intent; by canceling the previous pending intent, @@ -105,8 +105,8 @@ 536870912 - Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and - M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent does not already + Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and + M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent does not already exist, then simply return null instead of creating it. @@ -136,8 +136,8 @@ 1073741824 - Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and - M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): this + Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and + M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): this PendingIntent can only be used once. If set, after is called on it, it will be automatically canceled for you and any future attempt to send through it will fail. @@ -169,8 +169,8 @@ 134217728 - Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and - M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent already exists, + Flag for use with M:Android.App.PendingIntent.GetActivity(Android.Content.Context,System.Int32,System.Int32,System.Int32), M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32), and + M:Android.App.PendingIntent.GetService(Android.Content.Context,System.Int32,System.Int32,System.Int32): if the described PendingIntent already exists, then keep it but its replace its extra data with what is in this new Intent. This can be used if you are creating intents where only the extras change, and don't care that any entities that received your diff --git a/docs/Mono.Android/en/Android.App/ProgressDialog.xml b/docs/Mono.Android/en/Android.App/ProgressDialog.xml index decdd4732b..c1b8ce26f2 100644 --- a/docs/Mono.Android/en/Android.App/ProgressDialog.xml +++ b/docs/Mono.Android/en/Android.App/ProgressDialog.xml @@ -432,7 +432,7 @@ - A string passed to Java.Lang.String.format(java.lang.String,java.lang.Object...); + A string passed to Java.Lang.String.format(java.lang.String,java.lang.Object...); use "%1d" for the current number and "%2d" for the maximum. If null, nothing will be shown. diff --git a/docs/Mono.Android/en/Android.App/SearchManager.xml b/docs/Mono.Android/en/Android.App/SearchManager.xml index b026dddf9c..b4912d3d1f 100644 --- a/docs/Mono.Android/en/Android.App/SearchManager.xml +++ b/docs/Mono.Android/en/Android.App/SearchManager.xml @@ -1851,7 +1851,7 @@ context here, in order to improve quality or specificity of its own searches. This data will be returned with SEARCH intent(s). Null if no extra data is required. - Similar to M:Android.App.SearchManager.StartSearch(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean) but actually fires off the search query after invoking + Similar to M:Android.App.SearchManager.StartSearch(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean) but actually fires off the search query after invoking the search dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Service.xml b/docs/Mono.Android/en/Android.App/Service.xml index 870ea0513a..d602b54bc2 100644 --- a/docs/Mono.Android/en/Android.App/Service.xml +++ b/docs/Mono.Android/en/Android.App/Service.xml @@ -198,7 +198,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. @@ -351,7 +351,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Called when new clients have connected to the service, after it had @@ -437,9 +437,9 @@ The Intent supplied to , as given. This may be null if the service is being restarted after its process has gone away, and it had previously returned anything - except Android.App.Service.START_STICKY_COMPATIBILITY. + except Android.App.Service.START_STICKY_COMPATIBILITY. Additional data about this start request. Currently either - 0, Android.App.Service.START_FLAG_REDELIVERY, or Android.App.Service.START_FLAG_RETRY. + 0, Android.App.Service.START_FLAG_REDELIVERY, or Android.App.Service.START_FLAG_RETRY. A unique integer representing this specific request to start. Use with . Called by the system every time a client explicitly starts the service by calling @@ -555,7 +555,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Called when all clients have disconnected from a particular interface published by the service. diff --git a/docs/Mono.Android/en/Android.App/SharedElementCallback.xml b/docs/Mono.Android/en/Android.App/SharedElementCallback.xml index b31c94cab6..f68b9f7334 100644 --- a/docs/Mono.Android/en/Android.App/SharedElementCallback.xml +++ b/docs/Mono.Android/en/Android.App/SharedElementCallback.xml @@ -161,9 +161,9 @@ The Context used to create the snapshot View. - The Parcelable returned by M:Android.App.SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View,Android.Graphics.Matrix,Android.Graphics.Matrix). + The Parcelable returned by M:Android.App.SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View,Android.Graphics.Matrix,Android.Graphics.Matrix). Reconstitutes a snapshot View from a Parcelable returned in - M:Android.App.SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View,Android.Graphics.Matrix,Android.Graphics.Matrix) to be used in Android.App.SharedElementCallback.onSharedElementStart(java.util.List java.lang.String ,java.util.List android.view.View ,java.util.List android.view.View ) and Android.App.SharedElementCallback.onSharedElementEnd(java.util.List java.lang.String ,java.util.List android.view.View ,java.util.List android.view.View ). + M:Android.App.SharedElementCallback.OnCaptureSharedElementSnapshot(Android.Views.View,Android.Graphics.Matrix,Android.Graphics.Matrix) to be used in Android.App.SharedElementCallback.onSharedElementStart(java.util.List java.lang.String ,java.util.List android.view.View ,java.util.List android.view.View ) and Android.App.SharedElementCallback.onSharedElementEnd(java.util.List java.lang.String ,java.util.List android.view.View ,java.util.List android.view.View ). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/StartCommandFlags.xml b/docs/Mono.Android/en/Android.App/StartCommandFlags.xml index d15b4e71ab..c049e65072 100644 --- a/docs/Mono.Android/en/Android.App/StartCommandFlags.xml +++ b/docs/Mono.Android/en/Android.App/StartCommandFlags.xml @@ -43,7 +43,7 @@ 1 - This flag is set in M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) if the Intent is a + This flag is set in M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) if the Intent is a re-delivery of a previously delivered intent, because the service had previously returned but had been killed before calling for that Intent. @@ -75,9 +75,9 @@ 2 - This flag is set in M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) if the Intent is a + This flag is set in M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) if the Intent is a a retry because the original attempt never got to or returned from - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). diff --git a/docs/Mono.Android/en/Android.App/StartCommandResult.xml b/docs/Mono.Android/en/Android.App/StartCommandResult.xml index 91b6b61cba..40a092e9fe 100644 --- a/docs/Mono.Android/en/Android.App/StartCommandResult.xml +++ b/docs/Mono.Android/en/Android.App/StartCommandResult.xml @@ -43,7 +43,7 @@ 15 - Bits returned by M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) describing how to continue + Bits returned by M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) describing how to continue the service if it is killed. May be , , , or . @@ -76,29 +76,23 @@ - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + This mode makes sense for things that want to do some work as a result of being started, but can be stopped when under memory pressure and will explicit start themselves again later to do more work. An example of such a service would be one that polls for data from a server: it could schedule an alarm to poll every N minutes by having - the alarm start its service. When its M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) is + the alarm start its service. When its M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) is called from the alarm, it schedules a new alarm for N minutes later, and spawns a thread to do its networking. If its process is killed while doing that check, the service will not be restarted until the @@ -131,14 +125,14 @@ 3 - Constant to return from M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags): if this service's + Constant to return from M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags): if this service's process is killed while it is started (after returning from - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags)), then it will be scheduled for a restart + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags)), then it will be scheduled for a restart and the last delivered Intent re-delivered to it again via - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). This Intent will remain scheduled for + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). This Intent will remain scheduled for redelivery until the service calls with the - start ID provided to M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). The - service will not receive a M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + start ID provided to M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags). The + service will not receive a M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) call with a null Intent because it will will only be re-started if it is not finished processing all Intents sent to it (and any such pending events will be delivered at the point of restart). @@ -171,21 +165,15 @@ - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + This mode makes sense for things that will be explicitly started and stopped to run for arbitrary periods of time, such as a service @@ -218,9 +206,9 @@ 0 - Constant to return from M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags): compatibility + Constant to return from M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags): compatibility version of that does not guarantee that - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) will be called again after being killed. + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) will be called again after being killed. diff --git a/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml b/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml index 584ec1ff26..d1f56944ed 100644 --- a/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml +++ b/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml @@ -337,8 +337,8 @@ Private request code for the sender - May be Android.App.PendingIntent.FLAG_ONE_SHOT, - Android.App.PendingIntent.FLAG_NO_CREATE, , + May be Android.App.PendingIntent.FLAG_ONE_SHOT, + Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags supported by to control which unspecified parts of the intent that can be supplied when the actual send happens. @@ -381,8 +381,8 @@ Private request code for the sender - May be Android.App.PendingIntent.FLAG_ONE_SHOT, - Android.App.PendingIntent.FLAG_NO_CREATE, , + May be Android.App.PendingIntent.FLAG_ONE_SHOT, + Android.App.PendingIntent.FLAG_NO_CREATE, , , or any of the flags supported by to control which unspecified parts of the intent that can be supplied when the actual send happens. diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager.xml b/docs/Mono.Android/en/Android.App/WallpaperManager.xml index 96e7f40d9c..a495302da6 100644 --- a/docs/Mono.Android/en/Android.App/WallpaperManager.xml +++ b/docs/Mono.Android/en/Android.App/WallpaperManager.xml @@ -312,7 +312,7 @@ System.String - Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper + Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper host when the user drops an object into an area of the host. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -339,7 +339,7 @@ System.String - Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper + Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper host when the user releases a secondary pointer on an empty area (not performing an action in the host). @@ -367,7 +367,7 @@ System.String - Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper + Command for M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String): reported by the wallpaper host when the user taps on an empty area (not performing an action in the host). diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseCallback.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseCallback.xml index 2c5a6446a2..387de2adca 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseCallback.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseCallback.xml @@ -157,7 +157,7 @@ The actual settings used for advertising, which may be different from what has been requested. - Callback triggered in response to M:Android.Bluetooth.LE.BluetoothLeAdvertiser.StartAdvertising(Android.Bluetooth.LE.AdvertiseSettings,Android.Bluetooth.LE.AdvertiseData,Android.Bluetooth.LE.AdvertiseData) indicating + Callback triggered in response to M:Android.Bluetooth.LE.BluetoothLeAdvertiser.StartAdvertising(Android.Bluetooth.LE.AdvertiseSettings,Android.Bluetooth.LE.AdvertiseData,Android.Bluetooth.LE.AdvertiseData) indicating that the advertising has been started successfully. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml index 9461455b9b..b857458dc8 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml @@ -190,9 +190,9 @@ Determines how this callback was triggered. Could be one of - Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_ALL_MATCHES, - Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_FIRST_MATCH or - Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_MATCH_LOST + Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_ALL_MATCHES, + Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_FIRST_MATCH or + Android.Bluetooth.LE.ScanSettings.CALLBACK_TYPE_MATCH_LOST A Bluetooth LE scan result. Callback when a BLE advertisement has been found. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHealth.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHealth.xml index cc6d97a13b..70d4c17116 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHealth.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHealth.xml @@ -246,7 +246,7 @@ The remote Bluetooth device. The application configuration which has been registered using - M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) + M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) Connect to a health device which has the . To be added. @@ -311,7 +311,7 @@ The remote Bluetooth device. The application configuration which has been registered using - M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) + M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) The channel id associated with the channel Disconnect a connected health channel. To be added. @@ -736,7 +736,7 @@ The health app configuration Unregister an application configuration that has been registered using - M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) + M:Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String,System.Int32,System.Int32) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/ComponentEnableOption.xml b/docs/Mono.Android/en/Android.Content.PM/ComponentEnableOption.xml index 5e5788ceae..ce929daa2f 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ComponentEnableOption.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ComponentEnableOption.xml @@ -39,7 +39,7 @@ Flag parameter for - M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) to indicate + M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) to indicate that you don't want to kill the app containing the component. Be careful when you set this since changing component states can make the containing application's behavior unpredictable. diff --git a/docs/Mono.Android/en/Android.Content.PM/ComponentEnabledState.xml b/docs/Mono.Android/en/Android.Content.PM/ComponentEnabledState.xml index 86d7589d35..4683dbdfe0 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ComponentEnabledState.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ComponentEnabledState.xml @@ -38,8 +38,8 @@ 0 - Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) - and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This + Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) + and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This component or application is in its default enabled state (as specified in its manifest). @@ -70,8 +70,8 @@ 2 - Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) - and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This + Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) + and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This component or application has been explicitly disabled, regardless of what it has specified in its manifest. @@ -102,7 +102,7 @@ 4 - Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) only: This + Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) only: This application should be considered, until the point where the user actually wants to use it. This means that it will not normally show up to the user (such as in the launcher), but various parts of the user interface can @@ -110,7 +110,7 @@ the user to select it (as for example an IME, device admin, etc). Such code, once the user has selected the app, should at that point also make it enabled. This option currently can not be used with - M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState). + M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState). @@ -139,12 +139,12 @@ 3 - Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) only: The + Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) only: The user has explicitly disabled the application, regardless of what it has specified in its manifest. Because this is due to the user's request, they may re-enable it if desired through the appropriate system UI. This option currently cannot be used with - M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState). + M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState). @@ -173,8 +173,8 @@ 1 - Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) - and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This + Flag for M:Android.Content.PM.PackageManager.SetApplicationEnabledSetting(System.String,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) + and M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState): This component or application has been explictily enabled, regardless of what it has specified in its manifest. diff --git a/docs/Mono.Android/en/Android.Content.PM/ConfigChanges.xml b/docs/Mono.Android/en/Android.Content.PM/ConfigChanges.xml index e75f96524d..27c5552753 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ConfigChanges.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ConfigChanges.xml @@ -71,7 +71,7 @@ Bit in that indicates that the activity can itself handle density changes. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -102,7 +102,7 @@ Bit in that indicates that the activity can itself handle changes to the font scaling factor. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. This is + F:Android.Resource+Attribute.ConfigChanges attribute. This is not a core resource configuration, but a higher-level value, so its constant starts at the high bits. @@ -135,7 +135,7 @@ Bit in that indicates that the activity can itself handle changes to the keyboard type. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -168,7 +168,7 @@ can itself handle changes to the keyboard or navigation being hidden/exposed. Note that inspite of the name, this applies to the changes to any hidden states: keyboard or navigation. - Set from the F:Android.Resource+Attribute.ConfigChanges attribute. + Set from the F:Android.Resource+Attribute.ConfigChanges attribute. @@ -199,7 +199,7 @@ Bit in that indicates that the activity can itself handle the change to layout direction. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -230,7 +230,7 @@ Bit in that indicates that the activity can itself handle changes to the locale. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -261,7 +261,7 @@ Bit in that indicates that the activity can itself handle changes to the IMSI MCC. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -292,7 +292,7 @@ Bit in that indicates that the activity can itself handle changes to the IMSI MNC. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -323,7 +323,7 @@ Bit in that indicates that the activity can itself handle changes to the navigation type. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -354,7 +354,7 @@ Bit in that indicates that the activity can itself handle changes to the screen orientation. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -385,7 +385,7 @@ Bit in that indicates that the activity can itself handle changes to the screen layout. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -416,9 +416,9 @@ Bit in that indicates that the activity can itself handle the screen size. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. This will be + F:Android.Resource+Attribute.ConfigChanges attribute. This will be set by default for applications that target an earlier version - than F:Android.OS.Build+VERSION_CODES.HoneycombMr2... + than F:Android.OS.Build+VERSION_CODES.HoneycombMr2... however, you will not see the bit set here becomes some applications incorrectly compare against an absolute value rather than correctly masking out the bits @@ -453,9 +453,9 @@ Bit in that indicates that the activity can itself handle the smallest screen size. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. This will be + F:Android.Resource+Attribute.ConfigChanges attribute. This will be set by default for applications that target an earlier version - than F:Android.OS.Build+VERSION_CODES.HoneycombMr2... + than F:Android.OS.Build+VERSION_CODES.HoneycombMr2... however, you will not see the bit set here becomes some applications incorrectly compare against an absolute value rather than correctly masking out the bits @@ -490,7 +490,7 @@ Bit in that indicates that the activity can itself handle changes to the touchscreen type. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. @@ -521,7 +521,7 @@ Bit in that indicates that the activity can itself handle the ui mode. Set from the - F:Android.Resource+Attribute.ConfigChanges attribute. + F:Android.Resource+Attribute.ConfigChanges attribute. diff --git a/docs/Mono.Android/en/Android.Content.PM/ConfigurationInfo.xml b/docs/Mono.Android/en/Android.Content.PM/ConfigurationInfo.xml index 3725dadc65..83ee7828ff 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ConfigurationInfo.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ConfigurationInfo.xml @@ -417,10 +417,10 @@ A flag indicating whether any keyboard is available. - one of: Android.Content.Res.Configuration.NAVIGATION_UNDEFINED, - Android.Content.Res.Configuration.NAVIGATION_DPAD, - Android.Content.Res.Configuration.NAVIGATION_TRACKBALL, - Android.Content.Res.Configuration.NAVIGATION_WHEEL + one of: Android.Content.Res.Configuration.NAVIGATION_UNDEFINED, + Android.Content.Res.Configuration.NAVIGATION_DPAD, + Android.Content.Res.Configuration.NAVIGATION_TRACKBALL, + Android.Content.Res.Configuration.NAVIGATION_WHEEL To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInfo.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInfo.xml index 165e5b5379..e4eb8c60ca 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageInfo.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageInfo.xml @@ -105,7 +105,7 @@ System.Collections.Generic.IList<Android.Content.PM.ActivityInfo> - Array of all R styleable AndroidManifestActivity tags included under <application>, + Array of all R styleable AndroidManifestActivity tags included under <application>, or null if there were none. To be added. @@ -188,7 +188,7 @@ Application specified preferred configuration - R styleable AndroidManifestUsesConfiguration tags included under <manifest>, + R styleable AndroidManifestUsesConfiguration tags included under <manifest>, or null if there were none. To be added. @@ -386,7 +386,7 @@ System.Collections.Generic.IList<Android.Content.PM.InstrumentationInfo> - Array of all R styleable AndroidManifestInstrumentation tags included under <manifest>, + Array of all R styleable AndroidManifestInstrumentation tags included under <manifest>, or null if there were none. To be added. @@ -489,7 +489,7 @@ System.Collections.Generic.IList<Android.Content.PM.PermissionInfo> - Array of all R styleable AndroidManifestPermission tags included under <manifest>, + Array of all R styleable AndroidManifestPermission tags included under <manifest>, or null if there were none. To be added. @@ -517,7 +517,7 @@ System.Collections.Generic.IList<Android.Content.PM.ProviderInfo> - Array of all R styleable AndroidManifestProvider tags included under <application>, + Array of all R styleable AndroidManifestProvider tags included under <application>, or null if there were none. To be added. @@ -545,7 +545,7 @@ System.Collections.Generic.IList<Android.Content.PM.ActivityInfo> - Array of all R styleable AndroidManifestReceiver tags included under <application>, + Array of all R styleable AndroidManifestReceiver tags included under <application>, or null if there were none. To be added. @@ -664,7 +664,7 @@ System.Collections.Generic.IList<System.String> - Array of all R styleable AndroidManifestUsesPermission tags included under <manifest>, + Array of all R styleable AndroidManifestUsesPermission tags included under <manifest>, or null if there were none. To be added. @@ -692,7 +692,7 @@ System.Collections.Generic.IList<System.Int32> - Array of flags of all R styleable AndroidManifestUsesPermission tags included under <manifest>, + Array of flags of all R styleable AndroidManifestUsesPermission tags included under <manifest>, or null if there were none. To be added. @@ -720,7 +720,7 @@ System.Collections.Generic.IList<Android.Content.PM.ServiceInfo> - Array of all R styleable AndroidManifestService tags included under <application>, + Array of all R styleable AndroidManifestService tags included under <application>, or null if there were none. To be added. diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml index 49d8f18431..160557b72b 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml @@ -439,7 +439,7 @@ mappings are to be removed. Remove all preferred activity mappings, previously added with - M:Android.Content.PM.PackageManager.AddPreferredActivity(Android.Content.IntentFilter,Android.Content.MatchResults,Android.Content.MatchResults,Android.Content.MatchResults), from the + M:Android.Content.PM.PackageManager.AddPreferredActivity(Android.Content.IntentFilter,Android.Content.MatchResults,Android.Content.MatchResults,Android.Content.MatchResults), from the system whose activities are implemented in the given package name. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -531,7 +531,7 @@ 1 Flag parameter for - M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) to indicate + M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) to indicate that you don't want to kill the app containing the component. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1020,7 +1020,7 @@ Feature for and : At least one of the cameras on the device supports the - Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING + Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING capability level. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1048,7 +1048,7 @@ Feature for and : At least one of the cameras on the device supports the - Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR + Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR capability level. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1076,7 +1076,7 @@ Feature for and : At least one of the cameras on the device supports the - Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_RAW + Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_RAW capability level. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5481,7 +5481,7 @@ 3600000 Can be used as the millisecondsToDelay argument for - M:Android.Content.PM.PackageManager.ExtendVerificationTimeout(System.Int32,Android.Content.PM.PackageInstallVerification,Android.Content.PM.PackageInstallVerification). + M:Android.Content.PM.PackageManager.ExtendVerificationTimeout(System.Int32,Android.Content.PM.PackageInstallVerification,Android.Content.PM.PackageInstallVerification). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5670,10 +5670,10 @@ The desired intent as per resolveActivity(). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . - You can also set Android.Content.PM.PackageManager.MATCH_ALL for preventing the filtering of the results. + You can also set Android.Content.PM.PackageManager.MATCH_ALL for preventing the filtering of the results. Retrieve all activities that can be performed for the given intent. To be added. @@ -5720,7 +5720,7 @@ first specific results. Can be null. The desired intent as per resolveActivity(). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . Retrieve a set of activities that should be presented to the user as similar options. @@ -5949,7 +5949,7 @@ An intent containing all of the desired specification (action, data, type, category, and/or component). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . Determine the best action to perform for a given Intent. To be added. @@ -6114,10 +6114,10 @@ The package name of the application to enable The new enabled state for the component. The legal values for this state are: - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED and - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT The last one removes the setting, thereby restoring the applications's state to whatever was set in its manifest (or enabled, by default). Optional behavior flags: or 0. @@ -6169,10 +6169,10 @@ The component to enable The new enabled state for the component. The legal values for this state are: - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED and - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT The last one removes the setting, thereby restoring the component's state to whatever was set in it's manifest (or enabled, by default). Optional behavior flags: or 0. diff --git a/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml b/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml index 8503bb4471..433df1097c 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml @@ -723,7 +723,7 @@ Only set when returned by - M:Android.Content.PM.PackageManager.QueryIntentActivityOptions(Android.Content.ComponentName,Android.Content.Intent[],Android.Content.Intent[],Android.Content.Intent[]), this tells you + M:Android.Content.PM.PackageManager.QueryIntentActivityOptions(Android.Content.ComponentName,Android.Content.Intent[],Android.Content.Intent[],Android.Content.Intent[]), this tells you which of the given specific intents this result came from. 0 is the first in the list, To be added. diff --git a/docs/Mono.Android/en/Android.Content.PM/ScreenOrientation.xml b/docs/Mono.Android/en/Android.Content.PM/ScreenOrientation.xml index fe76b9320b..524b91e3e5 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ScreenOrientation.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ScreenOrientation.xml @@ -39,7 +39,7 @@ Constant corresponding to behind in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -69,7 +69,7 @@ Constant corresponding to fullSensor in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -99,7 +99,7 @@ Constant corresponding to fullUser in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -129,7 +129,7 @@ Constant corresponding to landscape in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -159,7 +159,7 @@ Constant corresponding to locked in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -189,7 +189,7 @@ Constant corresponding to nosensor in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -219,7 +219,7 @@ Constant corresponding to portrait in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -249,7 +249,7 @@ Constant corresponding to reverseLandscape in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -279,7 +279,7 @@ Constant corresponding to reversePortrait in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -309,7 +309,7 @@ Constant corresponding to sensor in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -339,7 +339,7 @@ Constant corresponding to sensorLandscape in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -369,7 +369,7 @@ Constant corresponding to sensorPortrait in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -399,7 +399,7 @@ Constant corresponding to unspecified in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -429,7 +429,7 @@ Constant corresponding to user in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -459,7 +459,7 @@ Constant corresponding to userLandscape in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. @@ -489,7 +489,7 @@ Constant corresponding to userPortrait in - the F:Android.Resource+Attribute.ScreenOrientation attribute. + the F:Android.Resource+Attribute.ScreenOrientation attribute. diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml index 689a4fde93..8cc3d77f46 100644 --- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml +++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml @@ -528,7 +528,7 @@ -1 - Length used with C:Android.Content.Res.AssetFileDescriptor(Android.OS.ParcelFileDescriptor,System.Int64,System.Int64) + Length used with C:Android.Content.Res.AssetFileDescriptor(Android.OS.ParcelFileDescriptor,System.Int64,System.Int64) and when a length has not been declared. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml index bdcf4ba5ca..36cbd0896a 100644 --- a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml +++ b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml @@ -711,9 +711,9 @@ - The desired size, either Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_SMALL, - Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_NORMAL, Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_LARGE, or - Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_XLARGE. + The desired size, either Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_SMALL, + Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_NORMAL, Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_LARGE, or + Android.Content.Res.Configuration.SCREENLAYOUT_SIZE_XLARGE. Check if the Configuration's current is at least the given size. To be added. diff --git a/docs/Mono.Android/en/Android.Content.Res/TypedArray.xml b/docs/Mono.Android/en/Android.Content.Res/TypedArray.xml index ad146bd55e..a102e23d41 100644 --- a/docs/Mono.Android/en/Android.Content.Res/TypedArray.xml +++ b/docs/Mono.Android/en/Android.Content.Res/TypedArray.xml @@ -18,7 +18,7 @@ Container for an array of values that were retrieved with - Resources Theme obtainStyledAttributes(android util AttributeSet,int[],int,int) + Resources Theme obtainStyledAttributes(android util AttributeSet,int[],int,int) or . diff --git a/docs/Mono.Android/en/Android.Content/ActivityFlags.xml b/docs/Mono.Android/en/Android.Content/ActivityFlags.xml index 41867490d9..2c02c58d30 100644 --- a/docs/Mono.Android/en/Android.Content/ActivityFlags.xml +++ b/docs/Mono.Android/en/Android.Content/ActivityFlags.xml @@ -45,7 +45,7 @@ This flag is not normally set by application code, but set for you by the system as described in the - R styleable AndroidManifestActivity_launchMode documentation for the singleTask mode. + R styleable AndroidManifestActivity_launchMode documentation for the singleTask mode. @@ -704,7 +704,7 @@ If set, the new activity is not kept in the history stack. As soon as the user navigates away from it, the activity is finished. This may also - be set with the R styleable AndroidManifestActivity_noHistory attribute. + be set with the R styleable AndroidManifestActivity_noHistory attribute. diff --git a/docs/Mono.Android/en/Android.Content/AsyncQueryHandler.xml b/docs/Mono.Android/en/Android.Content/AsyncQueryHandler.xml index e6c2821e63..511716917c 100644 --- a/docs/Mono.Android/en/Android.Content/AsyncQueryHandler.xml +++ b/docs/Mono.Android/en/Android.Content/AsyncQueryHandler.xml @@ -191,9 +191,9 @@ the token to identify the query, passed in from - M:Android.Content.AsyncQueryHandler.StartDelete(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartDelete(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the cookie object that's passed in from - M:Android.Content.AsyncQueryHandler.StartDelete(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartDelete(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the result returned from the delete operation Called when an asynchronous delete is completed. @@ -228,9 +228,9 @@ the token to identify the query, passed in from - M:Android.Content.AsyncQueryHandler.StartInsert(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartInsert(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the cookie object that's passed in from - M:Android.Content.AsyncQueryHandler.StartInsert(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartInsert(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the uri returned from the insert operation. Called when an asynchronous insert is completed. @@ -265,8 +265,8 @@ the token to identify the query, passed in from - M:Android.Content.AsyncQueryHandler.StartQuery(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). - the cookie object passed in from M:Android.Content.AsyncQueryHandler.StartQuery(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartQuery(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + the cookie object passed in from M:Android.Content.AsyncQueryHandler.StartQuery(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). The cursor holding the results from the query. Called when an asynchronous query is completed. @@ -301,9 +301,9 @@ the token to identify the query, passed in from - M:Android.Content.AsyncQueryHandler.StartUpdate(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartUpdate(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the cookie object that's passed in from - M:Android.Content.AsyncQueryHandler.StartUpdate(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). + M:Android.Content.AsyncQueryHandler.StartUpdate(System.Int32,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object,Java.Lang.Object). the result returned from the update operation Called when an asynchronous update is completed. @@ -339,9 +339,9 @@ - A token passed into M:Android.Content.AsyncQueryHandler.OnDeleteComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify + A token passed into M:Android.Content.AsyncQueryHandler.OnDeleteComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify the delete operation. - An object that gets passed into M:Android.Content.AsyncQueryHandler.OnDeleteComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) + An object that gets passed into M:Android.Content.AsyncQueryHandler.OnDeleteComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) the Uri passed to the delete operation. the where clause. @@ -378,9 +378,9 @@ - A token passed into M:Android.Content.AsyncQueryHandler.OnInsertComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify + A token passed into M:Android.Content.AsyncQueryHandler.OnInsertComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify the insert operation. - An object that gets passed into M:Android.Content.AsyncQueryHandler.OnInsertComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) + An object that gets passed into M:Android.Content.AsyncQueryHandler.OnInsertComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) the Uri passed to the insert operation. the ContentValues parameter passed to the insert operation. @@ -419,9 +419,9 @@ - A token passed into M:Android.Content.AsyncQueryHandler.OnQueryComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify + A token passed into M:Android.Content.AsyncQueryHandler.OnQueryComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify the query. - An object that gets passed into M:Android.Content.AsyncQueryHandler.OnQueryComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) + An object that gets passed into M:Android.Content.AsyncQueryHandler.OnQueryComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) The URI, using the content:// scheme, for the content to retrieve. A list of which columns to return. Passing null will @@ -471,9 +471,9 @@ - A token passed into M:Android.Content.AsyncQueryHandler.OnUpdateComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify + A token passed into M:Android.Content.AsyncQueryHandler.OnUpdateComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) to identify the update operation. - An object that gets passed into M:Android.Content.AsyncQueryHandler.OnUpdateComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) + An object that gets passed into M:Android.Content.AsyncQueryHandler.OnUpdateComplete(System.Int32,Java.Lang.Object,Java.Lang.Object) the Uri passed to the update operation. the ContentValues parameter passed to the update operation. diff --git a/docs/Mono.Android/en/Android.Content/Bind.xml b/docs/Mono.Android/en/Android.Content/Bind.xml index 2569218fce..2236eea62f 100644 --- a/docs/Mono.Android/en/Android.Content/Bind.xml +++ b/docs/Mono.Android/en/Android.Content/Bind.xml @@ -38,7 +38,7 @@ 8 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): indicates that the client application + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): indicates that the client application binding to this service considers the service to be more important than the app itself. When set, the platform will try to have the out of memory killer kill the app before it kills the service it is bound to, though @@ -71,7 +71,7 @@ 128 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): If binding from an activity, allow the + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): If binding from an activity, allow the target service's process importance to be raised based on whether the activity is visible to the user, regardless whether another flag is used to reduce the amount that the client process's overall importance @@ -104,7 +104,7 @@ 16 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): allow the process hosting the bound + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): allow the process hosting the bound service to go through its normal memory management. It will be treated more like a running service, allowing the system to (temporarily) expunge the process if low on memory or for some other @@ -139,16 +139,12 @@ - - - M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) - - - - - M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) - - + + M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) + + + M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) + Note that prior to , @@ -190,7 +186,7 @@ 2 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): include debugging help for mismatched + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): include debugging help for mismatched calls to unbind. When this flag is set, the callstack of the following call is retained, to be printed if a later incorrect unbind call is made. Note that doing this requires retaining @@ -250,7 +246,7 @@ 64 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): this service is very important to + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): this service is very important to the client, so should be brought to the foreground process level when the client is. Normally a process can only be raised to the visibility level by a client, even if that client is in the foreground. @@ -308,7 +304,7 @@ 4 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): don't allow this binding to raise + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): don't allow this binding to raise the target service's process to the foreground scheduling priority. It will still be raised to at least the same memory priority as the client (so that its process will not be killable in any @@ -344,7 +340,7 @@ 32 - Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): don't impact the scheduling or + Flag for M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection): don't impact the scheduling or memory management priority of the target service's hosting process. Allows the service's process to be managed on the background LRU list just like a regular application process in the background. diff --git a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml index 1315df5880..de6635496e 100644 --- a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml +++ b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml @@ -311,7 +311,7 @@ To be added. To be added. To be added. - Version of M:Android.Content.BroadcastReceiver.SetResult(Android.App.Result,System.String,System.String) for + Version of M:Android.Content.BroadcastReceiver.SetResult(Android.App.Result,System.String,System.String) for asynchronous broadcast handling. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ComponentCallbacks2.xml b/docs/Mono.Android/en/Android.Content/ComponentCallbacks2.xml index 27da12bca8..31ef4c4d69 100644 --- a/docs/Mono.Android/en/Android.Content/ComponentCallbacks2.xml +++ b/docs/Mono.Android/en/Android.Content/ComponentCallbacks2.xml @@ -54,7 +54,7 @@ 40 - Level for M:Android.App.Application.OnTrimMemory: the process has gone on to the + Level for M:Android.App.Application.OnTrimMemory: the process has gone on to the LRU list. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -85,7 +85,7 @@ 80 - Level for M:Android.App.Application.OnTrimMemory: the process is nearing the end + Level for M:Android.App.Application.OnTrimMemory: the process is nearing the end of the background LRU list, and if more memory isn't found soon it will be killed. @@ -117,7 +117,7 @@ 60 - Level for M:Android.App.Application.OnTrimMemory: the process is around the middle + Level for M:Android.App.Application.OnTrimMemory: the process is around the middle of the background LRU list; freeing memory can help the system keep other processes running later in the list for better overall performance. @@ -149,7 +149,7 @@ 15 - Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable + Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable background process, but the device is running extremely low on memory and is about to not be able to keep any background processes running. @@ -181,7 +181,7 @@ 10 - Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable + Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable background process, but the device is running low on memory. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -212,7 +212,7 @@ 5 - Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable + Level for M:Android.App.Application.OnTrimMemory: the process is not an expendable background process, but the device is running moderately low on memory. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -243,7 +243,7 @@ 20 - Level for M:Android.App.Application.OnTrimMemory: the process had been showing + Level for M:Android.App.Application.OnTrimMemory: the process had been showing a user interface, and is no longer doing so. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentProviderClient.xml b/docs/Mono.Android/en/Android.Content/ContentProviderClient.xml index e051c1f13a..a1ac538c00 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProviderClient.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProviderClient.xml @@ -153,7 +153,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.Call(System.String,System.String,System.String) + See M:Android.Content.ContentProvider.Call(System.String,System.String,System.String) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -250,7 +250,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.Delete(Android.Net.Uri,System.String,System.String) + See M:Android.Content.ContentProvider.Delete(Android.Net.Uri,System.String,System.String) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -577,7 +577,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.OpenTypedAssetFile(Android.Net.Uri,System.String,System.String) + See M:Android.Content.ContentProvider.OpenTypedAssetFile(Android.Net.Uri,System.String,System.String) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -616,7 +616,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.OpenTypedAssetFile(Android.Net.Uri,System.String,System.String) + See M:Android.Content.ContentProvider.OpenTypedAssetFile(Android.Net.Uri,System.String,System.String) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -692,7 +692,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) + See M:Android.Content.ContentProvider.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -734,7 +734,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) + See M:Android.Content.ContentProvider.Query(Android.Net.Uri,System.String[],System.String[],System.String[],System.String[]) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -911,7 +911,7 @@ To be added. To be added. To be added. - See M:Android.Content.ContentProvider.Update(Android.Net.Uri,Android.Content.ContentValues,Android.Content.ContentValues,Android.Content.ContentValues) + See M:Android.Content.ContentProvider.Update(Android.Net.Uri,Android.Content.ContentValues,Android.Content.ContentValues,Android.Content.ContentValues) To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml index cdce92686e..b52c7fc75c 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml @@ -72,7 +72,7 @@ - Create a ContentProviderOperation from this T:Android.Content.ContentProviderOperation+Builder. + Create a ContentProviderOperation from this T:Android.Content.ContentProviderOperation+Builder. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentProviderOperation.xml b/docs/Mono.Android/en/Android.Content/ContentProviderOperation.xml index aeb606331e..4ffa2c8775 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProviderOperation.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProviderOperation.xml @@ -397,7 +397,7 @@ To be added. Create a suitable for building a to assert a set of values as provided - through ContentProviderOperation Builder withValues(android content ContentValues). + through ContentProviderOperation Builder withValues(android content ContentValues). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -524,7 +524,7 @@ an array of previous results the number of valid previous results in backRefs The Selection Arguments back references are represented as a Map of Integer->Integer where - the key is an index into the selection argument array (see ContentProviderOperation Builder withSelection(java lang String,java lang String[])) + the key is an index into the selection argument array (see ContentProviderOperation Builder withSelection(java lang String,java lang String[])) and the value is the index of the previous result that should be used for that selection argument array slot. To be added. diff --git a/docs/Mono.Android/en/Android.Content/ContentResolver.xml b/docs/Mono.Android/en/Android.Content/ContentResolver.xml index f049e047e5..35776adde5 100644 --- a/docs/Mono.Android/en/Android.Content/ContentResolver.xml +++ b/docs/Mono.Android/en/Android.Content/ContentResolver.xml @@ -915,7 +915,7 @@ pattern. Query for the possible MIME types for the representations the given content URL can be returned when opened as as stream with - M:Android.Content.ContentResolver.OpenTypedAssetFileDescriptor(Android.Net.Uri,System.String,System.String). + M:Android.Content.ContentResolver.OpenTypedAssetFileDescriptor(Android.Net.Uri,System.String,System.String). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Context.xml b/docs/Mono.Android/en/Android.Content/Context.xml index 13df687bdd..0efd94f883 100644 --- a/docs/Mono.Android/en/Android.Content/Context.xml +++ b/docs/Mono.Android/en/Android.Content/Context.xml @@ -420,10 +420,10 @@ Receives information as the service is started and stopped. This must be a valid ServiceConnection object; it must not be null. Operation options for the binding. May be 0, - Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, - Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, - Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or - Android.Content.Context.BIND_WAIVE_PRIORITY. + Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, + Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, + Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or + Android.Content.Context.BIND_WAIVE_PRIORITY. Connect to an application service, creating it if needed. To be added. @@ -1279,8 +1279,8 @@ Name of the application's package. - Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE - or Android.Content.Context.CONTEXT_IGNORE_SECURITY. + Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE + or Android.Content.Context.CONTEXT_IGNORE_SECURITY. Return a new Context object for the given application name. To be added. @@ -2063,7 +2063,7 @@ The name of the database for which you would like to get its path. Returns the absolute path on the filesystem where a database created with - M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored. + M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2715,8 +2715,8 @@ The desired access modes. Any combination of , , - Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or - Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. + Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or + Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. Grant permission to access a specific Uri to another package, regardless of whether that package has general permission to access the Uri's content provider. @@ -3594,7 +3594,7 @@ The name of the file to open; can not contain path separators. Operating mode. Use 0 or for the - default operation, Android.Content.Context.MODE_APPEND to append to an existing file, + default operation, Android.Content.Context.MODE_APPEND to append to an existing file, and to control permissions. Open a private file associated with this Context's application package @@ -3645,7 +3645,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. Open a new private SQLiteDatabase associated with this Context's @@ -3694,7 +3694,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. the to be used when sqlite reports database @@ -4286,7 +4286,7 @@ or . Remove all permissions to access a particular content provider Uri - that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). + that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -4676,7 +4676,7 @@ An initial value for the result extras. Often null. Version of - M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) + M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) that allows you to specify the user the broadcast will be sent to. @@ -5301,13 +5301,13 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in flagsMask Always set to 0. - Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) + Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) with no options specified. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5359,7 +5359,7 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in diff --git a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml index 097f2a48e2..3445b6af9a 100644 --- a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml +++ b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml @@ -259,10 +259,10 @@ Receives information as the service is started and stopped. This must be a valid ServiceConnection object; it must not be null. Operation options for the binding. May be 0, - Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, - Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, - Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or - Android.Content.Context.BIND_WAIVE_PRIORITY. + Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, + Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, + Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or + Android.Content.Context.BIND_WAIVE_PRIORITY. Connect to an application service, creating it if needed. To be added. @@ -924,8 +924,8 @@ Name of the application's package. - Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE - or Android.Content.Context.CONTEXT_IGNORE_SECURITY. + Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE + or Android.Content.Context.CONTEXT_IGNORE_SECURITY. Return a new Context object for the given application name. To be added. @@ -1490,7 +1490,7 @@ The name of the database for which you would like to get its path. Returns the absolute path on the filesystem where a database created with - M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored. + M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1881,8 +1881,8 @@ The desired access modes. Any combination of , , - Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or - Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. + Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or + Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. Grant permission to access a specific Uri to another package, regardless of whether that package has general permission to access the Uri's content provider. @@ -2151,7 +2151,7 @@ The name of the file to open; can not contain path separators. Operating mode. Use 0 or for the - default operation, Android.Content.Context.MODE_APPEND to append to an existing file, + default operation, Android.Content.Context.MODE_APPEND to append to an existing file, and to control permissions. Open a private file associated with this Context's application package @@ -2198,7 +2198,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. Open a new private SQLiteDatabase associated with this Context's @@ -2245,7 +2245,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. the to be used when sqlite reports database @@ -2688,7 +2688,7 @@ or . Remove all permissions to access a particular content provider Uri - that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). + that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3020,7 +3020,7 @@ An initial value for the result extras. Often null. Version of - M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) + M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) that allows you to specify the user the broadcast will be sent to. @@ -3557,13 +3557,13 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in flagsMask Always set to 0. - Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) + Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) with no options specified. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3613,7 +3613,7 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in diff --git a/docs/Mono.Android/en/Android.Content/IntentFilter.xml b/docs/Mono.Android/en/Android.Content/IntentFilter.xml index fa4b69a3d1..8ac22dde46 100644 --- a/docs/Mono.Android/en/Android.Content/IntentFilter.xml +++ b/docs/Mono.Android/en/Android.Content/IntentFilter.xml @@ -327,9 +327,9 @@ Either a raw string that must exactly match the file path, or a simple pattern, depending on type. Determines how path will be compared to - determine a match: either Android.OS.PatternMatcher.PATTERN_LITERAL, - Android.OS.PatternMatcher.PATTERN_PREFIX, or - Android.OS.PatternMatcher.PATTERN_SIMPLE_GLOB. + determine a match: either Android.OS.PatternMatcher.PATTERN_LITERAL, + Android.OS.PatternMatcher.PATTERN_PREFIX, or + Android.OS.PatternMatcher.PATTERN_SIMPLE_GLOB. Add a new Intent data path to match against. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -403,9 +403,9 @@ Either a raw string that must exactly match the scheme specific part path, or a simple pattern, depending on type. Determines how ssp will be compared to - determine a match: either Android.OS.PatternMatcher.PATTERN_LITERAL, - Android.OS.PatternMatcher.PATTERN_PREFIX, or - Android.OS.PatternMatcher.PATTERN_SIMPLE_GLOB. + determine a match: either Android.OS.PatternMatcher.PATTERN_LITERAL, + Android.OS.PatternMatcher.PATTERN_PREFIX, or + Android.OS.PatternMatcher.PATTERN_SIMPLE_GLOB. Add a new Intent data "scheme specific part" to match against. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ReceiverCallNotAllowedException.xml b/docs/Mono.Android/en/Android.Content/ReceiverCallNotAllowedException.xml index 33422cf753..02b6298ae7 100644 --- a/docs/Mono.Android/en/Android.Content/ReceiverCallNotAllowedException.xml +++ b/docs/Mono.Android/en/Android.Content/ReceiverCallNotAllowedException.xml @@ -18,7 +18,7 @@ This exception is thrown from and - M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) when these methods are being used from + M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) when these methods are being used from an component. diff --git a/docs/Mono.Android/en/Android.Content/SyncAdapterType.xml b/docs/Mono.Android/en/Android.Content/SyncAdapterType.xml index 8852f0f7ed..cf2c5b3dd6 100644 --- a/docs/Mono.Android/en/Android.Content/SyncAdapterType.xml +++ b/docs/Mono.Android/en/Android.Content/SyncAdapterType.xml @@ -290,7 +290,7 @@ If true then the SyncManager will never issue an initialization sync to the SyncAdapter and will instead automatically call - M:Android.Content.ContentResolver.SetIsSyncable(Android.Accounts.Account,System.String,System.String) with a + M:Android.Content.ContentResolver.SetIsSyncable(Android.Accounts.Account,System.String,System.String) with a value of 1 for each account and provider that this sync adapter supports. To be added. diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/DatabaseOpenFlags.xml b/docs/Mono.Android/en/Android.Database.Sqlite/DatabaseOpenFlags.xml index 7331163843..599130634e 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/DatabaseOpenFlags.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/DatabaseOpenFlags.xml @@ -43,7 +43,7 @@ 268435456 - Open flag: Flag for M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to create the database file if it does not + Open flag: Flag for M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to create the database file if it does not already exist. @@ -74,11 +74,9 @@ - - - M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) - - + + M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) + This causes the collator LOCALIZED not to be created. You must be consistent when using this flag to use the setting the database was @@ -111,7 +109,7 @@ 1 - Open flag: Flag for M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to open the database for reading only. + Open flag: Flag for M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) to open the database for reading only. This is the only reliable way to open a database if the disk may be full. @@ -142,11 +140,9 @@ - - - M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) - - + + M:Android.Database.Sqlite.SQLiteDatabase.OpenDatabase(System.String,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory,Android.Database.Sqlite.SQLiteDatabase.ICursorFactory) + Note that the value of this flag is 0, so it is the default. diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml index bc782ca64e..d04bd7a1d1 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml @@ -62,7 +62,7 @@ To be added. To be added. To be added. - See C:Android.Database.Sqlite.SQLiteCursor(Android.Database.Sqlite.ISQLiteCursorDriver,System.String,System.String). + See C:Android.Database.Sqlite.SQLiteCursor(Android.Database.Sqlite.ISQLiteCursorDriver,System.String,System.String). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml index 5ef95dc57d..639e439b87 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml @@ -1352,7 +1352,7 @@ an optional factory class that is called to instantiate a cursor when query is called, or null for default to control database access mode - Open the database according to the flags Android.Database.Sqlite.SQLiteDatabase.OPEN_READWRITEAndroid.Database.Sqlite.SQLiteDatabase.OPEN_READONLYAndroid.Database.Sqlite.SQLiteDatabase.CREATE_IF_NECESSARY and/or Android.Database.Sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS. + Open the database according to the flags Android.Database.Sqlite.SQLiteDatabase.OPEN_READWRITEAndroid.Database.Sqlite.SQLiteDatabase.OPEN_READONLYAndroid.Database.Sqlite.SQLiteDatabase.CREATE_IF_NECESSARY and/or Android.Database.Sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1399,7 +1399,7 @@ to control database access mode the obj to be used to handle corruption when sqlite reports database corruption - Open the database according to the flags Android.Database.Sqlite.SQLiteDatabase.OPEN_READWRITEAndroid.Database.Sqlite.SQLiteDatabase.OPEN_READONLYAndroid.Database.Sqlite.SQLiteDatabase.CREATE_IF_NECESSARY and/or Android.Database.Sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS. + Open the database according to the flags Android.Database.Sqlite.SQLiteDatabase.OPEN_READWRITEAndroid.Database.Sqlite.SQLiteDatabase.OPEN_READONLYAndroid.Database.Sqlite.SQLiteDatabase.CREATE_IF_NECESSARY and/or Android.Database.Sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmErrorEvent.xml b/docs/Mono.Android/en/Android.Drm/DrmErrorEvent.xml index 9ac964df74..489afde6e4 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmErrorEvent.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmErrorEvent.xml @@ -18,7 +18,7 @@ An entity class that is passed to the - DrmManagerClient OnErrorListener onError(android drm DrmManagerClient,android drm DrmErrorEvent) callback. + DrmManagerClient OnErrorListener onError(android drm DrmManagerClient,android drm DrmErrorEvent) callback. diff --git a/docs/Mono.Android/en/Android.Drm/DrmInfoEvent.xml b/docs/Mono.Android/en/Android.Drm/DrmInfoEvent.xml index 0052fdb191..388bc4941a 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmInfoEvent.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmInfoEvent.xml @@ -18,7 +18,7 @@ An entity class that is passed to the - DrmManagerClient OnInfoListener onInfo(android drm DrmManagerClient,android drm DrmInfoEvent) callback. + DrmManagerClient OnInfoListener onInfo(android drm DrmManagerClient,android drm DrmInfoEvent) callback. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/BitmapDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/BitmapDrawable.xml index c912907127..f57c8d1c47 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/BitmapDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/BitmapDrawable.xml @@ -366,7 +366,7 @@ - Return a Drawable ConstantState instance that holds the shared state of this Drawable. + Return a Drawable ConstantState instance that holds the shared state of this Drawable. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/ClipDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/ClipDrawable.xml index cdd1aafe4d..7abfb4984e 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/ClipDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/ClipDrawable.xml @@ -453,7 +453,7 @@ The action being unscheduled. A Drawable can call this to unschedule an action previously - scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. + scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml index d31839cbda..8059032a06 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml @@ -128,7 +128,7 @@ The action being unscheduled. A Drawable can call this to unschedule an action previously - scheduled with M:Android.Graphics.Drawables.Drawable.ICallback.ScheduleDrawable(Android.Graphics.Drawables.Drawable,Java.Lang.IRunnable,Java.Lang.IRunnable). + scheduled with M:Android.Graphics.Drawables.Drawable.ICallback.ScheduleDrawable(Android.Graphics.Drawables.Drawable,Java.Lang.IRunnable,Java.Lang.IRunnable). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable.xml index 65c5d72f11..ed5f95a5e1 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable.xml @@ -966,7 +966,7 @@ - Return a Drawable ConstantState instance that holds the shared state of this Drawable. + Return a Drawable ConstantState instance that holds the shared state of this Drawable. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1087,8 +1087,8 @@ Describes the current state, as a union of primitve states, such as - R attr state_focused, - R attr state_selected, etc. + R attr state_focused, + R attr state_selected, etc. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable.xml index 6a51f20e2a..f48d64d7a8 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable.xml @@ -739,8 +739,8 @@ - The type of the gradient: Android.Graphics.Drawables.GradientDrawable.LINEAR_GRADIENT, - Android.Graphics.Drawables.GradientDrawable.RADIAL_GRADIENT or Android.Graphics.Drawables.GradientDrawable.SWEEP_GRADIENT + The type of the gradient: Android.Graphics.Drawables.GradientDrawable.LINEAR_GRADIENT, + Android.Graphics.Drawables.GradientDrawable.RADIAL_GRADIENT or Android.Graphics.Drawables.GradientDrawable.SWEEP_GRADIENT @@ -808,8 +808,8 @@ - The desired shape for this drawable: Android.Graphics.Drawables.GradientDrawable.LINE, - Android.Graphics.Drawables.GradientDrawable.OVAL, Android.Graphics.Drawables.GradientDrawable.RECTANGLE or Android.Graphics.Drawables.GradientDrawable.RING + The desired shape for this drawable: Android.Graphics.Drawables.GradientDrawable.LINE, + Android.Graphics.Drawables.GradientDrawable.OVAL, Android.Graphics.Drawables.GradientDrawable.RECTANGLE or Android.Graphics.Drawables.GradientDrawable.RING diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/InsetDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/InsetDrawable.xml index 78a48e65bc..589bbc1b03 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/InsetDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/InsetDrawable.xml @@ -530,7 +530,7 @@ The action being unscheduled. A Drawable can call this to unschedule an action previously - scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. + scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/RotateDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/RotateDrawable.xml index 5682de4090..01b53229f7 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/RotateDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/RotateDrawable.xml @@ -626,7 +626,7 @@ The action being unscheduled. A Drawable can call this to unschedule an action previously - scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. + scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/ScaleDrawable.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/ScaleDrawable.xml index ca5accfe81..953e33f50b 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/ScaleDrawable.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/ScaleDrawable.xml @@ -446,7 +446,7 @@ The action being unscheduled. A Drawable can call this to unschedule an action previously - scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. + scheduled with T:Android.Graphics.Drawables.Drawable+ICallback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap.xml index a8a834692e..a4a6a2fed5 100644 --- a/docs/Mono.Android/en/Android.Graphics/Bitmap.xml +++ b/docs/Mono.Android/en/Android.Graphics/Bitmap.xml @@ -507,7 +507,7 @@ - Array of T:Android.Graphics._Color used to initialize the pixels. + Array of T:Android.Graphics._Color used to initialize the pixels. This array must be at least as large as width * height. The width of the bitmap The height of the bitmap @@ -636,7 +636,7 @@ Display metrics for the display this bitmap will be drawn on. - Array of T:Android.Graphics._Color used to initialize the pixels. + Array of T:Android.Graphics._Color used to initialize the pixels. This array must be at least as large as width * height. The width of the bitmap The height of the bitmap @@ -760,7 +760,7 @@ - Array of T:Android.Graphics._Color used to initialize the pixels. + Array of T:Android.Graphics._Color used to initialize the pixels. Number of values to skip before the first color in the array of colors. Number of colors in the array between rows (must be >= @@ -862,7 +862,7 @@ Display metrics for the display this bitmap will be drawn on. - Array of T:Android.Graphics._Color used to initialize the pixels. + Array of T:Android.Graphics._Color used to initialize the pixels. Number of values to skip before the first color in the array of colors. Number of colors in the array between rows (must be >= @@ -1073,7 +1073,7 @@ To be added. - Fills the bitmap's pixels with the specified T:Android.Graphics._Color. + Fills the bitmap's pixels with the specified T:Android.Graphics._Color. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1278,7 +1278,7 @@ The x coordinate (0...width-1) of the pixel to return The y coordinate (0...height-1) of the pixel to return - Returns the T:Android.Graphics._Color at the specified location. + Returns the T:Android.Graphics._Color at the specified location. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/BitmapFactory.xml b/docs/Mono.Android/en/Android.Graphics/BitmapFactory.xml index b9188b9790..7b2316f262 100644 --- a/docs/Mono.Android/en/Android.Graphics/BitmapFactory.xml +++ b/docs/Mono.Android/en/Android.Graphics/BitmapFactory.xml @@ -478,7 +478,7 @@ The resources object containing the image data The resource id of the image data - Synonym for M:Android.Graphics.BitmapFactory.DecodeResource(Android.Content.Res.Resources,System.Int32,System.Int32) + Synonym for M:Android.Graphics.BitmapFactory.DecodeResource(Android.Content.Res.Resources,System.Int32,System.Int32) with null Options. To be added. @@ -516,7 +516,7 @@ null-ok; Options that control downsampling and whether the image should be completely decoded, or just is size returned. Synonym for opening the given resource and calling - M:Android.Graphics.BitmapFactory.DecodeResourceStream(Android.Content.Res.Resources,Android.Util.TypedValue,Android.Util.TypedValue,Android.Util.TypedValue,Android.Util.TypedValue). + M:Android.Graphics.BitmapFactory.DecodeResourceStream(Android.Content.Res.Resources,Android.Util.TypedValue,Android.Util.TypedValue,Android.Util.TypedValue,Android.Util.TypedValue). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/BitmapRegionDecoder.xml b/docs/Mono.Android/en/Android.Graphics/BitmapRegionDecoder.xml index c8b8b3ed9c..7fd3c4c4c8 100644 --- a/docs/Mono.Android/en/Android.Graphics/BitmapRegionDecoder.xml +++ b/docs/Mono.Android/en/Android.Graphics/BitmapRegionDecoder.xml @@ -219,10 +219,10 @@ if the image format is not supported or can not be decoded. - Prior to F:Android.OS.Build+VERSION_CODES.KitKat, + Prior to F:Android.OS.Build+VERSION_CODES.KitKat, if returns true, is.mark(1024) would be called. As of - F:Android.OS.Build+VERSION_CODES.KitKat, this is no longer the case. + F:Android.OS.Build+VERSION_CODES.KitKat, this is no longer the case. diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas.xml b/docs/Mono.Android/en/Android.Graphics/Canvas.xml index acd08efe65..23cb04382e 100644 --- a/docs/Mono.Android/en/Android.Graphics/Canvas.xml +++ b/docs/Mono.Android/en/Android.Graphics/Canvas.xml @@ -2877,13 +2877,11 @@ The path to compare with the current clip - - - Canvas EdgeType AA - - if the path should be considered antialiased, + + Canvas EdgeType AA + if the path should be considered antialiased, since that means it may affect a larger area (more pixels) than - non-antialiased (Canvas EdgeType BW). + non-antialiased (Canvas EdgeType BW). Return true if the specified path, after being transformed by the current matrix, would lie completely outside of the current clip. To be added. @@ -2918,13 +2916,11 @@ the rect to compare with the current clip - - - Canvas EdgeType AA - - if the path should be considered antialiased, + + Canvas EdgeType AA + if the path should be considered antialiased, since that means it may affect a larger area (more pixels) than - non-antialiased (Canvas EdgeType BW). + non-antialiased (Canvas EdgeType BW). Return true if the specified rectangle, after being transformed by the current matrix, would lie completely outside of the current clip. To be added. @@ -2969,13 +2965,11 @@ The bottom of the rectangle to compare with the current clip - - - Canvas EdgeType AA - - if the path should be considered antialiased, + + Canvas EdgeType AA + if the path should be considered antialiased, since that means it may affect a larger area (more pixels) than - non-antialiased (Canvas EdgeType BW). + non-antialiased (Canvas EdgeType BW). Return true if the specified rectangle, after being transformed by the current matrix, would lie completely outside of the current clip. To be added. @@ -3233,7 +3227,7 @@ To be added. To be added. - Convenience for saveLayer(bounds, paint, Android.Graphics.Canvas.ALL_SAVE_FLAG) + Convenience for saveLayer(bounds, paint, Android.Graphics.Canvas.ALL_SAVE_FLAG) To be added. @@ -3278,7 +3272,7 @@ needs to be (in local coordinates) This is copied, and is applied to the offscreen when restore() is called. - see _SAVE_FLAG constants, generally Android.Graphics.Canvas.ALL_SAVE_FLAG is recommended + see _SAVE_FLAG constants, generally Android.Graphics.Canvas.ALL_SAVE_FLAG is recommended for performance reasons. This behaves the same as save(), but in addition it allocates and redirects drawing to an offscreen bitmap. @@ -3320,7 +3314,7 @@ To be added. To be added. To be added. - Convenience for saveLayer(left, top, right, bottom, paint, Android.Graphics.Canvas.ALL_SAVE_FLAG) + Convenience for saveLayer(left, top, right, bottom, paint, Android.Graphics.Canvas.ALL_SAVE_FLAG) To be added. @@ -3403,7 +3397,7 @@ To be added. To be added. - Convenience for saveLayerAlpha(bounds, alpha, Android.Graphics.Canvas.ALL_SAVE_FLAG) + Convenience for saveLayerAlpha(bounds, alpha, Android.Graphics.Canvas.ALL_SAVE_FLAG) To be added. @@ -3448,7 +3442,7 @@ (in local coordinates) The alpha to apply to the offscreen when when it is drawn during restore() - see _SAVE_FLAG constants, generally Android.Graphics.Canvas.ALL_SAVE_FLAG is recommended + see _SAVE_FLAG constants, generally Android.Graphics.Canvas.ALL_SAVE_FLAG is recommended for performance reasons. This behaves the same as save(), but in addition it allocates and redirects drawing to an offscreen bitmap. @@ -3490,7 +3484,7 @@ To be added. To be added. To be added. - Helper for saveLayerAlpha(left, top, right, bottom, alpha, Android.Graphics.Canvas.ALL_SAVE_FLAG) + Helper for saveLayerAlpha(left, top, right, bottom, alpha, Android.Graphics.Canvas.ALL_SAVE_FLAG) To be added. diff --git a/docs/Mono.Android/en/Android.Graphics/Outline.xml b/docs/Mono.Android/en/Android.Graphics/Outline.xml index eb6d8ab826..ac6bfb8a0a 100644 --- a/docs/Mono.Android/en/Android.Graphics/Outline.xml +++ b/docs/Mono.Android/en/Android.Graphics/Outline.xml @@ -509,7 +509,7 @@ To be added. To be added. - Convenience for M:Android.Graphics.Outline.SetRoundRect(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + Convenience for M:Android.Graphics.Outline.SetRoundRect(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics.xml index b34c5275c6..1d249f94f6 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics.xml @@ -195,8 +195,8 @@ Also, for constant-framerate recording, for each normal that has in - the range [Android.Media.CamcorderProfile.QUALITY_LOW, - Android.Media.CamcorderProfile.QUALITY_2160P], if the profile is + the range [Android.Media.CamcorderProfile.QUALITY_LOW, + Android.Media.CamcorderProfile.QUALITY_2160P], if the profile is supported by the device and has x, this list will always include (x,x). @@ -1399,7 +1399,7 @@ - Implementation-defined formats, i.e. Android.Hardware.Camera2.Params.StreamConfigurationMap.isOutputSupportedFor(java.lang.Class T ) + Implementation-defined formats, i.e. Android.Hardware.Camera2.Params.StreamConfigurationMap.isOutputSupportedFor(java.lang.Class T ) diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureFailure.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureFailure.xml index e17d7e1297..fade729f88 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureFailure.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureFailure.xml @@ -171,7 +171,7 @@ The sequence ID for this failed capture that was returned by the - M:Android.Hardware.Camera2.CameraCaptureSession.Capture(Android.Hardware.Camera2.CaptureRequest,Android.Hardware.Camera2.CaptureCallback,Android.Hardware.Camera2.CaptureCallback) family of functions. + M:Android.Hardware.Camera2.CameraCaptureSession.Capture(Android.Hardware.Camera2.CaptureRequest,Android.Hardware.Camera2.CaptureCallback,Android.Hardware.Camera2.CaptureCallback) family of functions. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult.xml index a34bad9c1b..93ae65820d 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult.xml @@ -2952,7 +2952,7 @@ The sequence ID for this failure that was returned by the - M:Android.Hardware.Camera2.CameraCaptureSession.Capture(Android.Hardware.Camera2.CaptureRequest,Android.Hardware.Camera2.CaptureCallback,Android.Hardware.Camera2.CaptureCallback) family of functions. + M:Android.Hardware.Camera2.CameraCaptureSession.Capture(Android.Hardware.Camera2.CaptureRequest,Android.Hardware.Camera2.CaptureCallback,Android.Hardware.Camera2.CaptureCallback) family of functions. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml index 1b205bf4aa..88bd87eccd 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml @@ -234,7 +234,7 @@ the orientation value to set, one of: - Android.Media.ExifInterface.ORIENTATION_NORMALAndroid.Media.ExifInterface.ORIENTATION_FLIP_HORIZONTALAndroid.Media.ExifInterface.ORIENTATION_ROTATE_180Android.Media.ExifInterface.ORIENTATION_FLIP_VERTICALAndroid.Media.ExifInterface.ORIENTATION_TRANSPOSEAndroid.Media.ExifInterface.ORIENTATION_ROTATE_90Android.Media.ExifInterface.ORIENTATION_TRANSVERSEAndroid.Media.ExifInterface.ORIENTATION_ROTATE_270 + Android.Media.ExifInterface.ORIENTATION_NORMALAndroid.Media.ExifInterface.ORIENTATION_FLIP_HORIZONTALAndroid.Media.ExifInterface.ORIENTATION_ROTATE_180Android.Media.ExifInterface.ORIENTATION_FLIP_VERTICALAndroid.Media.ExifInterface.ORIENTATION_TRANSPOSEAndroid.Media.ExifInterface.ORIENTATION_ROTATE_90Android.Media.ExifInterface.ORIENTATION_TRANSVERSEAndroid.Media.ExifInterface.ORIENTATION_ROTATE_270 Set the orientation value to write. To be added. diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml index a5d532929e..85a0ac4952 100644 --- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml +++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml @@ -594,7 +594,7 @@ The id of the geofence. The type of the hardware subsystem that should be used to monitor the geofence. - Pauses the monitoring of a geofence added by M:Android.Hardware.Location.GeofenceHardware.AddGeofence(System.Int32,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType) call. + Pauses the monitoring of a geofence added by M:Android.Hardware.Location.GeofenceHardware.AddGeofence(System.Int32,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType) call. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -674,7 +674,7 @@ The id of the geofence. The type of the hardware subsystem that should be used to monitor the geofence. - Removes a geofence added by M:Android.Hardware.Location.GeofenceHardware.AddGeofence(System.Int32,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType) call. + Removes a geofence added by M:Android.Hardware.Location.GeofenceHardware.AddGeofence(System.Int32,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType,Android.Hardware.Location.GeofenceMonitoringType) call. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Axis.xml b/docs/Mono.Android/en/Android.Hardware/Axis.xml index 86cf279a65..8b684b9fe2 100644 --- a/docs/Mono.Android/en/Android.Hardware/Axis.xml +++ b/docs/Mono.Android/en/Android.Hardware/Axis.xml @@ -38,7 +38,7 @@ 129 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -66,7 +66,7 @@ 130 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -94,7 +94,7 @@ 131 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -122,7 +122,7 @@ 1 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -150,7 +150,7 @@ 2 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -178,7 +178,7 @@ 3 - see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) + see M:Android.Hardware.SensorManager.RemapCoordinateSystem(System.Single[],Android.Hardware.Axis,Android.Hardware.Axis,Android.Hardware.Axis) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml index eac1ed8f8b..3f0fcf9974 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml @@ -1905,7 +1905,7 @@ Returns the image format for preview frames got from - T:Android.Hardware.Camera+IPreviewCallback. + T:Android.Hardware.Camera+IPreviewCallback. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera.xml b/docs/Mono.Android/en/Android.Hardware/Camera.xml index 8903dfab97..99847893fb 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera.xml @@ -957,7 +957,7 @@ - zoom value. The valid range is 0 to Camera Parameters getMaxZoom(). + zoom value. The valid range is 0 to Camera Parameters getMaxZoom(). Zooms to the requested value smoothly. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/SensorManager.xml b/docs/Mono.Android/en/Android.Hardware/SensorManager.xml index ba4a9128eb..54f90d41e2 100644 --- a/docs/Mono.Android/en/Android.Hardware/SensorManager.xml +++ b/docs/Mono.Android/en/Android.Hardware/SensorManager.xml @@ -1533,8 +1533,8 @@ rate of events. This is only a hint to the system. events may be received faster or slower than the specified rate. Usually events are received faster. The value must be one of - Android.Hardware.SensorManager.SENSOR_DELAY_NORMAL, Android.Hardware.SensorManager.SENSOR_DELAY_UI, - Android.Hardware.SensorManager.SENSOR_DELAY_GAME, or Android.Hardware.SensorManager.SENSOR_DELAY_FASTEST. + Android.Hardware.SensorManager.SENSOR_DELAY_NORMAL, Android.Hardware.SensorManager.SENSOR_DELAY_UI, + Android.Hardware.SensorManager.SENSOR_DELAY_GAME, or Android.Hardware.SensorManager.SENSOR_DELAY_FASTEST. Registers a SensorListener for given sensors. To be added. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml index 98c64f608d..034b7be05e 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml @@ -158,7 +158,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml index 579b7faa18..36fc98c78e 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml @@ -18,7 +18,7 @@ Concrete implementation of - T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodImpl that provides + T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodImpl that provides all of the standard behavior for an input method. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml index a645734e7c..d143b91040 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml @@ -18,7 +18,7 @@ Concrete implementation of - T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodSessionImpl that provides + T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodSessionImpl that provides all of the standard behavior for an input method session. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService.xml index 1322613458..9343703769 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService.xml @@ -827,7 +827,7 @@ - Implement to return our standard InputMethodService InputMethodImpl . + Implement to return our standard InputMethodService InputMethodImpl . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -855,7 +855,7 @@ - Implement to return our standard InputMethodService InputMethodSessionImpl . + Implement to return our standard InputMethodService InputMethodSessionImpl . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1483,7 +1483,7 @@ Provides additional information about the show request, - as per Android.Views.InputMethods.InputMethod.showSoftInput(int,android.os.ResultReceiver). + as per Android.Views.InputMethods.InputMethod.showSoftInput(int,android.os.ResultReceiver). This is true if we are re-showing due to a configuration change. The system has decided that it may be time to show your input method. @@ -1949,7 +1949,7 @@ Provides additional operating flags. Currently may be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. Close this input method's soft input area, removing it from the display. @@ -1982,10 +1982,10 @@ If true, this will be executed as if the user had pressed an enter key on the keyboard, that is it will not - be done if the editor has set Android.Views.InputMethods.EditorInfo.IME_FLAG_NO_ENTER_ACTION. If false, the action will be + be done if the editor has set Android.Views.InputMethods.EditorInfo.IME_FLAG_NO_ENTER_ACTION. If false, the action will be sent regardless of how the editor has set that flag. Ask the input target to execute its default action via - M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. + M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml index cf5831da26..301243ec1d 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml @@ -509,7 +509,7 @@ Android.InputMethodServices.KeyboardView+IOnKeyboardActionListener - Returns the KeyboardView OnKeyboardActionListener object. + Returns the KeyboardView OnKeyboardActionListener object. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -573,10 +573,10 @@ horizontal space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . vertical space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . diff --git a/docs/Mono.Android/en/Android.Locations/Criteria.xml b/docs/Mono.Android/en/Android.Locations/Criteria.xml index a95c85e195..d88c588ad2 100644 --- a/docs/Mono.Android/en/Android.Locations/Criteria.xml +++ b/docs/Mono.Android/en/Android.Locations/Criteria.xml @@ -136,8 +136,8 @@ Returns a constant indicating desired accuracy of location - Accuracy may be Android.Locations.Criteria.ACCURACY_FINE if desired location - is fine, else it can be Android.Locations.Criteria.ACCURACY_COARSE. + Accuracy may be Android.Locations.Criteria.ACCURACY_FINE if desired location + is fine, else it can be Android.Locations.Criteria.ACCURACY_COARSE. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -492,7 +492,7 @@ Returns a constant indicating the desired speed accuracy - Accuracy may be Android.Locations.Criteria.ACCURACY_LOW, Android.Locations.Criteria.ACCURACY_HIGH, + Accuracy may be Android.Locations.Criteria.ACCURACY_LOW, Android.Locations.Criteria.ACCURACY_HIGH, or . To be added. diff --git a/docs/Mono.Android/en/Android.Locations/ILocationListener.xml b/docs/Mono.Android/en/Android.Locations/ILocationListener.xml index 6e31e9d582..20e57b06d1 100644 --- a/docs/Mono.Android/en/Android.Locations/ILocationListener.xml +++ b/docs/Mono.Android/en/Android.Locations/ILocationListener.xml @@ -162,15 +162,13 @@ the name of the location provider associated with this update. - - - Android.Locations.LocationProvider.OUT_OF_SERVICE - - if the + + Android.Locations.LocationProvider.OUT_OF_SERVICE + if the provider is out of service, and this is not expected to change in the - near future; Android.Locations.LocationProvider.TEMPORARILY_UNAVAILABLE if + near future; Android.Locations.LocationProvider.TEMPORARILY_UNAVAILABLE if the provider is temporarily unavailable but is expected to be available - shortly; and Android.Locations.LocationProvider.AVAILABLE if the + shortly; and Android.Locations.LocationProvider.AVAILABLE if the provider is currently available. an optional Bundle which will contain provider specific status variables. diff --git a/docs/Mono.Android/en/Android.Locations/LocationManager.xml b/docs/Mono.Android/en/Android.Locations/LocationManager.xml index 01c1b3f764..f9497f3276 100644 --- a/docs/Mono.Android/en/Android.Locations/LocationManager.xml +++ b/docs/Mono.Android/en/Android.Locations/LocationManager.xml @@ -119,7 +119,7 @@ - a GpsStatus NmeaListener object to register + a GpsStatus NmeaListener object to register Adds an NMEA listener. To be added. @@ -874,7 +874,7 @@ System.String - Broadcast intent action when Settings Secure LOCATION_MODE changes. + Broadcast intent action when Settings Secure LOCATION_MODE changes. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1220,7 +1220,7 @@ - a GpsStatus NmeaListener object to remove + a GpsStatus NmeaListener object to remove Removes an NMEA listener. diff --git a/docs/Mono.Android/en/Android.Locations/SettingInjectorService.xml b/docs/Mono.Android/en/Android.Locations/SettingInjectorService.xml index edb0539085..9b5731a9d2 100644 --- a/docs/Mono.Android/en/Android.Locations/SettingInjectorService.xml +++ b/docs/Mono.Android/en/Android.Locations/SettingInjectorService.xml @@ -225,7 +225,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. @@ -359,9 +359,9 @@ The Intent supplied to , as given. This may be null if the service is being restarted after its process has gone away, and it had previously returned anything - except Android.App.Service.START_STICKY_COMPATIBILITY. + except Android.App.Service.START_STICKY_COMPATIBILITY. Additional data about this start request. Currently either - 0, Android.App.Service.START_FLAG_REDELIVERY, or Android.App.Service.START_FLAG_RETRY. + 0, Android.App.Service.START_FLAG_REDELIVERY, or Android.App.Service.START_FLAG_RETRY. A unique integer representing this specific request to start. Use with . Called by the system every time a client explicitly starts the service by calling diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoostParam.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoostParam.xml index 239c41d8e0..cae6821e4e 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoostParam.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoostParam.xml @@ -39,7 +39,7 @@ Bass boost effect strength. Parameter ID for - T:Android.Media.Audiofx.BassBoost+IOnParameterChangeListener + T:Android.Media.Audiofx.BassBoost+IOnParameterChangeListener Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverbParam.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverbParam.xml index 2d66f5d481..8897884262 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverbParam.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverbParam.xml @@ -39,7 +39,7 @@ Decay HF ratio. Parameter ID for - T:Android.Media.Audiofx.EnvironmentalReverb+IOnParameterChangeListener + T:Android.Media.Audiofx.EnvironmentalReverb+IOnParameterChangeListener Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EqualizerParam.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EqualizerParam.xml index 39db72cfb5..9783d1ef93 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/EqualizerParam.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/EqualizerParam.xml @@ -39,7 +39,7 @@ Band frequency range. Parameter ID for - T:Android.Media.Audiofx.Equalizer+IOnParameterChangeListener + T:Android.Media.Audiofx.Equalizer+IOnParameterChangeListener Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverbParam.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverbParam.xml index dd93192623..e3dfa8bf2b 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverbParam.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverbParam.xml @@ -39,7 +39,7 @@ Preset. Parameter ID for - T:Android.Media.Audiofx.PresetReverb+IOnParameterChangeListener + T:Android.Media.Audiofx.PresetReverb+IOnParameterChangeListener Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml index def87a0b26..7e9f7b2303 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml @@ -125,7 +125,7 @@ the channel mask of the content to virtualize. the mode for which virtualization processing is to be performed, - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. + one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. Checks if the combination of a channel mask and virtualization mode is supported by this virtualizer. To be added. @@ -167,9 +167,9 @@ - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, - Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or - Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_AUTO to stop forcing a mode. + one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, + Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or + Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_AUTO to stop forcing a mode. Forces the virtualizer effect to use the given processing mode. To be added. @@ -220,13 +220,13 @@ the channel mask of the content to virtualize. the mode for which virtualization processing is to be performed, - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. + one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. a non-null array whose length is 3 times the number of channels in the channel mask. If the method indicates the configuration is supported, the array will contain upon return triplets of values: for each channel i among the channels of the mask: the element at index 3*i in the array contains the speaker - identification (e.g. Android.Media.AudioFormat.CHANNEL_OUT_FRONT_LEFT),the element at index 3*i+1 contains its corresponding azimuth angle + identification (e.g. Android.Media.AudioFormat.CHANNEL_OUT_FRONT_LEFT),the element at index 3*i+1 contains its corresponding azimuth angle expressed in degrees, where 0 is the direction the listener faces, 180 is behind the listener, and -90 is to her/his left,the element at index 3*i+2 contains its corresponding elevation angle where +90 is directly above the listener, 0 is the horizontal plane, and -90 is diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/VirtualizerParam.xml b/docs/Mono.Android/en/Android.Media.Audiofx/VirtualizerParam.xml index 6697a93eeb..a15a5ccbe8 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/VirtualizerParam.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/VirtualizerParam.xml @@ -39,7 +39,7 @@ Virtualizer effect strength. Parameter ID for - T:Android.Media.Audiofx.Virtualizer+IOnParameterChangeListener + T:Android.Media.Audiofx.Virtualizer+IOnParameterChangeListener Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Effect/EffectFactory.xml b/docs/Mono.Android/en/Android.Media.Effect/EffectFactory.xml index d7962239f7..f6f181918a 100644 --- a/docs/Mono.Android/en/Android.Media.Effect/EffectFactory.xml +++ b/docs/Mono.Android/en/Android.Media.Effect/EffectFactory.xml @@ -508,7 +508,7 @@ The first color tone. Integer, representing an ARGB color with 8 bits per channel. May be created using - T:Android.Graphics._Color class. + T:Android.Graphics._Color class. @@ -516,7 +516,7 @@ The second color tone. Integer, representing an ARGB color with 8 bits per channel. May be created using - T:Android.Graphics._Color class. + T:Android.Graphics._Color class. @@ -1135,7 +1135,7 @@ The color of the tint. Integer, representing an ARGB color with 8 bits per channel. May be created using - T:Android.Graphics._Color class. + T:Android.Graphics._Color class. diff --git a/docs/Mono.Android/en/Android.Media.Projection/MediaProjectionManager.xml b/docs/Mono.Android/en/Android.Media.Projection/MediaProjectionManager.xml index fda45d37c9..ca4efd6b16 100644 --- a/docs/Mono.Android/en/Android.Media.Projection/MediaProjectionManager.xml +++ b/docs/Mono.Android/en/Android.Media.Projection/MediaProjectionManager.xml @@ -79,8 +79,8 @@ - The result code from M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) - The resulting data from M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) + The result code from M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) + The resulting data from M:Android.App.Activity.OnActivityResult(System.Int32,Android.App.Result,Android.App.Result) Retrieve the MediaProjection obtained from a succesful screen capture request. To be added. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract.xml index e353a1e62d..b15e7ac7e1 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract.xml @@ -542,9 +542,9 @@ The URI of the channel to return programs for. The start time used to filter programs. The returned programs should have - TvContract Programs COLUMN_END_TIME_UTC_MILLIS that is greater than this time. + TvContract Programs COLUMN_END_TIME_UTC_MILLIS that is greater than this time. The end time used to filter programs. The returned programs should have - TvContract Programs COLUMN_START_TIME_UTC_MILLIS that is less than this time. + TvContract Programs COLUMN_START_TIME_UTC_MILLIS that is less than this time. Builds a URI that points to programs on a specific channel whose schedules overlap with the given time frame. @@ -580,9 +580,9 @@ The ID of the channel to return programs for. The start time used to filter programs. The returned programs should have - TvContract Programs COLUMN_END_TIME_UTC_MILLIS that is greater than this time. + TvContract Programs COLUMN_END_TIME_UTC_MILLIS that is greater than this time. The end time used to filter programs. The returned programs should have - TvContract Programs COLUMN_START_TIME_UTC_MILLIS that is less than this time. + TvContract Programs COLUMN_START_TIME_UTC_MILLIS that is less than this time. Builds a URI that points to programs on a specific channel whose schedules overlap with the given time frame. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService.xml index 4fb7715652..a0d14feb9c 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputService.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService.xml @@ -119,7 +119,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Media/AudioManager.xml b/docs/Mono.Android/en/Android.Media/AudioManager.xml index 82e2dae6f5..b67d0cf070 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager.xml @@ -356,12 +356,12 @@ - The stream type to adjust. One of Android.Media.AudioManager.STREAM_VOICE_CALL, - Android.Media.AudioManager.STREAM_SYSTEM, Android.Media.AudioManager.STREAM_RING, Android.Media.AudioManager.STREAM_MUSIC or - Android.Media.AudioManager.STREAM_ALARM + The stream type to adjust. One of Android.Media.AudioManager.STREAM_VOICE_CALL, + Android.Media.AudioManager.STREAM_SYSTEM, Android.Media.AudioManager.STREAM_RING, Android.Media.AudioManager.STREAM_MUSIC or + Android.Media.AudioManager.STREAM_ALARM The direction to adjust the volume. One of - Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, or - Android.Media.AudioManager.ADJUST_SAME. + Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, or + Android.Media.AudioManager.ADJUST_SAME. One or more flags. Adjusts the volume of a particular stream by one step in a direction. @@ -415,9 +415,9 @@ The direction to adjust the volume. One of - Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, - Android.Media.AudioManager.ADJUST_SAME, Android.Media.AudioManager.ADJUST_MUTE, - Android.Media.AudioManager.ADJUST_UNMUTE, or Android.Media.AudioManager.ADJUST_TOGGLE_MUTE. + Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, + Android.Media.AudioManager.ADJUST_SAME, Android.Media.AudioManager.ADJUST_MUTE, + Android.Media.AudioManager.ADJUST_UNMUTE, or Android.Media.AudioManager.ADJUST_TOGGLE_MUTE. The stream type that will be used if there isn't a relevant stream. is valid here. @@ -470,9 +470,9 @@ The direction to adjust the volume. One of - Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, - Android.Media.AudioManager.ADJUST_SAME, Android.Media.AudioManager.ADJUST_MUTE, - Android.Media.AudioManager.ADJUST_UNMUTE, or Android.Media.AudioManager.ADJUST_TOGGLE_MUTE. + Android.Media.AudioManager.ADJUST_LOWER, Android.Media.AudioManager.ADJUST_RAISE, + Android.Media.AudioManager.ADJUST_SAME, Android.Media.AudioManager.ADJUST_MUTE, + Android.Media.AudioManager.ADJUST_UNMUTE, or Android.Media.AudioManager.ADJUST_TOGGLE_MUTE. One or more flags. Adjusts the volume of the most relevant stream. @@ -936,7 +936,7 @@ a instance whose key code is one of - F:Android.Views.Keycode.MediaMute, + F:Android.Views.Keycode.MediaMute, , , , @@ -1541,8 +1541,8 @@ The type of vibrate. One of - Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or - Android.Media.AudioManager.VIBRATE_TYPE_RINGER. + Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or + Android.Media.AudioManager.VIBRATE_TYPE_RINGER. Returns whether the user's vibrate setting for a vibrate type. To be added. @@ -1860,16 +1860,16 @@ The type of sound effect. One of - Android.Media.AudioManager.FX_KEY_CLICK, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_UP, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_DOWN, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_LEFT, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_RIGHT, - Android.Media.AudioManager.FX_KEYPRESS_STANDARD, - Android.Media.AudioManager.FX_KEYPRESS_SPACEBAR, - Android.Media.AudioManager.FX_KEYPRESS_DELETE, - Android.Media.AudioManager.FX_KEYPRESS_RETURN, - Android.Media.AudioManager.FX_KEYPRESS_INVALID, + Android.Media.AudioManager.FX_KEY_CLICK, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_UP, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_DOWN, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_LEFT, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_RIGHT, + Android.Media.AudioManager.FX_KEYPRESS_STANDARD, + Android.Media.AudioManager.FX_KEYPRESS_SPACEBAR, + Android.Media.AudioManager.FX_KEYPRESS_DELETE, + Android.Media.AudioManager.FX_KEYPRESS_RETURN, + Android.Media.AudioManager.FX_KEYPRESS_INVALID, NOTE: This version uses the UI settings to determine whether sounds are heard or not. @@ -1910,16 +1910,16 @@ The type of sound effect. One of - Android.Media.AudioManager.FX_KEY_CLICK, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_UP, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_DOWN, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_LEFT, - Android.Media.AudioManager.FX_FOCUS_NAVIGATION_RIGHT, - Android.Media.AudioManager.FX_KEYPRESS_STANDARD, - Android.Media.AudioManager.FX_KEYPRESS_SPACEBAR, - Android.Media.AudioManager.FX_KEYPRESS_DELETE, - Android.Media.AudioManager.FX_KEYPRESS_RETURN, - Android.Media.AudioManager.FX_KEYPRESS_INVALID, + Android.Media.AudioManager.FX_KEY_CLICK, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_UP, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_DOWN, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_LEFT, + Android.Media.AudioManager.FX_FOCUS_NAVIGATION_RIGHT, + Android.Media.AudioManager.FX_KEYPRESS_STANDARD, + Android.Media.AudioManager.FX_KEYPRESS_SPACEBAR, + Android.Media.AudioManager.FX_KEYPRESS_DELETE, + Android.Media.AudioManager.FX_KEYPRESS_RETURN, + Android.Media.AudioManager.FX_KEYPRESS_INVALID, Sound effect volume. The volume value is a raw scalar so UI controls should be scaled logarithmically. If a volume of -1 is specified, the AudioManager.STREAM_MUSIC stream volume minus 3dB will be used. @@ -2851,12 +2851,12 @@ The type of vibrate. One of - Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or - Android.Media.AudioManager.VIBRATE_TYPE_RINGER. + Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or + Android.Media.AudioManager.VIBRATE_TYPE_RINGER. The vibrate setting, one of - Android.Media.AudioManager.VIBRATE_SETTING_ON, - Android.Media.AudioManager.VIBRATE_SETTING_OFF, or - Android.Media.AudioManager.VIBRATE_SETTING_ONLY_SILENT. + Android.Media.AudioManager.VIBRATE_SETTING_ON, + Android.Media.AudioManager.VIBRATE_SETTING_OFF, or + Android.Media.AudioManager.VIBRATE_SETTING_ONLY_SILENT. Sets the setting for when the vibrate type should vibrate. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2898,8 +2898,8 @@ The type of vibrate. One of - Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or - Android.Media.AudioManager.VIBRATE_TYPE_RINGER. + Android.Media.AudioManager.VIBRATE_TYPE_NOTIFICATION or + Android.Media.AudioManager.VIBRATE_TYPE_RINGER. Returns whether a particular type should vibrate according to user settings and the current ringer mode. To be added. diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord.xml b/docs/Mono.Android/en/Android.Media/AudioRecord.xml index 12fafdc927..851fc86d84 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord.xml @@ -366,10 +366,10 @@ the sample rate expressed in Hertz. describes the configuration of the audio channels. - See Android.Media.AudioFormat.CHANNEL_IN_MONO and - Android.Media.AudioFormat.CHANNEL_IN_STEREO + See Android.Media.AudioFormat.CHANNEL_IN_MONO and + Android.Media.AudioFormat.CHANNEL_IN_STEREO the format in which the audio data is represented. - See Android.Media.AudioFormat.ENCODING_PCM_16BIT. + See Android.Media.AudioFormat.ENCODING_PCM_16BIT. Returns the minimum buffer size required for the successful creation of an AudioRecord object, in byte units. To be added. @@ -1230,8 +1230,8 @@ marker position expressed in frames Sets the marker position at which the listener is called, if set with - M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or - M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener,Android.OS.Handler). + M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or + M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener,Android.OS.Handler). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1268,8 +1268,8 @@ update period expressed in frames Sets the period at which the listener is called, if set with - M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or - M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener,Android.OS.Handler). + M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or + M:Android.Media.AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener,Android.OS.Handler). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack.xml b/docs/Mono.Android/en/Android.Media/AudioTrack.xml index 3a0b68af45..81f69e0f78 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack.xml @@ -833,12 +833,12 @@ the source sample rate expressed in Hz. describes the configuration of the audio channels. - See Android.Media.AudioFormat.CHANNEL_OUT_MONO and - Android.Media.AudioFormat.CHANNEL_OUT_STEREO + See Android.Media.AudioFormat.CHANNEL_OUT_MONO and + Android.Media.AudioFormat.CHANNEL_OUT_STEREO the format in which the audio data is represented. - See Android.Media.AudioFormat.ENCODING_PCM_16BIT and - Android.Media.AudioFormat.ENCODING_PCM_8BIT, - and Android.Media.AudioFormat.ENCODING_PCM_FLOAT. + See Android.Media.AudioFormat.ENCODING_PCM_16BIT and + Android.Media.AudioFormat.ENCODING_PCM_8BIT, + and Android.Media.AudioFormat.ENCODING_PCM_FLOAT. Returns the minimum buffer size required for the successful creation of an AudioTrack object to be created in the mode. To be added. @@ -1593,7 +1593,7 @@ is returned. The loop range is the interval [startInFrames, endInFrames).
- As of Build VERSION_CODES M, the position is left unchanged, + As of Build VERSION_CODES M, the position is left unchanged, unless it is greater than or equal to the loop end marker, in which case it is forced to the loop start marker. For earlier API levels, the effect on position is unspecified. @@ -1683,7 +1683,7 @@
If looping is currently enabled and the new position is greater than or equal to the loop end marker, the behavior varies by API level: - as of Build VERSION_CODES M, + as of Build VERSION_CODES M, the looping is first disabled and then the position is set. For earlier API levels, the behavior is unspecified. Sets the playback head position within the static buffer. @@ -2183,11 +2183,11 @@ the AudioTrack. number of bytes to write.
Note this may differ from audioData.remaining(), but cannot exceed it. - one of Android.Media.AudioTrack.WRITE_BLOCKING, Android.Media.AudioTrack.WRITE_NON_BLOCKING. It has no + one of Android.Media.AudioTrack.WRITE_BLOCKING, Android.Media.AudioTrack.WRITE_NON_BLOCKING. It has no effect in static mode. -
With Android.Media.AudioTrack.WRITE_BLOCKING, the write will block until all data has been written +
With Android.Media.AudioTrack.WRITE_BLOCKING, the write will block until all data has been written to the audio sink. -
With Android.Media.AudioTrack.WRITE_NON_BLOCKING, the write will return immediately after +
With Android.Media.AudioTrack.WRITE_NON_BLOCKING, the write will return immediately after queuing as much audio data for playback as possible without blocking. Writes the audio data to the audio sink for playback (streaming mode), or copies audio data for later playback (static buffer mode). @@ -2441,11 +2441,11 @@ the offset, expressed as a number of floats, in audioData where the data to play starts. the number of floats to read in audioData after the offset. - one of Android.Media.AudioTrack.WRITE_BLOCKING, Android.Media.AudioTrack.WRITE_NON_BLOCKING. It has no + one of Android.Media.AudioTrack.WRITE_BLOCKING, Android.Media.AudioTrack.WRITE_NON_BLOCKING. It has no effect in static mode. -
With Android.Media.AudioTrack.WRITE_BLOCKING, the write will block until all data has been written +
With Android.Media.AudioTrack.WRITE_BLOCKING, the write will block until all data has been written to the audio sink. -
With Android.Media.AudioTrack.WRITE_NON_BLOCKING, the write will return immediately after +
With Android.Media.AudioTrack.WRITE_NON_BLOCKING, the write will return immediately after queuing as much audio data for playback as possible without blocking. Writes the audio data to the audio sink for playback (streaming mode), or copies audio data for later playback (static buffer mode). diff --git a/docs/Mono.Android/en/Android.Media/JetPlayer.xml b/docs/Mono.Android/en/Android.Media/JetPlayer.xml index e3112c0609..90a9ae7ada 100644 --- a/docs/Mono.Android/en/Android.Media/JetPlayer.xml +++ b/docs/Mono.Android/en/Android.Media/JetPlayer.xml @@ -501,7 +501,7 @@ affects track 0, bit 1 affects track 1 etc. a value specified by the application that uniquely identifies the segment. this value is received in the - JetPlayer OnJetEventListener onJetUserIdUpdate(android media JetPlayer,int,int) event listener method. + JetPlayer OnJetEventListener onJetUserIdUpdate(android media JetPlayer,int,int) event listener method. Normally, the application will keep a byte value that is incremented each time a new segment is queued up. This can be used to look up any special characteristics of that track including trigger clips and mute flags. @@ -553,7 +553,7 @@ The length of the array must be for the call to succeed. a value specified by the application that uniquely identifies the segment. this value is received in the - JetPlayer OnJetEventListener onJetUserIdUpdate(android media JetPlayer,int,int) event listener method. + JetPlayer OnJetEventListener onJetUserIdUpdate(android media JetPlayer,int,int) event listener method. Normally, the application will keep a byte value that is incremented each time a new segment is queued up. This can be used to look up any special characteristics of that track including trigger clips and mute flags. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec.xml b/docs/Mono.Android/en/Android.Media/MediaCodec.xml index 752be33229..73fd79e099 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec.xml @@ -828,7 +828,7 @@ The index of a client-owned output buffer previously - returned from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), + returned from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), or received via an onOutputBufferAvailable callback. Returns a read-only ByteBuffer for a dequeued output buffer index. @@ -930,7 +930,7 @@ The index of a client-owned output buffer previously - returned from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), + returned from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), or received via an onOutputBufferAvailable callback. Returns a read-only Image object for a dequeued output buffer index that contains the raw video frame. @@ -1030,7 +1030,7 @@ -1 If a non-negative timeout had been specified in the call - to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), indicates that the call timed out. + to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64), indicates that the call timed out.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1056,7 +1056,7 @@ Android.Media.MediaFormat - Call this after M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) returns successfully to + Call this after M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) returns successfully to get the input format accepted by the codec. To be added. @@ -1306,7 +1306,7 @@ if not in the Executing state. upon codec error. if a crypto object has been specified in - M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) + M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) @@ -1353,7 +1353,7 @@ and . While not prohibited, most codecs do not use the flag for input buffers. - Similar to M:Android.Media.MediaCodec.QueueInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) but submits a buffer that is + Similar to M:Android.Media.MediaCodec.QueueInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) but submits a buffer that is potentially encrypted. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1418,7 +1418,7 @@ The index of a client-owned output buffer previously returned - from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64). + from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64). If a valid surface was specified when configuring the codec, passing true renders this output buffer to the surface. If you are done with a buffer, use this call to return the buffer to the codec @@ -1456,7 +1456,7 @@ The index of a client-owned output buffer previously returned - from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64). + from a call to M:Android.Media.MediaCodec.DequeueOutputBuffer(.BufferInfo,System.Int64). The timestamp to associate with this buffer when it is sent to the Surface. If you are done with a buffer, use this call to update its surface timestamp @@ -1522,7 +1522,7 @@ The callback that will run. Use null to clear a previously - set callback (before M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) is called and run + set callback (before M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) is called and run in synchronous mode). Sets an asynchronous callback for actionable MediaCodec events on the default looper. @@ -1712,7 +1712,7 @@ To be added. - If a surface has been specified in a previous call to M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) + If a surface has been specified in a previous call to M:Android.Media.MediaCodec.Configure(Android.Media.MediaFormat,Android.Views.Surface,Android.Views.Surface,Android.Views.Surface) specifies the scaling mode to use. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm.xml b/docs/Mono.Android/en/Android.Media/MediaDrm.xml index 14d2d344c9..e51aa152b6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm.xml @@ -285,7 +285,7 @@ Obtain a CryptoSession object which can be used to encrypt, decrypt, sign and verify messages or data using the session keys established - for the session using methods Android.Media.MediaDrm.getKeyRequest(byte[],byte[],java.lang.String,int,java.util.HashMap java.lang.String,java.lang.String ) and + for the session using methods Android.Media.MediaDrm.getKeyRequest(byte[],byte[],java.lang.String,int,java.util.HashMap java.lang.String,java.lang.String ) and using a session key server. To be added. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml b/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml index 3d1703178f..66d2162aac 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml @@ -69,7 +69,7 @@ This event type indicates that the app needs to request keys from a license - server. The request message data is obtained using Android.Media.MediaDrm.getKeyRequest(byte[],byte[],java.lang.String,int,java.util.HashMap java.lang.String,java.lang.String ). + server. The request message data is obtained using Android.Media.MediaDrm.getKeyRequest(byte[],byte[],java.lang.String,int,java.util.HashMap java.lang.String,java.lang.String ). diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor.xml index 8093da2b27..71a7080d9a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaExtractor.xml +++ b/docs/Mono.Android/en/Android.Media/MediaExtractor.xml @@ -470,7 +470,7 @@ 2 The sample is (at least partially) encrypted, see also the documentation - for M:Android.Media.MediaCodec.QueueSecureInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + for M:Android.Media.MediaCodec.QueueSecureInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml b/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml index 0f90eae108..a72db8c6cc 100644 --- a/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml +++ b/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml @@ -44,7 +44,7 @@ The sample is (at least partially) encrypted, see also the documentation - for M:Android.Media.MediaCodec.QueueSecureInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + for M:Android.Media.MediaCodec.QueueSecureInputBuffer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml index ebb61360ef..6d174ac489 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml @@ -526,7 +526,7 @@ the to be used by the media player. the audio session ID to be used by the media player, see to obtain a new session. - Same factory method as M:Android.Media.MediaPlayer.Create(Android.Content.Context,Android.Net.Uri,Android.Net.Uri) but that lets you specify + Same factory method as M:Android.Media.MediaPlayer.Create(Android.Content.Context,Android.Net.Uri,Android.Net.Uri) but that lets you specify the audio attributes and session ID to be used by the new MediaPlayer instance. To be added. @@ -850,9 +850,9 @@ - should be one of MediaPlayer TrackInfo MEDIA_TRACK_TYPE_VIDEO, - MediaPlayer TrackInfo MEDIA_TRACK_TYPE_AUDIO, or - MediaPlayer TrackInfo MEDIA_TRACK_TYPE_SUBTITLE + should be one of MediaPlayer TrackInfo MEDIA_TRACK_TYPE_VIDEO, + MediaPlayer TrackInfo MEDIA_TRACK_TYPE_AUDIO, or + MediaPlayer TrackInfo MEDIA_TRACK_TYPE_SUBTITLE Returns the index of the audio, video, or subtitle track currently selected for playback, The return value is an index into the array returned by , and can be used in calls to or . diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml index 967c4595e8..a4f59be60b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml @@ -708,7 +708,7 @@ Rate at which frames should be captured in frames per second. The fps can go as low as desired. However the fastest fps will be limited by the hardware. For resolutions that can be captured by the video camera, the fastest fps can be computed using - Camera Parameters getPreviewFpsRange(int[]). For higher + Camera Parameters getPreviewFpsRange(int[]). For higher resolutions the fastest fps may be more restrictive. Note that the recorder cannot guarantee that frames will be captured at the given rate due to camera/encoder limitations. However it tries to be as close as diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml index 152388c651..3494c47297 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml @@ -17,7 +17,7 @@ - Stub implementation of T:Android.Media.MediaRouter+Callback. + Stub implementation of T:Android.Media.MediaRouter+Callback. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter.xml b/docs/Mono.Android/en/Android.Media/MediaRouter.xml index 40c8ef3e66..8be039fb3a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter.xml @@ -196,7 +196,7 @@ 1 - Flag for M:Android.Media.MediaRouter.AddCallback(Android.Media.MediaRouteType,.Callback): Actively scan for routes while this callback + Flag for M:Android.Media.MediaRouter.AddCallback(Android.Media.MediaRouteType,.Callback): Actively scan for routes while this callback is registered. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -227,7 +227,7 @@ 2 - Flag for M:Android.Media.MediaRouter.AddCallback(Android.Media.MediaRouteType,.Callback): Do not filter route events. + Flag for M:Android.Media.MediaRouter.AddCallback(Android.Media.MediaRouteType,.Callback): Do not filter route events. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml index a482388aa5..a2f732460e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml +++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml @@ -329,7 +329,7 @@ The caller's Context, required for establishing a connection to the media scanner service. Success or failure of the scanning operation cannot be determined until - MediaScannerConnection MediaScannerConnectionClient onScanCompleted(java lang String,android net Uri) is called. + MediaScannerConnection MediaScannerConnectionClient onScanCompleted(java lang String,android net Uri) is called. Array of paths to be scanned. Optional array of MIME types for each path. If mimeType is null, then the mimeType will be inferred from the file extension. @@ -337,7 +337,7 @@ scanned URI and MIME type; If null, the file will be scanned but you will not get a result back. Convenience for constructing a , calling - on it, and calling M:Android.Media.MediaScannerConnection.ScanFile(Android.Content.Context,System.String[],System.String[],System.String[]) with the given + on it, and calling M:Android.Media.MediaScannerConnection.ScanFile(Android.Content.Context,System.String[],System.String[],System.String[]) with the given path and mimeType when the connection is established. diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlFlags.xml b/docs/Mono.Android/en/Android.Media/RemoteControlFlags.xml index 93e09e18e1..87e38f1d52 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteControlFlags.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteControlFlags.xml @@ -184,7 +184,7 @@ Flag indicating a RemoteControlClient can receive changes in the media playback position - through the T:Android.Media.RemoteControlClient+IOnPlaybackPositionUpdateListener interface. This flag must be set + through the T:Android.Media.RemoteControlClient+IOnPlaybackPositionUpdateListener interface. This flag must be set in order for components that display the RemoteControlClient information, to display and let the user control media playback position. diff --git a/docs/Mono.Android/en/Android.Media/RemoteController.xml b/docs/Mono.Android/en/Android.Media/RemoteController.xml index c9422731e7..da8e84889f 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteController.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteController.xml @@ -306,7 +306,7 @@ a instance whose key code is one of - F:Android.Views.Keycode.MediaMute, + F:Android.Views.Keycode.MediaMute, , , , diff --git a/docs/Mono.Android/en/Android.Media/RingtoneManager.xml b/docs/Mono.Android/en/Android.Media/RingtoneManager.xml index 0d7380315d..88f81ed88f 100644 --- a/docs/Mono.Android/en/Android.Media/RingtoneManager.xml +++ b/docs/Mono.Android/en/Android.Media/RingtoneManager.xml @@ -406,8 +406,8 @@ A context used for querying. The type whose default sound should be returned. One of - Android.Media.RingtoneManager.TYPE_RINGTONE, Android.Media.RingtoneManager.TYPE_NOTIFICATION, or - Android.Media.RingtoneManager.TYPE_ALARM. + Android.Media.RingtoneManager.TYPE_RINGTONE, Android.Media.RingtoneManager.TYPE_NOTIFICATION, or + Android.Media.RingtoneManager.TYPE_ALARM. Gets the current default sound's . To be added. @@ -445,9 +445,9 @@ The default . For example, - Settings System DEFAULT_RINGTONE_URI, - Settings System DEFAULT_NOTIFICATION_URI, or - Settings System DEFAULT_ALARM_ALERT_URI. + Settings System DEFAULT_RINGTONE_URI, + Settings System DEFAULT_NOTIFICATION_URI, or + Settings System DEFAULT_ALARM_ALERT_URI. Returns the type of a default . To be added. @@ -830,8 +830,8 @@ A context used for querying. The type whose default sound should be set. One of - Android.Media.RingtoneManager.TYPE_RINGTONE, Android.Media.RingtoneManager.TYPE_NOTIFICATION, or - Android.Media.RingtoneManager.TYPE_ALARM. + Android.Media.RingtoneManager.TYPE_RINGTONE, Android.Media.RingtoneManager.TYPE_NOTIFICATION, or + Android.Media.RingtoneManager.TYPE_ALARM. A pointing to the default sound to set. Sets the of the default sound for a given sound type. @@ -869,9 +869,9 @@ - The type(s), one or more of Android.Media.RingtoneManager.TYPE_RINGTONE, - Android.Media.RingtoneManager.TYPE_NOTIFICATION, Android.Media.RingtoneManager.TYPE_ALARM, - Android.Media.RingtoneManager.TYPE_ALL. + The type(s), one or more of Android.Media.RingtoneManager.TYPE_RINGTONE, + Android.Media.RingtoneManager.TYPE_NOTIFICATION, Android.Media.RingtoneManager.TYPE_ALARM, + Android.Media.RingtoneManager.TYPE_ALL. Sets which type(s) of ringtones will be listed by this. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml b/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml index 53bdd31ad7..0d93e5468f 100644 --- a/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml +++ b/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml @@ -340,7 +340,7 @@ 2 Constant used to indicate we should recycle the input in - M:Android.Media.ThumbnailUtils.ExtractThumbnail(Android.Graphics.Bitmap,System.Int32,System.Int32,System.Int32) unless the output is the input. + M:Android.Media.ThumbnailUtils.ExtractThumbnail(Android.Graphics.Bitmap,System.Int32,System.Int32,System.Int32) unless the output is the input. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml b/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml index df90c2a0f1..30c1b42c58 100644 --- a/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml +++ b/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml @@ -65,7 +65,7 @@ Constant used to indicate we should recycle the input in - M:Android.Media.ThumbnailUtils.ExtractThumbnail(Android.Graphics.Bitmap,System.Int32,System.Int32,System.Int32) unless the output is the input. + M:Android.Media.ThumbnailUtils.ExtractThumbnail(Android.Graphics.Bitmap,System.Int32,System.Int32,System.Int32) unless the output is the input. diff --git a/docs/Mono.Android/en/Android.Media/ToneGenerator.xml b/docs/Mono.Android/en/Android.Media/ToneGenerator.xml index 0d419b4725..fa4751bb73 100644 --- a/docs/Mono.Android/en/Android.Media/ToneGenerator.xml +++ b/docs/Mono.Android/en/Android.Media/ToneGenerator.xml @@ -220,7 +220,7 @@ The type of tone generated chosen from the following list: - Android.Media.ToneGenerator.TONE_DTMF_0Android.Media.ToneGenerator.TONE_DTMF_1Android.Media.ToneGenerator.TONE_DTMF_2Android.Media.ToneGenerator.TONE_DTMF_3Android.Media.ToneGenerator.TONE_DTMF_4Android.Media.ToneGenerator.TONE_DTMF_5Android.Media.ToneGenerator.TONE_DTMF_6Android.Media.ToneGenerator.TONE_DTMF_7Android.Media.ToneGenerator.TONE_DTMF_8Android.Media.ToneGenerator.TONE_DTMF_9Android.Media.ToneGenerator.TONE_DTMF_AAndroid.Media.ToneGenerator.TONE_DTMF_BAndroid.Media.ToneGenerator.TONE_DTMF_CAndroid.Media.ToneGenerator.TONE_DTMF_DAndroid.Media.ToneGenerator.TONE_SUP_DIALAndroid.Media.ToneGenerator.TONE_SUP_BUSYAndroid.Media.ToneGenerator.TONE_SUP_CONGESTIONAndroid.Media.ToneGenerator.TONE_SUP_RADIO_ACKAndroid.Media.ToneGenerator.TONE_SUP_RADIO_NOTAVAILAndroid.Media.ToneGenerator.TONE_SUP_ERRORAndroid.Media.ToneGenerator.TONE_SUP_CALL_WAITINGAndroid.Media.ToneGenerator.TONE_SUP_RINGTONEAndroid.Media.ToneGenerator.TONE_PROP_BEEPAndroid.Media.ToneGenerator.TONE_PROP_ACKAndroid.Media.ToneGenerator.TONE_PROP_NACKAndroid.Media.ToneGenerator.TONE_PROP_PROMPTAndroid.Media.ToneGenerator.TONE_PROP_BEEP2Android.Media.ToneGenerator.TONE_SUP_INTERCEPTAndroid.Media.ToneGenerator.TONE_SUP_INTERCEPT_ABBREVAndroid.Media.ToneGenerator.TONE_SUP_CONGESTION_ABBREVAndroid.Media.ToneGenerator.TONE_SUP_CONFIRMAndroid.Media.ToneGenerator.TONE_SUP_PIPAndroid.Media.ToneGenerator.TONE_CDMA_DIAL_TONE_LITEAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_USA_RINGBACKAndroid.Media.ToneGenerator.TONE_CDMA_INTERCEPTAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_INTERCEPTAndroid.Media.ToneGenerator.TONE_CDMA_REORDERAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_REORDERAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_BUSYAndroid.Media.ToneGenerator.TONE_CDMA_CONFIRMAndroid.Media.ToneGenerator.TONE_CDMA_ANSWERAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_CALLWAITINGAndroid.Media.ToneGenerator.TONE_CDMA_PIPAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_NORMALAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_INTERGROUPAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_SP_PRIAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT3Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PING_RINGAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT5Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT6Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT7Android.Media.ToneGenerator.TONE_CDMA_HIGH_LAndroid.Media.ToneGenerator.TONE_CDMA_MED_LAndroid.Media.ToneGenerator.TONE_CDMA_LOW_LAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SSAndroid.Media.ToneGenerator.TONE_CDMA_MED_SSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SSLAndroid.Media.ToneGenerator.TONE_CDMA_MED_SSLAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SSLAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SS_2Android.Media.ToneGenerator.TONE_CDMA_MED_SS_2Android.Media.ToneGenerator.TONE_CDMA_LOW_SS_2Android.Media.ToneGenerator.TONE_CDMA_HIGH_SLSAndroid.Media.ToneGenerator.TONE_CDMA_MED_SLSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SLSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_S_X4Android.Media.ToneGenerator.TONE_CDMA_MED_S_X4Android.Media.ToneGenerator.TONE_CDMA_LOW_S_X4Android.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_MED_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_LOW_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ONE_MIN_BEEPAndroid.Media.ToneGenerator.TONE_CDMA_KEYPAD_VOLUME_KEY_LITEAndroid.Media.ToneGenerator.TONE_CDMA_PRESSHOLDKEY_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_INCALL_LITEAndroid.Media.ToneGenerator.TONE_CDMA_EMERGENCY_RINGBACKAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_CALL_GUARDAndroid.Media.ToneGenerator.TONE_CDMA_SOFT_ERROR_LITEAndroid.Media.ToneGenerator.TONE_CDMA_CALLDROP_LITEAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOTAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_ALERTAndroid.Media.ToneGenerator.TONE_CDMA_SIGNAL_OFF + Android.Media.ToneGenerator.TONE_DTMF_0Android.Media.ToneGenerator.TONE_DTMF_1Android.Media.ToneGenerator.TONE_DTMF_2Android.Media.ToneGenerator.TONE_DTMF_3Android.Media.ToneGenerator.TONE_DTMF_4Android.Media.ToneGenerator.TONE_DTMF_5Android.Media.ToneGenerator.TONE_DTMF_6Android.Media.ToneGenerator.TONE_DTMF_7Android.Media.ToneGenerator.TONE_DTMF_8Android.Media.ToneGenerator.TONE_DTMF_9Android.Media.ToneGenerator.TONE_DTMF_AAndroid.Media.ToneGenerator.TONE_DTMF_BAndroid.Media.ToneGenerator.TONE_DTMF_CAndroid.Media.ToneGenerator.TONE_DTMF_DAndroid.Media.ToneGenerator.TONE_SUP_DIALAndroid.Media.ToneGenerator.TONE_SUP_BUSYAndroid.Media.ToneGenerator.TONE_SUP_CONGESTIONAndroid.Media.ToneGenerator.TONE_SUP_RADIO_ACKAndroid.Media.ToneGenerator.TONE_SUP_RADIO_NOTAVAILAndroid.Media.ToneGenerator.TONE_SUP_ERRORAndroid.Media.ToneGenerator.TONE_SUP_CALL_WAITINGAndroid.Media.ToneGenerator.TONE_SUP_RINGTONEAndroid.Media.ToneGenerator.TONE_PROP_BEEPAndroid.Media.ToneGenerator.TONE_PROP_ACKAndroid.Media.ToneGenerator.TONE_PROP_NACKAndroid.Media.ToneGenerator.TONE_PROP_PROMPTAndroid.Media.ToneGenerator.TONE_PROP_BEEP2Android.Media.ToneGenerator.TONE_SUP_INTERCEPTAndroid.Media.ToneGenerator.TONE_SUP_INTERCEPT_ABBREVAndroid.Media.ToneGenerator.TONE_SUP_CONGESTION_ABBREVAndroid.Media.ToneGenerator.TONE_SUP_CONFIRMAndroid.Media.ToneGenerator.TONE_SUP_PIPAndroid.Media.ToneGenerator.TONE_CDMA_DIAL_TONE_LITEAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_USA_RINGBACKAndroid.Media.ToneGenerator.TONE_CDMA_INTERCEPTAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_INTERCEPTAndroid.Media.ToneGenerator.TONE_CDMA_REORDERAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_REORDERAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_BUSYAndroid.Media.ToneGenerator.TONE_CDMA_CONFIRMAndroid.Media.ToneGenerator.TONE_CDMA_ANSWERAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_CALLWAITINGAndroid.Media.ToneGenerator.TONE_CDMA_PIPAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_NORMALAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_INTERGROUPAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_SP_PRIAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT3Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PING_RINGAndroid.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT5Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT6Android.Media.ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT7Android.Media.ToneGenerator.TONE_CDMA_HIGH_LAndroid.Media.ToneGenerator.TONE_CDMA_MED_LAndroid.Media.ToneGenerator.TONE_CDMA_LOW_LAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SSAndroid.Media.ToneGenerator.TONE_CDMA_MED_SSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SSLAndroid.Media.ToneGenerator.TONE_CDMA_MED_SSLAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SSLAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_SS_2Android.Media.ToneGenerator.TONE_CDMA_MED_SS_2Android.Media.ToneGenerator.TONE_CDMA_LOW_SS_2Android.Media.ToneGenerator.TONE_CDMA_HIGH_SLSAndroid.Media.ToneGenerator.TONE_CDMA_MED_SLSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_SLSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_S_X4Android.Media.ToneGenerator.TONE_CDMA_MED_S_X4Android.Media.ToneGenerator.TONE_CDMA_LOW_S_X4Android.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_LAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SSLAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_MED_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_LOW_PBX_SLSAndroid.Media.ToneGenerator.TONE_CDMA_HIGH_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_MED_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_LOW_PBX_S_X4Android.Media.ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ONE_MIN_BEEPAndroid.Media.ToneGenerator.TONE_CDMA_KEYPAD_VOLUME_KEY_LITEAndroid.Media.ToneGenerator.TONE_CDMA_PRESSHOLDKEY_LITEAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_INCALL_LITEAndroid.Media.ToneGenerator.TONE_CDMA_EMERGENCY_RINGBACKAndroid.Media.ToneGenerator.TONE_CDMA_ALERT_CALL_GUARDAndroid.Media.ToneGenerator.TONE_CDMA_SOFT_ERROR_LITEAndroid.Media.ToneGenerator.TONE_CDMA_CALLDROP_LITEAndroid.Media.ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOTAndroid.Media.ToneGenerator.TONE_CDMA_ABBR_ALERTAndroid.Media.ToneGenerator.TONE_CDMA_SIGNAL_OFF This method starts the playback of a tone of the specified type. only one tone can play at a time: if a tone is playing while this method is called, this tone is stopped and replaced by the one requested. diff --git a/docs/Mono.Android/en/Android.Media/Volume.xml b/docs/Mono.Android/en/Android.Media/Volume.xml index 6731f2e9bf..ca8e481f91 100644 --- a/docs/Mono.Android/en/Android.Media/Volume.xml +++ b/docs/Mono.Android/en/Android.Media/Volume.xml @@ -38,7 +38,7 @@ 100 - Maximum volume, for use with C:Android.Media.ToneGenerator(Android.Media.Stream,Android.Media.Volume) + Maximum volume, for use with C:Android.Media.ToneGenerator(Android.Media.Stream,Android.Media.Volume) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -66,7 +66,7 @@ 0 - Minimum volume setting, for use with C:Android.Media.ToneGenerator(Android.Media.Stream,Android.Media.Volume) + Minimum volume setting, for use with C:Android.Media.ToneGenerator(Android.Media.Stream,Android.Media.Volume) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml b/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml index 77c31e4763..a71fe1f461 100644 --- a/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml +++ b/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml @@ -80,7 +80,7 @@ If this is given to or - M:Android.Media.AudioManager.AdjustSuggestedStreamVolume(Android.Media.Adjust,Android.Media.Stream,Android.Media.Stream), it may be ignored + M:Android.Media.AudioManager.AdjustSuggestedStreamVolume(Android.Media.Adjust,Android.Media.Stream,Android.Media.Stream), it may be ignored in some cases (for example, the decided stream type is not , or the volume is being adjusted downward). diff --git a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo.xml b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo.xml index dd33b8d936..a5e1c58a5d 100644 --- a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo.xml +++ b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo.xml @@ -50,7 +50,7 @@ Returns the association description for the MTP object Will be zero objects that are not of format - Android.Mtp.MtpConstants.FORMAT_ASSOCIATION + Android.Mtp.MtpConstants.FORMAT_ASSOCIATION To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -79,7 +79,7 @@ Returns the association type for the MTP object Will be zero objects that are not of format - Android.Mtp.MtpConstants.FORMAT_ASSOCIATION + Android.Mtp.MtpConstants.FORMAT_ASSOCIATION For directories the association type is typically To be added. @@ -539,7 +539,7 @@ Returns the protection status for the MTP object Possible values are: - Android.Mtp.MtpConstants.PROTECTION_STATUS_NONEAndroid.Mtp.MtpConstants.PROTECTION_STATUS_READ_ONLYAndroid.Mtp.MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA + Android.Mtp.MtpConstants.PROTECTION_STATUS_NONEAndroid.Mtp.MtpConstants.PROTECTION_STATUS_READ_ONLYAndroid.Mtp.MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml index 96fc344a7d..318d4841a3 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml @@ -92,7 +92,7 @@ http services or "_ipp._tcp" for printers The service discovery protocol The listener notifies of a successful discovery and is used - to stop discovery on this serviceType through a call on M:Android.Net.Nsd.NsdManager.StopServiceDiscovery(.IDiscoveryListener). + to stop discovery on this serviceType through a call on M:Android.Net.Nsd.NsdManager.StopServiceDiscovery(.IDiscoveryListener). Cannot be null. Cannot be in use for an active service discovery. Initiate service discovery to browse for instances of a service type. @@ -184,10 +184,10 @@ 0 - Failures are passed with NsdManager RegistrationListener onRegistrationFailed(android net nsd NsdServiceInfo,int), - NsdManager RegistrationListener onUnregistrationFailed(android net nsd NsdServiceInfo,int), - NsdManager DiscoveryListener onStartDiscoveryFailed(java lang String,int), - NsdManager DiscoveryListener onStopDiscoveryFailed(java lang String,int) or NsdManager ResolveListener onResolveFailed(android net nsd NsdServiceInfo,int). + Failures are passed with NsdManager RegistrationListener onRegistrationFailed(android net nsd NsdServiceInfo,int), + NsdManager RegistrationListener onUnregistrationFailed(android net nsd NsdServiceInfo,int), + NsdManager DiscoveryListener onStartDiscoveryFailed(java lang String,int), + NsdManager DiscoveryListener onStopDiscoveryFailed(java lang String,int) or NsdManager ResolveListener onResolveFailed(android net nsd NsdServiceInfo,int). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -365,7 +365,7 @@ The service being registered The service discovery protocol The listener notifies of a successful registration and is used to - unregister this service through a call on M:Android.Net.Nsd.NsdManager.UnregisterService(.IRegistrationListener). Cannot be null. + unregister this service through a call on M:Android.Net.Nsd.NsdManager.UnregisterService(.IRegistrationListener). Cannot be null. Cannot be in use for an active service registration. Register a service to be discovered by other services. @@ -431,14 +431,14 @@ - This should be the listener object that was passed to M:Android.Net.Nsd.NsdManager.DiscoverServices(System.String,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). + This should be the listener object that was passed to M:Android.Net.Nsd.NsdManager.DiscoverServices(System.String,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). It identifies the discovery that should be stopped and notifies of a successful or unsuccessful stop. In API versions 20 and above, the listener object may be used for another service discovery once the callback has been called. In API versions <= 19, there is no entirely reliable way to know when a listener may be re-used, and a new listener should be created for each service discovery request. - Stop service discovery initiated with M:Android.Net.Nsd.NsdManager.DiscoverServices(System.String,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). + Stop service discovery initiated with M:Android.Net.Nsd.NsdManager.DiscoverServices(System.String,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -510,14 +510,14 @@ This should be the listener object that was passed to - M:Android.Net.Nsd.NsdManager.RegisterService(Android.Net.Nsd.NsdServiceInfo,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). It identifies the service that should be unregistered + M:Android.Net.Nsd.NsdManager.RegisterService(Android.Net.Nsd.NsdServiceInfo,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). It identifies the service that should be unregistered and notifies of a successful or unsuccessful unregistration via the listener callbacks. In API versions 20 and above, the listener object may be used for another service registration once the callback has been called. In API versions <= 19, there is no entirely reliable way to know when a listener may be re-used, and a new listener should be created for each service registration request. - Unregister a service registered through M:Android.Net.Nsd.NsdManager.RegisterService(Android.Net.Nsd.NsdServiceInfo,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). + Unregister a service registered through M:Android.Net.Nsd.NsdManager.RegisterService(Android.Net.Nsd.NsdServiceInfo,Android.Net.Nsd.NsdProtocol,Android.Net.Nsd.NsdProtocol). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml b/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml index 0a9bfc376c..cece6b2a6a 100644 --- a/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml +++ b/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml @@ -687,7 +687,7 @@ the SIP profile to receive incoming calls for When an incoming call is received, the SIP service will call - M:Android.App.PendingIntent.Send(Android.Content.Context,Android.App.Result,Android.App.Result) to send back the + M:Android.App.PendingIntent.Send(Android.Content.Context,Android.App.Result,Android.App.Result) to send back the intent to the caller with as the result code and the intent to fill in the call ID and session description information. It cannot be null. diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml index dfba6eda26..0ab62b3e97 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml @@ -18,7 +18,7 @@ A class for creating a Bonjour service discovery request for use with - M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) + M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml index fe2c990741..11cddbb80f 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml @@ -28,7 +28,7 @@ A class for creating a service discovery request for use with - M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) + M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml index 8887ee7cd0..29e6b1006f 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml @@ -18,7 +18,7 @@ A class for creating a Upnp service discovery request for use with - M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) + M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) and M:Android.Net.Wifi.P2p.WifiP2pManager.RemoveServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml index 4acc391b36..99dfd3a086 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml @@ -101,7 +101,7 @@ Passed with . Indicates that the failed because no service - requests are added. Use M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(Android.Net.Wifi.P2p.WifiP2pManager.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) to add a service + requests are added. Use M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(Android.Net.Wifi.P2p.WifiP2pManager.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) to add a service request. diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml index 95d999f02a..6602536f4c 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml @@ -76,7 +76,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) is a local service information. for callbacks on success or failure. Can be null. @@ -111,7 +111,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) is the service discovery request. for callbacks on success or failure. Can be null. @@ -145,7 +145,7 @@ 2 - Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. + Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -175,7 +175,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Cancel any ongoing p2p group negotiation @@ -210,7 +210,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Clear all registered local services of service discovery. @@ -243,7 +243,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Clear all registered service discovery requests. @@ -277,7 +277,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) options as described in class for callbacks on success or failure. Can be null. @@ -311,7 +311,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Create a p2p group with the current device as the group owner. @@ -344,7 +344,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Initiate peer discovery. @@ -377,7 +377,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Initiate service discovery. @@ -410,7 +410,7 @@ 0 - Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. + Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -687,7 +687,7 @@ 3 - Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. + Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -717,7 +717,7 @@ 1 - Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. + Passed with M:Android.Net.Wifi.P2p.WifiP2Manager.IActionListener.OnFailure. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -747,7 +747,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Remove the current p2p group. @@ -781,11 +781,11 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) is the local service information. for callbacks on success or failure. Can be null. - Remove a registered local service added with M:Android.Net.Wifi.P2p.WifiP2pManager.AddLocalService(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo) + Remove a registered local service added with M:Android.Net.Wifi.P2p.WifiP2pManager.AddLocalService(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -816,11 +816,11 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) is the service discovery request. for callbacks on success or failure. Can be null. - Remove a specified service discovery request added with M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) + Remove a specified service discovery request added with M:Android.Net.Wifi.P2p.WifiP2pManager.AddServiceRequest(.Channel,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest,Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -850,7 +850,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callback when connection info is available. Can be null. Request device connection info. @@ -883,7 +883,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callback when group info is available. Can be null. Request p2p group info. @@ -916,7 +916,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callback when peer list is available. Can be null. Request the current list of peers. @@ -1016,7 +1016,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on receiving service discovery response. Register a callback to be invoked on receiving upnp service discovery @@ -1050,7 +1050,7 @@ - is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) + is the channel created at M:Android.Net.Wifi.P2p.WifiP2pManager.Initialize(Android.Content.Context,Android.OS.Looper,Android.OS.Looper) for callbacks on success or failure. Can be null. Stop an ongoing peer discovery diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml index 904fcadb6d..bb7fddb91f 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml @@ -427,8 +427,8 @@ - the type of lock to create. See Android.Net.Wifi.WifiManager.WIFI_MODE_FULL, - Android.Net.Wifi.WifiManager.WIFI_MODE_FULL_HIGH_PERF and Android.Net.Wifi.WifiManager.WIFI_MODE_SCAN_ONLY for + the type of lock to create. See Android.Net.Wifi.WifiManager.WIFI_MODE_FULL, + Android.Net.Wifi.WifiManager.WIFI_MODE_FULL_HIGH_PERF and Android.Net.Wifi.WifiManager.WIFI_MODE_SCAN_ONLY for descriptions of the types of Wi-Fi locks. a tag for the WifiLock to identify it in debugging messages. This string is never shown to the user under normal conditions, but should be descriptive diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WpsInfo.xml b/docs/Mono.Android/en/Android.Net.Wifi/WpsInfo.xml index b5f3fc49df..eff07d49ee 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi/WpsInfo.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi/WpsInfo.xml @@ -30,7 +30,7 @@ A class representing Wi-Fi Protected Setup -
See Also
ERROR(/WifiP2pConfig)
+
See Also
ERROR(/WifiP2pConfig)
diff --git a/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml b/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml index 5559cef4be..a58e4a9761 100644 --- a/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml +++ b/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml @@ -1390,7 +1390,7 @@ Previously registered listener. Remove network active listener previously registered with - M:Android.Net.ConnectivityManager.AddDefaultNetworkActiveListener(.IOnNetworkActiveListener). + M:Android.Net.ConnectivityManager.AddDefaultNetworkActiveListener(.IOnNetworkActiveListener).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/LocalSocketAddress.xml b/docs/Mono.Android/en/Android.Net/LocalSocketAddress.xml index a1ce7dd837..1cfcc1153b 100644 --- a/docs/Mono.Android/en/Android.Net/LocalSocketAddress.xml +++ b/docs/Mono.Android/en/Android.Net/LocalSocketAddress.xml @@ -49,7 +49,7 @@ To be added. - Creates an instance with a given name in the LocalSocketAddress Namespace ABSTRACT + Creates an instance with a given name in the LocalSocketAddress Namespace ABSTRACT namespace Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/VpnService.xml b/docs/Mono.Android/en/Android.Net/VpnService.xml index 7b8c45af7d..55c261734d 100644 --- a/docs/Mono.Android/en/Android.Net/VpnService.xml +++ b/docs/Mono.Android/en/Android.Net/VpnService.xml @@ -121,7 +121,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication interface to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml index 974d777a52..4faf99d4a9 100644 --- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml +++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml @@ -206,7 +206,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml index b400caf4ea..02de71b786 100644 --- a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml +++ b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml @@ -48,7 +48,7 @@ Android.OS.AsyncTask+Status - Indicates that M:Android.OS.AsyncTask`3.OnPostExecute has finished. + Indicates that M:Android.OS.AsyncTask`3.OnPostExecute has finished. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask.xml b/docs/Mono.Android/en/Android.OS/AsyncTask.xml index ffd8e49465..b647504a26 100644 --- a/docs/Mono.Android/en/Android.OS/AsyncTask.xml +++ b/docs/Mono.Android/en/Android.OS/AsyncTask.xml @@ -71,48 +71,40 @@ - - - Android.OS.AsyncTask`3.onPreExecute() - - , invoked on the UI thread before the task + + Android.OS.AsyncTask`3.onPreExecute() + , invoked on the UI thread before the task is executed. This step is normally used to setup the task, for instance by showing a progress bar in the user interface. - - - M:Android.OS.AsyncTask`3.DoInBackground - - , invoked on the background thread - immediately after Android.OS.AsyncTask`3.onPreExecute() finishes executing. This step is used + + M:Android.OS.AsyncTask`3.DoInBackground + , invoked on the background thread + immediately after Android.OS.AsyncTask`3.onPreExecute() finishes executing. This step is used to perform background computation that can take a long time. The parameters of the asynchronous task are passed to this step. The result of the computation must be returned by this step and will be passed back to the last step. This step - can also use Android.OS.AsyncTask`3.publishProgress(Progress...) to publish one or more units + can also use Android.OS.AsyncTask`3.publishProgress(Progress...) to publish one or more units of progress. These values are published on the UI thread, in the - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) step. + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) step. - - - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) - - , invoked on the UI thread after a - call to Android.OS.AsyncTask`3.publishProgress(Progress...). The timing of the execution is + + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) + , invoked on the UI thread after a + call to Android.OS.AsyncTask`3.publishProgress(Progress...). The timing of the execution is undefined. This method is used to display any form of progress in the user interface while the background computation is still executing. For instance, it can be used to animate a progress bar or show logs in a text field. - - - M:Android.OS.AsyncTask`3.OnPostExecute - - , invoked on the UI thread after the background + + M:Android.OS.AsyncTask`3.OnPostExecute + , invoked on the UI thread after the background computation finishes. The result of the background computation is passed to this step as a parameter. @@ -126,22 +118,20 @@ The AsyncTask class must be loaded on the UI thread. This is done - automatically as of F:Android.OS.Build+VERSION.JellyBean. + automatically as of F:Android.OS.Build+VERSION.JellyBean. The task instance must be created on the UI thread. - - - Android.OS.AsyncTask`3.execute(Params...) - - must be invoked on the UI thread. + + Android.OS.AsyncTask`3.execute(Params...) + must be invoked on the UI thread. - Do not call Android.OS.AsyncTask`3.onPreExecute(), M:Android.OS.AsyncTask`3.OnPostExecute, - M:Android.OS.AsyncTask`3.DoInBackground, Android.OS.AsyncTask`3.onProgressUpdate(Progress...) manually. + Do not call Android.OS.AsyncTask`3.onPreExecute(), M:Android.OS.AsyncTask`3.OnPostExecute, + M:Android.OS.AsyncTask`3.DoInBackground, Android.OS.AsyncTask`3.onProgressUpdate(Progress...) manually. The task can be executed only once (an exception will be thrown if @@ -153,13 +143,13 @@ - Set member fields in the constructor or Android.OS.AsyncTask`3.onPreExecute(), and refer to them - in M:Android.OS.AsyncTask`3.DoInBackground. + Set member fields in the constructor or Android.OS.AsyncTask`3.onPreExecute(), and refer to them + in M:Android.OS.AsyncTask`3.DoInBackground. - Set member fields in M:Android.OS.AsyncTask`3.DoInBackground, and refer to them in - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) and M:Android.OS.AsyncTask`3.OnPostExecute. + Set member fields in M:Android.OS.AsyncTask`3.DoInBackground, and refer to them in + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) and M:Android.OS.AsyncTask`3.OnPostExecute. @@ -318,7 +308,7 @@ To be added. - Convenience version of Android.OS.AsyncTask`3.execute(Params...) for use with + Convenience version of Android.OS.AsyncTask`3.execute(Params...) for use with a simple Runnable object. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -706,7 +696,7 @@ - Runs on the UI thread before M:Android.OS.AsyncTask`3.DoInBackground. + Runs on the UI thread before M:Android.OS.AsyncTask`3.DoInBackground. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml b/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml index 7863d3c525..4791c9baaa 100644 --- a/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml +++ b/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml @@ -76,48 +76,40 @@ - - - Android.OS.AsyncTask`3.onPreExecute() - - , invoked on the UI thread before the task + + Android.OS.AsyncTask`3.onPreExecute() + , invoked on the UI thread before the task is executed. This step is normally used to setup the task, for instance by showing a progress bar in the user interface. - - - M:Android.OS.AsyncTask`3.DoInBackground - - , invoked on the background thread - immediately after Android.OS.AsyncTask`3.onPreExecute() finishes executing. This step is used + + M:Android.OS.AsyncTask`3.DoInBackground + , invoked on the background thread + immediately after Android.OS.AsyncTask`3.onPreExecute() finishes executing. This step is used to perform background computation that can take a long time. The parameters of the asynchronous task are passed to this step. The result of the computation must be returned by this step and will be passed back to the last step. This step - can also use Android.OS.AsyncTask`3.publishProgress(Progress...) to publish one or more units + can also use Android.OS.AsyncTask`3.publishProgress(Progress...) to publish one or more units of progress. These values are published on the UI thread, in the - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) step. + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) step. - - - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) - - , invoked on the UI thread after a - call to Android.OS.AsyncTask`3.publishProgress(Progress...). The timing of the execution is + + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) + , invoked on the UI thread after a + call to Android.OS.AsyncTask`3.publishProgress(Progress...). The timing of the execution is undefined. This method is used to display any form of progress in the user interface while the background computation is still executing. For instance, it can be used to animate a progress bar or show logs in a text field. - - - M:Android.OS.AsyncTask`3.OnPostExecute - - , invoked on the UI thread after the background + + M:Android.OS.AsyncTask`3.OnPostExecute + , invoked on the UI thread after the background computation finishes. The result of the background computation is passed to this step as a parameter. @@ -131,22 +123,20 @@ The AsyncTask class must be loaded on the UI thread. This is done - automatically as of F:Android.OS.Build+VERSION.JellyBean. + automatically as of F:Android.OS.Build+VERSION.JellyBean. The task instance must be created on the UI thread. - - - Android.OS.AsyncTask`3.execute(Params...) - - must be invoked on the UI thread. + + Android.OS.AsyncTask`3.execute(Params...) + must be invoked on the UI thread. - Do not call Android.OS.AsyncTask`3.onPreExecute(), M:Android.OS.AsyncTask`3.OnPostExecute, - M:Android.OS.AsyncTask`3.DoInBackground, Android.OS.AsyncTask`3.onProgressUpdate(Progress...) manually. + Do not call Android.OS.AsyncTask`3.onPreExecute(), M:Android.OS.AsyncTask`3.OnPostExecute, + M:Android.OS.AsyncTask`3.DoInBackground, Android.OS.AsyncTask`3.onProgressUpdate(Progress...) manually. The task can be executed only once (an exception will be thrown if @@ -158,13 +148,13 @@ - Set member fields in the constructor or Android.OS.AsyncTask`3.onPreExecute(), and refer to them - in M:Android.OS.AsyncTask`3.DoInBackground. + Set member fields in the constructor or Android.OS.AsyncTask`3.onPreExecute(), and refer to them + in M:Android.OS.AsyncTask`3.DoInBackground. - Set member fields in M:Android.OS.AsyncTask`3.DoInBackground, and refer to them in - Android.OS.AsyncTask`3.onProgressUpdate(Progress...) and M:Android.OS.AsyncTask`3.OnPostExecute. + Set member fields in M:Android.OS.AsyncTask`3.DoInBackground, and refer to them in + Android.OS.AsyncTask`3.onProgressUpdate(Progress...) and M:Android.OS.AsyncTask`3.OnPostExecute. diff --git a/docs/Mono.Android/en/Android.OS/Binder.xml b/docs/Mono.Android/en/Android.OS/Binder.xml index d62744ec52..800bfe9f65 100644 --- a/docs/Mono.Android/en/Android.OS/Binder.xml +++ b/docs/Mono.Android/en/Android.OS/Binder.xml @@ -263,7 +263,7 @@ additional arguments to the dump request. Implemented to call the more convenient version - M:Android.OS.Binder.Dump(Java.IO.FileDescriptor,Java.IO.PrintWriter,Java.IO.PrintWriter). + M:Android.OS.Binder.Dump(Java.IO.FileDescriptor,Java.IO.PrintWriter,Java.IO.PrintWriter). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/BinderConsts.xml b/docs/Mono.Android/en/Android.OS/BinderConsts.xml index ae70f2a9dc..18bc74e261 100644 --- a/docs/Mono.Android/en/Android.OS/BinderConsts.xml +++ b/docs/Mono.Android/en/Android.OS/BinderConsts.xml @@ -109,7 +109,7 @@ 1 - Flag to Android.OS.BinderConsts.transact(int,android.os.Parcel,android.os.Parcel,int): this is a one-way call, meaning that the + Flag to Android.OS.BinderConsts.transact(int,android.os.Parcel,android.os.Parcel,int): this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee. diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml index ebb4df8866..45afddb8fa 100644 --- a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml +++ b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml @@ -280,7 +280,7 @@ The user-visible SDK version of the framework; its possible - values are defined in T:Android.OS.Build+VERSION_CODES. + values are defined in T:Android.OS.Build+VERSION_CODES. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml b/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml index d8e1b02fed..367797eccb 100644 --- a/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml +++ b/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml @@ -158,11 +158,11 @@ September 2009: Android 1.6. They must explicitly request the - F:Android.Manifest+Permission.WriteExternalStorage permission to be + F:Android.Manifest+Permission.WriteExternalStorage permission to be able to modify the contents of the SD card. (Apps targeting earlier versions will always request the permission.) They must explicitly request the - F:Android.Manifest+Permission.ReadPhoneState permission to be + F:Android.Manifest+Permission.ReadPhoneState permission to be able to be able to retrieve phone state info. (Apps targeting earlier versions will always request the permission.) They are assumed to support different screen densities and @@ -204,7 +204,7 @@ November 2009: Android 2.0 - The M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) function will return the new + The M:Android.App.Service.OnStartCommand(Android.Content.Intent,Android.App.StartCommandFlags,Android.App.StartCommandFlags) function will return the new behavior instead of the old compatibility . The class will now execute back @@ -495,7 +495,7 @@ screen compatibility mode, etc. As of this version, applications that don't say whether they support XLARGE screens will be assumed to do so only if they target - F:Android.OS.Build+VERSION_CODES.Honeycomb or later; it had been or + F:Android.OS.Build+VERSION_CODES.Honeycomb or later; it had been or later. Applications that don't support a screen size at least as large as the current screen will provide the user with a UI to switch them in to screen size compatibility mode. @@ -521,7 +521,7 @@ orientation it requires. will use the serial executor - by default when calling Android.OS.AsyncTask`3.execute(Params...). + by default when calling Android.OS.AsyncTask`3.execute(Params...). @@ -562,21 +562,21 @@ to turn it off if needed, although this is strongly discouraged since it will result in poor performance on larger screen devices. The default theme for applications is now the "device default" theme: - F:Android.Resource+Style.ThemeDeviceDefault. This may be the + F:Android.Resource+Style.ThemeDeviceDefault. This may be the holo dark theme or a different dark theme defined by the specific device. The family must not be modified for a device to be considered compatible. Applications that explicitly request a theme from the Holo family will be guaranteed that these themes will not change character within the same platform version. Applications that wish to blend in with the device should use a theme from the - F:Android.Resource+Style.ThemeDeviceDefault family. + F:Android.Resource+Style.ThemeDeviceDefault family. Managed cursors can now throw an exception if you directly close the cursor yourself without stopping the management of it; previously failures would be silently ignored. The fadingEdge attribute on views will be ignored (fading edges is no longer a standard part of the UI). A new requiresFadingEdge attribute allows applications to still force fading edges on for special cases. - M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) + M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection) will not automatically add in . App Widgets will have standard padding automatically added around them, rather than relying on the padding being baked into the widget itself. @@ -662,12 +662,12 @@ mode, regardless of the size of the screen. and default to false. - Calls to M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) will now throw an + Calls to M:Android.Content.PM.PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName,Android.Content.PM.ComponentEnabledState,Android.Content.PM.ComponentEnabledState) will now throw an IllegalArgumentException if the given component class name does not exist in the application's manifest. - Android.Nfc.NfcAdapter.setNdefPushMessage(android.nfc.NdefMessage,android.app.Activity,android.app.Activity...), - Android.Nfc.NfcAdapter.setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback,android.app.Activity,android.app.Activity...) and - Android.Nfc.NfcAdapter.setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback,android.app.Activity,android.app.Activity...) will throw + Android.Nfc.NfcAdapter.setNdefPushMessage(android.nfc.NdefMessage,android.app.Activity,android.app.Activity...), + Android.Nfc.NfcAdapter.setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback,android.app.Activity,android.app.Activity...) and + Android.Nfc.NfcAdapter.setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback,android.app.Activity,android.app.Activity...) will throw IllegalStateException if called after the Activity has been destroyed. Accessibility services must require the new permission or diff --git a/docs/Mono.Android/en/Android.OS/DropBoxManager.xml b/docs/Mono.Android/en/Android.OS/DropBoxManager.xml index fa38a15b9e..15b0bc1f5b 100644 --- a/docs/Mono.Android/en/Android.OS/DropBoxManager.xml +++ b/docs/Mono.Android/en/Android.OS/DropBoxManager.xml @@ -414,7 +414,7 @@ - that would be used in or M:Android.OS.DropBoxManager.AddFile(System.String,Java.IO.File,Java.IO.File) + that would be used in or M:Android.OS.DropBoxManager.AddFile(System.String,Java.IO.File,Java.IO.File) Checks any blacklists (set in system settings) to see whether a certain tag is allowed. To be added. diff --git a/docs/Mono.Android/en/Android.OS/IBinder.xml b/docs/Mono.Android/en/Android.OS/IBinder.xml index 42eb9525a8..a382ca0da4 100644 --- a/docs/Mono.Android/en/Android.OS/IBinder.xml +++ b/docs/Mono.Android/en/Android.OS/IBinder.xml @@ -95,7 +95,7 @@ The raw file descriptor that the dump is being sent to. additional arguments to the dump request. - Like Android.OS.BinderConsts.dump(java.io.FileDescriptor,java.lang.String[]) but always executes + Like Android.OS.BinderConsts.dump(java.io.FileDescriptor,java.lang.String[]) but always executes asynchronously. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/MessageQueue.xml b/docs/Mono.Android/en/Android.OS/MessageQueue.xml index c0aeb6e409..a8ffdf522c 100644 --- a/docs/Mono.Android/en/Android.OS/MessageQueue.xml +++ b/docs/Mono.Android/en/Android.OS/MessageQueue.xml @@ -195,7 +195,7 @@ The IdleHandler to be removed. Remove an from the queue that was previously added - with M:Android.OS.MessageQueue.AddIdleHandler(.IIdleHandler). + with M:Android.OS.MessageQueue.AddIdleHandler(.IIdleHandler). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/Parcel.xml b/docs/Mono.Android/en/Android.OS/Parcel.xml index 09885ef989..9e771da69f 100644 --- a/docs/Mono.Android/en/Android.OS/Parcel.xml +++ b/docs/Mono.Android/en/Android.OS/Parcel.xml @@ -115,7 +115,7 @@ Read and return a new ArrayList containing IBinder objects from - the parcel that was written with Android.OS.Parcel.writeBinderList(java.util.List android.os.IBinder ) at the + the parcel that was written with Android.OS.Parcel.writeBinderList(java.util.List android.os.IBinder ) at the current dataPosition(). To be added. @@ -376,7 +376,7 @@ Read and return a new ArrayList containing String objects from - the parcel that was written with Android.OS.Parcel.writeStringList(java.util.List java.lang.String ) at the + the parcel that was written with Android.OS.Parcel.writeStringList(java.util.List java.lang.String ) at the current dataPosition(). To be added. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml index e0927cd583..04341c3190 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml @@ -720,11 +720,11 @@ The file to be opened. The desired access mode, must be one of - Android.OS.ParcelFileDescriptor.MODE_READ_ONLY, Android.OS.ParcelFileDescriptor.MODE_WRITE_ONLY, or - Android.OS.ParcelFileDescriptor.MODE_READ_WRITE; may also be any combination of - Android.OS.ParcelFileDescriptor.MODE_CREATE, Android.OS.ParcelFileDescriptor.MODE_TRUNCATE, - Android.OS.ParcelFileDescriptor.MODE_WORLD_READABLE, and - Android.OS.ParcelFileDescriptor.MODE_WORLD_WRITEABLE. + Android.OS.ParcelFileDescriptor.MODE_READ_ONLY, Android.OS.ParcelFileDescriptor.MODE_WRITE_ONLY, or + Android.OS.ParcelFileDescriptor.MODE_READ_WRITE; may also be any combination of + Android.OS.ParcelFileDescriptor.MODE_CREATE, Android.OS.ParcelFileDescriptor.MODE_TRUNCATE, + Android.OS.ParcelFileDescriptor.MODE_WORLD_READABLE, and + Android.OS.ParcelFileDescriptor.MODE_WORLD_WRITEABLE. Create a new ParcelFileDescriptor accessing a given file. To be added. @@ -769,11 +769,11 @@ The file to be opened. The desired access mode, must be one of - Android.OS.ParcelFileDescriptor.MODE_READ_ONLY, Android.OS.ParcelFileDescriptor.MODE_WRITE_ONLY, or - Android.OS.ParcelFileDescriptor.MODE_READ_WRITE; may also be any combination of - Android.OS.ParcelFileDescriptor.MODE_CREATE, Android.OS.ParcelFileDescriptor.MODE_TRUNCATE, - Android.OS.ParcelFileDescriptor.MODE_WORLD_READABLE, and - Android.OS.ParcelFileDescriptor.MODE_WORLD_WRITEABLE. + Android.OS.ParcelFileDescriptor.MODE_READ_ONLY, Android.OS.ParcelFileDescriptor.MODE_WRITE_ONLY, or + Android.OS.ParcelFileDescriptor.MODE_READ_WRITE; may also be any combination of + Android.OS.ParcelFileDescriptor.MODE_CREATE, Android.OS.ParcelFileDescriptor.MODE_TRUNCATE, + Android.OS.ParcelFileDescriptor.MODE_WORLD_READABLE, and + Android.OS.ParcelFileDescriptor.MODE_WORLD_WRITEABLE. to call listener from; must not be null. to be invoked when the returned descriptor has been closed; must not be null. diff --git a/docs/Mono.Android/en/Android.OS/Parcelable.xml b/docs/Mono.Android/en/Android.OS/Parcelable.xml index 5f660bc8a6..81d5a1b098 100644 --- a/docs/Mono.Android/en/Android.OS/Parcelable.xml +++ b/docs/Mono.Android/en/Android.OS/Parcelable.xml @@ -51,7 +51,7 @@ 1 - Bit masks for use with Android.OS.Parcelable.describeContents(): each bit represents a + Bit masks for use with Android.OS.Parcelable.describeContents(): each bit represents a kind of object considered to have potential special significance when marshalled. diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy+Builder.xml b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy+Builder.xml index 09de4ea65b..69a26192e6 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy+Builder.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy+Builder.xml @@ -17,7 +17,7 @@ - Creates T:Android.OS.StrictMode+ThreadPolicy instances. + Creates T:Android.OS.StrictMode+ThreadPolicy instances. diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy+Builder.xml b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy+Builder.xml index 3f707cb7d6..244bb0b9a2 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy+Builder.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy+Builder.xml @@ -17,7 +17,7 @@ - Creates T:Android.OS.StrictMode+VmPolicy instances. + Creates T:Android.OS.StrictMode+VmPolicy instances. diff --git a/docs/Mono.Android/en/Android.OS/StrictMode.xml b/docs/Mono.Android/en/Android.OS/StrictMode.xml index 85dd01fc5c..8782b6fefa 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode.xml @@ -53,7 +53,7 @@ A convenience wrapper that takes the current from , modifies it to permit disk reads, and sets the new policy - with M:Android.OS.StrictMode.SetThreadPolicy(.ThreadPolicy), returning the old policy so you + with M:Android.OS.StrictMode.SetThreadPolicy(.ThreadPolicy), returning the old policy so you can restore it at the end of a block. To be added. @@ -85,7 +85,7 @@ A convenience wrapper that takes the current from , modifies it to permit both disk reads & writes, and sets the new policy - with M:Android.OS.StrictMode.SetThreadPolicy(.ThreadPolicy), returning the old policy so you + with M:Android.OS.StrictMode.SetThreadPolicy(.ThreadPolicy), returning the old policy so you can restore it at the end of a block. To be added. diff --git a/docs/Mono.Android/en/Android.OS/UserManager.xml b/docs/Mono.Android/en/Android.OS/UserManager.xml index 16201b6ec0..7c78470e15 100644 --- a/docs/Mono.Android/en/Android.OS/UserManager.xml +++ b/docs/Mono.Android/en/Android.OS/UserManager.xml @@ -733,7 +733,7 @@ Specifies if a user is disallowed from adding and removing accounts, unless they are - M:Android.Accounts.AccountManager.AddAccountExplicitly(Android.Accounts.Account,System.String,System.String) added by + M:Android.Accounts.AccountManager.AddAccountExplicitly(Android.Accounts.Account,System.String,System.String) added by Authenticator. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/Vibrator.xml b/docs/Mono.Android/en/Android.OS/Vibrator.xml index 628a7a02b5..af12540731 100644 --- a/docs/Mono.Android/en/Android.OS/Vibrator.xml +++ b/docs/Mono.Android/en/Android.OS/Vibrator.xml @@ -358,8 +358,8 @@ The number of milliseconds to vibrate. corresponding to the vibration. For example, - specify Android.Media.AudioAttributes.USAGE_ALARM for alarm vibrations or - Android.Media.AudioAttributes.USAGE_NOTIFICATION_RINGTONE for + specify Android.Media.AudioAttributes.USAGE_ALARM for alarm vibrations or + Android.Media.AudioAttributes.USAGE_NOTIFICATION_RINGTONE for vibrations associated with incoming calls. Vibrate constantly for the specified period of time. @@ -443,8 +443,8 @@ you don't want to repeat. corresponding to the vibration. For example, - specify Android.Media.AudioAttributes.USAGE_ALARM for alarm vibrations or - Android.Media.AudioAttributes.USAGE_NOTIFICATION_RINGTONE for + specify Android.Media.AudioAttributes.USAGE_ALARM for alarm vibrations or + Android.Media.AudioAttributes.USAGE_NOTIFICATION_RINGTONE for vibrations associated with incoming calls. Vibrate with a given pattern. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml index 2b3498043b..dee23772b4 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml @@ -448,7 +448,7 @@ -1 - Default value for PreferenceActivity Header id indicating that no + Default value for PreferenceActivity Header id indicating that no identifier value is set. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -652,7 +652,7 @@ Optional arguments to supply to the fragment. Optional resource ID of title to show for this item. Optional resource ID of short title to show for this item. - Called by M:Android.Preferences.PreferenceActivity.StartWithFragment(System.String,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle) when + Called by M:Android.Preferences.PreferenceActivity.StartWithFragment(System.String,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle) when in single-pane mode, to build an Intent to launch a new activity showing the selected fragment. To be added. @@ -710,7 +710,7 @@ - Called after the header list has been updated (Android.Preferences.PreferenceActivity.onBuildHeaders(java.util.List android.preference.PreferenceActivity.Header ) + Called after the header list has been updated (Android.Preferences.PreferenceActivity.onBuildHeaders(java.util.List android.preference.PreferenceActivity.Header ) has been called and returned due to ) to specify the header that should now be selected. To be added. @@ -1166,7 +1166,7 @@ Optional fragment that result data should be sent to. If non-null, resultTo.onActivityResult() will be called when this preference panel is done. The launched panel must use - M:Android.Preferences.PreferenceActivity.FinishPreferencePanel(Android.App.Fragment,Android.App.Result,Android.App.Result) when done. + M:Android.Preferences.PreferenceActivity.FinishPreferencePanel(Android.App.Fragment,Android.App.Result,Android.App.Result) when done. If resultTo is non-null, this is the caller's request code to be received with the result. @@ -1240,7 +1240,7 @@ To be added. To be added. To be added. - Like M:Android.Preferences.PreferenceActivity.StartWithFragment(System.String,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle) + Like M:Android.Preferences.PreferenceActivity.StartWithFragment(System.String,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle,Android.OS.Bundle) but uses a 0 titleRes. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml index d03b21bf63..463a77ad24 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml @@ -455,7 +455,7 @@ and clear it followed by a call to this method with this parameter set to true. - Similar to M:Android.Preferences.PreferenceManager.SetDefaultValues(Android.Content.Context,System.Int32,System.Int32) but allows + Similar to M:Android.Preferences.PreferenceManager.SetDefaultValues(Android.Content.Context,System.Int32,System.Int32) but allows the client to provide the filename and mode of the shared preferences file. diff --git a/docs/Mono.Android/en/Android.PrintServices/PrintService.xml b/docs/Mono.Android/en/Android.PrintServices/PrintService.xml index 227d8ac730..45c9107a80 100644 --- a/docs/Mono.Android/en/Android.PrintServices/PrintService.xml +++ b/docs/Mono.Android/en/Android.PrintServices/PrintService.xml @@ -366,7 +366,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Provider/Browser.xml b/docs/Mono.Android/en/Android.Provider/Browser.xml index 3b0ddd0ea1..863a0baeeb 100644 --- a/docs/Mono.Android/en/Android.Provider/Browser.xml +++ b/docs/Mono.Android/en/Android.Provider/Browser.xml @@ -641,7 +641,7 @@ A projection of that contains , - Browser SearchColumns SEARCH, and Browser SearchColumns DATE. + Browser SearchColumns SEARCH, and Browser SearchColumns DATE. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml index 1cada0cb3e..bb60455548 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml @@ -457,7 +457,7 @@ System.String - A key for looking up a color from the T:Android.Provider.CalendarContract+Colors table. + A key for looking up a color from the T:Android.Provider.CalendarContract+Colors table. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract.xml index 07351ba103..45193df57b 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract.xml @@ -51,7 +51,7 @@ The table holds the alert/notification data. Each row represents a single alert for an event. An event can have multiple reminders. The number of reminders per event is specified in - CalendarContract CalendarColumns MAX_REMINDERS which is set by the Sync Adapter that owns + CalendarContract CalendarColumns MAX_REMINDERS which is set by the Sync Adapter that owns the given calendar. Reminders are specified in minutes before the event and have a type. @@ -153,7 +153,7 @@ Activity Action: Display the event to the user in the custom app as - specified in CalendarContract EventsColumns CUSTOM_APP_PACKAGE. + specified in CalendarContract EventsColumns CUSTOM_APP_PACKAGE. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -261,7 +261,7 @@ System.String - Intent Extras key: CalendarContract EventsColumns CUSTOM_APP_URI for the event in + Intent Extras key: CalendarContract EventsColumns CUSTOM_APP_URI for the event in the intent diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables.xml index aa7c0f0be1..44c2dc6a28 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables.xml @@ -18,7 +18,7 @@ A special class of data items, used to refer to types of data that can be used to attempt - to start communicating with a person (T:Android.Provider.ContactsContract+CommonDataKinds+Phone and T:Android.Provider.ContactsContract+CommonDataKinds+Email). + to start communicating with a person (T:Android.Provider.ContactsContract+CommonDataKinds+Phone and T:Android.Provider.ContactsContract+CommonDataKinds+Email). @@ -267,7 +267,7 @@ System.String - A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri. + A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email.xml index 43e994ccdb..b7a9a24089 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + Email address itself. int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -479,8 +469,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -518,7 +508,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event.xml index c7f767301c..fc8f640a5b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership.xml index fc9e2961c8..f90d9a12a9 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership.xml @@ -34,11 +34,9 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + @@ -50,7 +48,7 @@ none If this field is specified, the provider will first try to - look up a group with this T:Android.Provider.ContactsContract+Groups. If such a group + look up a group with this T:Android.Provider.ContactsContract+Groups. If such a group is found, it will use the corresponding row id. If the group is not found, it will create one. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im.xml index 6b23e81fff..f23a6da83e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -426,8 +416,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -465,7 +455,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname.xml index 80d1af5f7d..3f7a7fd19a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -65,18 +59,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note.xml index 7ec5f17d7c..c76f8659bf 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note.xml @@ -34,11 +34,9 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization.xml index 8e280bb479..6018e46778 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -143,11 +133,9 @@ String PHONETIC_NAME_STYLE - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + @@ -387,8 +375,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -426,7 +414,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone.xml index 22aae82b28..720c38c2fa 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -372,8 +362,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -411,7 +401,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo.xml index 93ef0bd3bd..5a3d72fac9 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo.xml @@ -34,11 +34,9 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + ID of the hi-res photo file. @@ -48,11 +46,9 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + By convention, binary data is stored in DATA15. The thumbnail of the photo is stored in this column. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation.xml index 9223ee00f8..172545cf7c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -263,8 +253,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -302,7 +292,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress.xml index e4dc2cdbfd..c2cefa6526 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -263,8 +253,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -302,7 +292,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal.xml index 1225431863..750ef5edf1 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + @@ -145,11 +135,9 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + @@ -470,8 +458,8 @@ To be added. To be added. Return a that best describes the given type, - possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value - for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom. + possibly substituting the given F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label value + for F:Android.Provider.ContactsContract+CommonDataKinds+BaseTypes.TypeCustom.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -509,7 +497,7 @@ To be added. Return the string resource that best describes the given - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type. + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website.xml index 49a1b57ad7..7a934cc651 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website.xml @@ -34,29 +34,23 @@ - - - F:Android.Provider.ContactsContract+DataColumns.Data1 - - + + F:Android.Provider.ContactsContract+DataColumns.Data1 + int - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Type + - - - F:Android.Provider.ContactsContract+DataColumns.Data2 - - + + F:Android.Provider.ContactsContract+DataColumns.Data2 + Allowed values are: @@ -64,18 +58,14 @@ String - - - F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label - - + + F:Android.Provider.ContactsContract+CommonDataKinds+CommonColumns.Label + - - - F:Android.Provider.ContactsContract+DataColumns.Data3 - - + + F:Android.Provider.ContactsContract+DataColumns.Data3 + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml index cd260d274c..fa6582ce65 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml @@ -17,7 +17,7 @@ - Container for definitions of common data types stored in the T:Android.Provider.ContactsContract+Data + Container for definitions of common data types stored in the T:Android.Provider.ContactsContract+Data table. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml index 7ad6923f9d..721de8457a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml @@ -18,7 +18,7 @@ - Columns of T:Android.Provider.ContactsContract+Contacts that track the user's + Columns of T:Android.Provider.ContactsContract+Contacts that track the user's preferences for, or interactions with, the contact. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data.xml index 52bb0c712c..9ecbe9bec8 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data.xml @@ -18,7 +18,7 @@ A sub-directory of a single contact that contains all of the constituent raw contact - T:Android.Provider.ContactsContract+Data rows. + T:Android.Provider.ContactsContract+Data rows. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml index 8b9a0f0814..ba4f3bf125 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml @@ -73,7 +73,7 @@ The content:// style URI used for "type-to-filter" functionality on the - P:Android.Provider.ContactsContract+Contacts.ContentUri URI. + P:Android.Provider.ContactsContract+Contacts.ContentUri URI. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -154,7 +154,7 @@ System.String - The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single + The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single person. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -264,7 +264,7 @@ The content:// style URI for this table joined with useful data from - T:Android.Provider.ContactsContract+Data, filtered to include only starred contacts + T:Android.Provider.ContactsContract+Data, filtered to include only starred contacts and the most frequently contacted contacts. To be added. @@ -292,7 +292,7 @@ System.String - The MIME type of P:Android.Provider.ContactsContract+Contacts.ContentUri providing a directory of + The MIME type of P:Android.Provider.ContactsContract+Contacts.ContentUri providing a directory of people. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -347,7 +347,7 @@ System.String - The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single + The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single person. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -509,10 +509,10 @@ To be added. - A P:Android.Provider.ContactsContract+Contacts.ContentUri row, or an existing - P:Android.Provider.ContactsContract+Contacts.ContentLookupUri to attempt refreshing. + A P:Android.Provider.ContactsContract+Contacts.ContentUri row, or an existing + P:Android.Provider.ContactsContract+Contacts.ContentLookupUri to attempt refreshing. - Builds a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style describing the + Builds a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style describing the requested entry. To be added. @@ -546,7 +546,7 @@ To be added. To be added. - Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri lookup using the + Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri lookup using the given and . To be added. @@ -631,7 +631,7 @@ To be added. To be added. - Computes a content URI (see P:Android.Provider.ContactsContract+Contacts.ContentUri) given a lookup URI. + Computes a content URI (see P:Android.Provider.ContactsContract+Contacts.ContentUri) given a lookup URI. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -699,7 +699,7 @@ The content resolver to use for querying the contact whose photo should be used. This can be used with - either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. + either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. Opens an InputStream for the contacts's thumbnail photo and returns the photo as a byte stream. To be added. @@ -736,7 +736,7 @@ The content resolver to use for querying the contact whose photo should be used. This can be used with - either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. + either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. If this is true and the contact has a higher resolution photo available, it is returned. If false, this function always tries to get the thumbnail Opens an InputStream for the contacts's photo and returns the diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml index 30569c945b..3ef93fcaa9 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml @@ -18,9 +18,9 @@ - Columns of T:Android.Provider.ContactsContract+Contacts that refer to intrinsic + Columns of T:Android.Provider.ContactsContract+Contacts that refer to intrinsic properties of the contact, as opposed to the user-specified options - found in T:Android.Provider.ContactsContract+ContactOptionsColumns. + found in T:Android.Provider.ContactsContract+ContactOptionsColumns. @@ -156,7 +156,7 @@ Flag that reflects the state of any - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership for this contact. + T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership for this contact. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml index 1c66b804a6..1e5bf8b997 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml @@ -275,7 +275,7 @@ System.String - A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri. + A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml index 6603425fc3..2e8735bf1d 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml @@ -100,7 +100,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -126,7 +126,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -152,7 +152,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -178,7 +178,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -204,7 +204,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -230,7 +230,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -256,7 +256,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific. + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -282,7 +282,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -308,7 +308,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -334,7 +334,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -360,7 +360,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -386,7 +386,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -412,7 +412,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -438,7 +438,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -464,7 +464,7 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml index 767e254709..79cc134ac6 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml @@ -50,7 +50,7 @@ System.String - The last time (in milliseconds) this T:Android.Provider.ContactsContract+Contacts+Data was used. + The last time (in milliseconds) this T:Android.Provider.ContactsContract+Contacts+Data was used. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -76,7 +76,7 @@ System.String - The number of times the referenced T:Android.Provider.ContactsContract+Contacts+Data has been used. + The number of times the referenced T:Android.Provider.ContactsContract+Contacts+Data has been used. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml index 25c4c3a5b9..f08f6a1fa6 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml @@ -650,8 +650,8 @@ System.String - One of F:Android.Provider.ContactsContract+Directory.PhotoSupport, F:Android.Provider.ContactsContract+Directory.PhotoSupport, - F:Android.Provider.ContactsContract+Directory.PhotoSupport. + One of F:Android.Provider.ContactsContract+Directory.PhotoSupport, F:Android.Provider.ContactsContract+Directory.PhotoSupport, + F:Android.Provider.ContactsContract+Directory.PhotoSupport. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -681,7 +681,7 @@ 3 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory can produce thumbnails as well as full-size contact photos. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -712,7 +712,7 @@ 2 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory has full-size contact photos, but cannot provide scaled thumbnails. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -743,7 +743,7 @@ 0 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory does not provide any photos. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -774,7 +774,7 @@ 1 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory can only produce small size thumbnails of contact photos. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml index e39b9c2545..31183299a7 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml @@ -75,7 +75,7 @@ The content:// style URI for this table joined with details data from - T:Android.Provider.ContactsContract+Data. + T:Android.Provider.ContactsContract+Data. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml index 1ef7eb796a..544421b12f 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml @@ -289,7 +289,7 @@ The total number of that have - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group. + T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -316,7 +316,7 @@ The total number of that have both - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group, and also have phone numbers. + T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group, and also have phone numbers. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml index 7eca881882..d3e4c5d8a8 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml @@ -18,7 +18,7 @@ - Additional data mixed in with T:Android.Provider.ContactsContract+ContactStatusColumns to link + Additional data mixed in with T:Android.Provider.ContactsContract+ContactStatusColumns to link back to specific entries. @@ -154,7 +154,7 @@ System.String - See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants. + See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml index 0a15333ab5..2bc443cda0 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml @@ -29,9 +29,9 @@
The user's profile entry cannot be created explicitly (attempting to do so will throw an exception). When a raw contact is inserted into the profile, the provider will check for the existence of a profile on the device. If one is - found, the raw contact's F:Android.Provider.ContactsContract+RawContactsColumns.ContactId column gets the _ID of + found, the raw contact's F:Android.Provider.ContactsContract+RawContactsColumns.ContactId column gets the _ID of the profile Contact. If no match is found, the profile Contact is created and - its _ID is put into the F:Android.Provider.ContactsContract+RawContactsColumns.ContactId column of the newly + its _ID is put into the F:Android.Provider.ContactsContract+RawContactsColumns.ContactId column of the newly inserted raw contact.
Update diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml index 73cf2d6b08..150e6b9498 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml @@ -216,13 +216,13 @@ non-native density, you need to manually adjust using before calling. A - P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style + P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style that describes a specific contact to feature in this dialog. Any of , , or , indicating the desired dialog size, when supported. - Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types + Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types to exclude when showing this dialog. For example, when already viewing the contact details card, this can be used to omit the details entry from the dialog. @@ -310,13 +310,13 @@ should be centered around. In particular, if the dialog has a "callout" arrow, it will be pointed and centered around this . - A P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style + A P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style that describes a specific contact to feature in this dialog. Any of , , or , indicating the desired dialog size, when supported. - Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types + Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types to exclude when showing this dialog. For example, when already viewing the contact details card, this can be used to omit the details entry from the dialog. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data.xml index cd7b1f15c9..7f47ea5847 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data.xml @@ -18,7 +18,7 @@ A sub-directory of a single raw contact that contains all of its - T:Android.Provider.ContactsContract+Data rows. + T:Android.Provider.ContactsContract+Data rows.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml index 435707fe28..1415606f60 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml @@ -137,9 +137,9 @@ To be added. To be added. - Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri - style for the parent T:Android.Provider.ContactsContract+Contacts - entry of the given T:Android.Provider.ContactsContract+RawContacts entry. + Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri + style for the parent T:Android.Provider.ContactsContract+Contacts + entry of the given T:Android.Provider.ContactsContract+RawContacts entry. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml index 5e760765cf..3512c6d599 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml @@ -59,7 +59,7 @@ read/write Flag indicating if contacts without any - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries should be visible in any + T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries should be visible in any user interface. @@ -79,7 +79,7 @@ read-only Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries. + no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries. int @@ -88,7 +88,7 @@ read-only Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone + no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone numbers. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml index aa33c6b2dd..3fcfdf568b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml @@ -183,7 +183,7 @@ Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries. + no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -209,7 +209,7 @@ System.String - Flag indicating if contacts without any T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership + Flag indicating if contacts without any T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries should be visible in any user interface. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -237,7 +237,7 @@ Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone numbers. + no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone numbers. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml index e6010dee5c..56e4475737 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml @@ -53,7 +53,7 @@ 5 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -83,7 +83,7 @@ 2 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -229,7 +229,7 @@ 4 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -259,7 +259,7 @@ 3 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -289,7 +289,7 @@ 1 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -319,7 +319,7 @@ 0 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml index 1ba4ed3f5a..ab46d323a6 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml @@ -34,21 +34,19 @@ read/write Reference to the entry that owns this presence. If this field is not specified, the provider will attempt to find a data row - that matches the F:Android.Provider.ContactsContract+PresenceColumns.Protocol (or ) and + that matches the F:Android.Provider.ContactsContract+PresenceColumns.Protocol (or ) and columns. long - - - F:Android.Provider.ContactsContract+PresenceColumns.Protocol - - + + F:Android.Provider.ContactsContract+PresenceColumns.Protocol + read/write - See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants. + See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants. String @@ -56,9 +54,9 @@ read/write - Name of the custom protocol. Should be supplied along with the F:Android.Provider.ContactsContract+PresenceColumns.Protocol value + Name of the custom protocol. Should be supplied along with the F:Android.Provider.ContactsContract+PresenceColumns.Protocol value . Should be null or - omitted if F:Android.Provider.ContactsContract+PresenceColumns.Protocol value is not + omitted if F:Android.Provider.ContactsContract+PresenceColumns.Protocol value is not . @@ -68,7 +66,7 @@ read/write The IM handle the presence item is for. The handle is scoped to - F:Android.Provider.ContactsContract+PresenceColumns.Protocol. + F:Android.Provider.ContactsContract+PresenceColumns.Protocol. String @@ -81,11 +79,9 @@ int - - - F:Android.Provider.ContactsContract+StatusColumns.Presence - - + + F:Android.Provider.ContactsContract+StatusColumns.Presence + read/write Contact IM presence status. The allowed values are: @@ -124,11 +120,9 @@ String - - - F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage - - + + F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage + read/write The package containing resources for this status: label and icon. @@ -141,7 +135,7 @@ read/write The resource ID of the label describing the source of contact status, e.g. "Google Talk". This resource is scoped by the - F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage. + F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage. long @@ -150,7 +144,7 @@ read/write The resource ID of the icon for the source of contact status. This - resource is scoped by the F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage. + resource is scoped by the F:Android.Provider.ContactsContract+StatusColumns.StatusResPackage. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml index a265dd477c..11f42e0736 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml @@ -78,7 +78,7 @@ The record will contain both a and a . The - can be used in conjunction with the T:Android.Provider.ContactsContract+DisplayPhoto API to + can be used in conjunction with the T:Android.Provider.ContactsContract+DisplayPhoto API to retrieve photo content, or you can open the as an asset file, as follows: diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract.xml index 779ac86f02..7eb0933b90 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract.xml @@ -428,9 +428,9 @@ System.String - A boolean parameter for ContactsContract CommonDataKinds Phone CONTENT_URI, - ContactsContract CommonDataKinds Email CONTENT_URI, and - ContactsContract CommonDataKinds StructuredPostal CONTENT_URI. + A boolean parameter for ContactsContract CommonDataKinds Phone CONTENT_URI, + ContactsContract CommonDataKinds Email CONTENT_URI, and + ContactsContract CommonDataKinds StructuredPostal CONTENT_URI. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -455,8 +455,8 @@ System.String - A boolean parameter for ContactsContract Contacts CONTENT_STREQUENT_URI and - ContactsContract Contacts CONTENT_STREQUENT_FILTER_URI, which requires the ContactsProvider to + A boolean parameter for ContactsContract Contacts CONTENT_STREQUENT_URI and + ContactsContract Contacts CONTENT_STREQUENT_FILTER_URI, which requires the ContactsProvider to return only phone-related results. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml index 3adf45363c..88c8df223b 100644 --- a/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml +++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml @@ -79,7 +79,7 @@ To be added. the document to return children for, which must be a directory with MIME type of - T:Android.Provider.DocumentsContract+Document. + T:Android.Provider.DocumentsContract+Document. Build URI representing the children of the target directory in a document provider. To be added. @@ -119,7 +119,7 @@ subtree. the document to return children for, which the caller may not have direct access to, and which must be a - directory with MIME type of T:Android.Provider.DocumentsContract+Document. + directory with MIME type of T:Android.Provider.DocumentsContract+Document. Build URI representing the children of the target directory in a document provider. To be added. @@ -156,7 +156,7 @@ To be added. To be added. - Build URI representing the target T:Android.Provider.DocumentsContract+Document in + Build URI representing the target T:Android.Provider.DocumentsContract+Document in a document provider. To be added. @@ -194,7 +194,7 @@ subtree. the target document, which the caller may not have direct access to. - Build URI representing the target T:Android.Provider.DocumentsContract+Document in + Build URI representing the target T:Android.Provider.DocumentsContract+Document in a document provider. To be added. @@ -296,7 +296,7 @@ To be added. To be added. - Build URI representing the given DocumentsContract Root COLUMN_ROOT_ID in a + Build URI representing the given DocumentsContract Root COLUMN_ROOT_ID in a document provider. To be added. @@ -369,7 +369,7 @@ To be added. To be added. Build URI representing access to descendant documents of the given - T:Android.Provider.DocumentsContract+Document. + T:Android.Provider.DocumentsContract+Document. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -438,7 +438,7 @@ To be added. directory with - T:Android.Provider.DocumentsContract+Document + T:Android.Provider.DocumentsContract+Document MIME type of new document name of new document Create a new document with given MIME type and display name. @@ -506,7 +506,7 @@ To be added. - document with T:Android.Provider.DocumentsContract+Document + document with T:Android.Provider.DocumentsContract+Document Delete the given document. To be added. @@ -779,7 +779,7 @@ To be added. - Extract the T:Android.Provider.DocumentsContract+Document from the given URI. + Extract the T:Android.Provider.DocumentsContract+Document from the given URI. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -814,7 +814,7 @@ To be added. document to return thumbnail for, which must have - T:Android.Provider.DocumentsContract+Document set. + T:Android.Provider.DocumentsContract+Document set. optimal thumbnail size desired. A provider may return a thumbnail of a different size, but never more than double the requested size. @@ -851,7 +851,7 @@ To be added. - Extract the DocumentsContract Root COLUMN_ROOT_ID from the given URI. + Extract the DocumentsContract Root COLUMN_ROOT_ID from the given URI. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -912,7 +912,7 @@ To be added. - Extract the via T:Android.Provider.DocumentsContract+Document from the given URI. + Extract the via T:Android.Provider.DocumentsContract+Document from the given URI. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -944,7 +944,7 @@ To be added. To be added. - Test if the given URI represents a T:Android.Provider.DocumentsContract+Document backed by a + Test if the given URI represents a T:Android.Provider.DocumentsContract+Document backed by a . To be added. @@ -1125,7 +1125,7 @@ To be added. - document with T:Android.Provider.DocumentsContract+Document + document with T:Android.Provider.DocumentsContract+Document updated name for document Change the display name of an existing document. To be added. diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml b/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml index ea40254159..2ac4048bac 100644 --- a/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml +++ b/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml @@ -139,7 +139,7 @@ avoiding conflicting names. Create a new document and return its newly generated - T:Android.Provider.DocumentsContract+Document. + T:Android.Provider.DocumentsContract+Document. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1031,7 +1031,7 @@ the directory to return children for. - list of T:Android.Provider.DocumentsContract+Document columns to put into the + list of T:Android.Provider.DocumentsContract+Document columns to put into the cursor. If null all supported columns should be included. how to order the rows, formatted as an SQL @@ -1075,7 +1075,7 @@ the document to return. - list of T:Android.Provider.DocumentsContract+Document columns to put into the + list of T:Android.Provider.DocumentsContract+Document columns to put into the cursor. If null all supported columns should be included. @@ -1111,7 +1111,7 @@ To be added. - list of T:Android.Provider.DocumentsContract+Document columns to put into the + list of T:Android.Provider.DocumentsContract+Document columns to put into the cursor. If null all supported columns should be included. Return recently modified documents under the requested root. @@ -1182,7 +1182,7 @@ the root to search under. string to match documents against. - list of T:Android.Provider.DocumentsContract+Document columns to put into the + list of T:Android.Provider.DocumentsContract+Document columns to put into the cursor. If null all supported columns should be included. Return documents that match the given query under the requested @@ -1288,7 +1288,7 @@ To be added. Revoke any active permission grants for the given - T:Android.Provider.DocumentsContract+Document, usually called when a document + T:Android.Provider.DocumentsContract+Document, usually called when a document becomes invalid. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/LiveFolders.xml b/docs/Mono.Android/en/Android.Provider/LiveFolders.xml index 6f72afd99c..652db01267 100644 --- a/docs/Mono.Android/en/Android.Provider/LiveFolders.xml +++ b/docs/Mono.Android/en/Android.Provider/LiveFolders.xml @@ -112,7 +112,7 @@ Extra int The display mode of the live folder. The value must be either - Android.Provider.LiveFolders.DISPLAY_MODE_GRID or Android.Provider.LiveFolders.DISPLAY_MODE_LIST. + Android.Provider.LiveFolders.DISPLAY_MODE_GRID or Android.Provider.LiveFolders.DISPLAY_MODE_LIST. Yes @@ -156,7 +156,7 @@ String The description of the item. The description is ignored when the live folder's - display mode is Android.Provider.LiveFolders.DISPLAY_MODE_GRID. + display mode is Android.Provider.LiveFolders.DISPLAY_MODE_GRID. No diff --git a/docs/Mono.Android/en/Android.Provider/MediaStore+Files+FileColumns.xml b/docs/Mono.Android/en/Android.Provider/MediaStore+Files+FileColumns.xml index 68ca890970..d686a4bd4b 100644 --- a/docs/Mono.Android/en/Android.Provider/MediaStore+Files+FileColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/MediaStore+Files+FileColumns.xml @@ -256,7 +256,7 @@ 2 - Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is an audio file. + Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is an audio file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -286,7 +286,7 @@ 1 - Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is an image file. + Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is an image file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -316,7 +316,7 @@ 0 - Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file + Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is not an audio, image, video or playlist file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -347,7 +347,7 @@ 4 - Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is a playlist file. + Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is a playlist file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -377,7 +377,7 @@ 3 - Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is a video file. + Constant for the F:Android.Provider.MediaStore+Files+FileColumns.MediaType column indicating that file is a video file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/PhotoSupport.xml b/docs/Mono.Android/en/Android.Provider/PhotoSupport.xml index 0ab54ec483..7b0cfd403f 100644 --- a/docs/Mono.Android/en/Android.Provider/PhotoSupport.xml +++ b/docs/Mono.Android/en/Android.Provider/PhotoSupport.xml @@ -38,7 +38,7 @@ 3 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory can produce thumbnails as well as full-size contact photos. @@ -68,7 +68,7 @@ 2 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory has full-size contact photos, but cannot provide scaled thumbnails. @@ -98,7 +98,7 @@ 0 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory does not provide any photos. @@ -128,7 +128,7 @@ 1 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory + An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory can only produce small size thumbnails of contact photos. diff --git a/docs/Mono.Android/en/Android.Provider/SearchRecentSuggestions.xml b/docs/Mono.Android/en/Android.Provider/SearchRecentSuggestions.xml index 0e33ce6b35..bf3274a551 100644 --- a/docs/Mono.Android/en/Android.Provider/SearchRecentSuggestions.xml +++ b/docs/Mono.Android/en/Android.Provider/SearchRecentSuggestions.xml @@ -225,7 +225,7 @@ the suggestion, and if the user clicks on the suggestion, this string will be sent to your searchable activity (as a new search query). If you have configured your recent suggestions provider with - Android.Content.SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES, you can + Android.Content.SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES, you can pass a second line of text here. It will be shown in a smaller font, below the primary suggestion. When typing, matches in either line of text will be displayed in the list. If you did not configure two-line mode, or if a given suggestion does not have any diff --git a/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml b/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml index 7628034746..ce6ebf6d32 100644 --- a/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml +++ b/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml @@ -21,7 +21,7 @@ - The KeyChainAliasCallback is the callback for M:Android.Security.KeyChain.ChoosePrivateKeyAlias(Android.App.Activity,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback). + The KeyChainAliasCallback is the callback for M:Android.Security.KeyChain.ChoosePrivateKeyAlias(Android.App.Activity,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback,Android.Security.IKeyChainAliasCallback). diff --git a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml index e635e9d51b..c5fa3c4810 100644 --- a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml +++ b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml @@ -373,7 +373,7 @@ To be added. Finds a view that was identified by the id attribute from the XML that - was processed in Android.Service.Dreams.DreamService.onCreate(). + was processed in Android.Service.Dreams.DreamService.onCreate(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -612,7 +612,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. @@ -647,7 +647,7 @@ This hook is called whenever the content view of the screen changes (due to a call to - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) or ). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml index ac1ddbde0f..66ff78e2cc 100644 --- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml +++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml @@ -242,7 +242,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml index e6d1db2122..167f31102f 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml @@ -164,9 +164,9 @@ Package of the notifying app. Tag of the notification as specified by the notifying app in - M:Android.App.NotificationManager.Notify(System.String,System.Int32,System.Int32). + M:Android.App.NotificationManager.Notify(System.String,System.Int32,System.Int32). ID of the notification as specified by the notifying app in - M:Android.App.NotificationManager.Notify(System.String,System.Int32,System.Int32). + M:Android.App.NotificationManager.Notify(System.String,System.Int32,System.Int32). Inform the notification manager about dismissal of a single notification. @@ -479,7 +479,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml b/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml index 8eb2e46a32..5b79c07465 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml @@ -300,8 +300,8 @@ Convenience method to check the notification's flags for - either Android.App.Notification.FLAG_ONGOING_EVENT or - Android.App.Notification.FLAG_NO_CLEAR. + either Android.App.Notification.FLAG_ONGOING_EVENT or + Android.App.Notification.FLAG_NO_CLEAR. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -355,7 +355,7 @@ Convenience method to check the notification's flags for - Android.App.Notification.FLAG_ONGOING_EVENT. + Android.App.Notification.FLAG_ONGOING_EVENT. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml index 263d848adf..7fc8764bbc 100644 --- a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml +++ b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml @@ -148,7 +148,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Implement to return the implementation of the internal spell checker service interface. diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml index 60176a004b..7ea230d369 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml @@ -80,7 +80,7 @@ if managing they keyphrase isn't supported. Callers should only call this method after a supported state callback on - AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. + AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. if the detector is in an invalid state. This may happen if another detector has been instantiated or the hosting this detector has been shut down. @@ -114,7 +114,7 @@ if managing they keyphrase isn't supported. Callers should only call this method after a supported state callback on - AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. + AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. if the detector is in an invalid state. This may happen if another detector has been instantiated or the hosting this detector has been shut down. @@ -148,7 +148,7 @@ if managing they keyphrase isn't supported. Callers should only call this method after a supported state callback on - AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. + AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. if the detector is in an invalid state. This may happen if another detector has been instantiated or the hosting this detector has been shut down. @@ -212,7 +212,7 @@ if the recognition isn't supported. Callers should only call this method after a supported state callback on - AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. + AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. if the detector is in an invalid state. This may happen if another detector has been instantiated or the hosting this detector has been shut down. @@ -246,7 +246,7 @@ if the recognition isn't supported. Callers should only call this method after a supported state callback on - AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. + AlwaysOnHotwordDetector Callback onAvailabilityChanged(int) to avoid this exception. if the detector is in an invalid state. This may happen if another detector has been instantiated or the hosting this detector has been shut down. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml index bde89710b6..8a8d63d802 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml @@ -215,7 +215,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml index f4b1c5fa90..fe8e968720 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml @@ -118,7 +118,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml index f1c3681b9c..038442e347 100644 --- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml +++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml @@ -341,7 +341,7 @@ If true, the caller is requesting that a result, appropriate for the command, be returned back. Process a command that was sent to the wallpaper with - M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String). + M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -543,7 +543,7 @@ To be added. To be added. To be added. - Convenience for M:Android.Views.ISurfaceHolderCallback.SurfaceChanged(Android.Views.ISurfaceHolder,Android.Graphics.Format,Android.Graphics.Format,Android.Graphics.Format). + Convenience for M:Android.Views.ISurfaceHolderCallback.SurfaceChanged(Android.Views.ISurfaceHolder,Android.Graphics.Format,Android.Graphics.Format,Android.Graphics.Format). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml index e7160872a3..22f2e1e312 100644 --- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml +++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml @@ -121,7 +121,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Implement to return the implementation of the internal accessibility service interface. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/CheckVoiceData.xml b/docs/Mono.Android/en/Android.Speech.Tts/CheckVoiceData.xml index 8f1fe44550..643bdfce42 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/CheckVoiceData.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/CheckVoiceData.xml @@ -39,7 +39,7 @@ Indicates erroneous data when checking the installation status of the resources used by - the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. + the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -68,7 +68,7 @@ Indicates failure when checking the installation status of the resources used by the - TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. + TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. @@ -98,7 +98,7 @@ Indicates missing resources when checking the installation status of the resources used - by the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. + by the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -127,7 +127,7 @@ Indicates missing storage volume when checking the installation status of the resources - used by the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. + used by the TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -156,7 +156,7 @@ Indicates success when checking the installation status of the resources used by the - TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. + TextToSpeech engine with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml b/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml index bd815f61cf..5cd9a5f193 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml @@ -217,7 +217,7 @@ System.Boolean - Check if M:Android.Speech.Tts.ISynthesisCallback.Start(System.Int32,Android.Media.Encoding,Android.Media.Encoding) was called or not. + Check if M:Android.Speech.Tts.ISynthesisCallback.Start(System.Int32,Android.Media.Encoding,Android.Media.Encoding) was called or not. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml index 604f4dda86..75799e42ce 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml @@ -233,7 +233,7 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where + Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where the TextToSpeech engine returns an ArrayList of all the available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE"). @@ -266,7 +266,7 @@ System.String - Extra information sent with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent where the + Extra information sent with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent where the caller indicates to the TextToSpeech engine which specific sets of voice data to check for by sending an ArrayList of the voices that are of interest. The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are @@ -353,7 +353,7 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where + Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where the TextToSpeech engine returns an ArrayList of all the unavailable voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE"). @@ -386,7 +386,7 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where + Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where the TextToSpeech engine specifies the file names of its resources under the resource path. @@ -417,7 +417,7 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where + Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where the TextToSpeech engine specifies the locale associated with each resource file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -447,7 +447,7 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where + Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where the TextToSpeech engine specifies the path to its resources. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -735,7 +735,7 @@ Parameter key to identify an utterance in the - T:Android.Speech.Tts.TextToSpeech+IOnUtteranceCompletedListener after text has been + T:Android.Speech.Tts.TextToSpeech+IOnUtteranceCompletedListener after text has been spoken, a file has been played back or a silence duration has elapsed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml index 7559852d49..0a6e28af9c 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml @@ -256,8 +256,7 @@ Example: "com.google.marvin.compass"
The package name can be found in the AndroidManifest.xml of the application containing the resource. - <manifest xmlns:android="..." - package="com.google.marvin.compass"> + com.google.marvin.compass Example: R.raw.tick_snd Adds a mapping between a string of text and a sound resource in a package. @@ -408,8 +407,7 @@ Example: "com.google.marvin.compass"
The packagename can be found in the AndroidManifest.xml of your application. - <manifest xmlns:android="..." - package="com.google.marvin.compass"> + com.google.marvin.compass Example: R.raw.south_south_east Adds a mapping between a CharSequence (may be spanned with TtsSpans) of text and a sound resource in a package. @@ -456,8 +454,7 @@ Example: "com.google.marvin.compass"
The packagename can be found in the AndroidManifest.xml of your application. - <manifest xmlns:android="..." - package="com.google.marvin.compass"> + com.google.marvin.compass Example: R.raw.south_south_east Adds a mapping between a string of text and a sound resource in a package. @@ -901,14 +898,12 @@ The earcon that should be played - - - Android.Speech.Tts.TextToSpeech.QUEUE_ADD - - or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. + + Android.Speech.Tts.TextToSpeech.QUEUE_ADD + or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. Parameters for the request. Can be null. Supported parameter names: - TextToSpeech Engine KEY_PARAM_STREAM, + TextToSpeech Engine KEY_PARAM_STREAM, Engine specific parameters may be passed in but the parameter keys must be prefixed by the name of the engine they are intended for. For example the keys "com.svox.pico_foo" and "com.svox.pico:bar" will be passed to the @@ -1006,11 +1001,9 @@ The duration of the silence. - - - Android.Speech.Tts.TextToSpeech.QUEUE_ADD - - or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. + + Android.Speech.Tts.TextToSpeech.QUEUE_ADD + or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. An unique identifier for this request. Plays silence for the specified amount of time using the specified queue mode. @@ -1434,12 +1427,12 @@ The string of text to be spoken. No longer than characters. - The queuing strategy to use, Android.Speech.Tts.TextToSpeech.QUEUE_ADD or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. + The queuing strategy to use, Android.Speech.Tts.TextToSpeech.QUEUE_ADD or Android.Speech.Tts.TextToSpeech.QUEUE_FLUSH. Parameters for the request. Can be null. Supported parameter names: - TextToSpeech Engine KEY_PARAM_STREAM, - TextToSpeech Engine KEY_PARAM_VOLUME, - TextToSpeech Engine KEY_PARAM_PAN. + TextToSpeech Engine KEY_PARAM_STREAM, + TextToSpeech Engine KEY_PARAM_VOLUME, + TextToSpeech Engine KEY_PARAM_PAN. Engine specific parameters may be passed in but the parameter keys must be prefixed by the name of the engine they are intended for. For example the keys "com.svox.pico_foo" and "com.svox.pico:bar" will be passed to the diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml index fa40e553cc..e412084958 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml @@ -120,7 +120,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Speech/RecognitionService.xml b/docs/Mono.Android/en/Android.Speech/RecognitionService.xml index e937baa67b..54ab703470 100644 --- a/docs/Mono.Android/en/Android.Speech/RecognitionService.xml +++ b/docs/Mono.Android/en/Android.Speech/RecognitionService.xml @@ -120,7 +120,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml b/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml index 85b1476e29..e9959137df 100644 --- a/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml +++ b/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml @@ -752,7 +752,7 @@ a context object Returns the broadcast intent to fire with - M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) + M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) to receive details from the package that implements voice search. To be added. diff --git a/docs/Mono.Android/en/Android.Speech/SpeechRecognizer.xml b/docs/Mono.Android/en/Android.Speech/SpeechRecognizer.xml index d25b700a09..c5dd8e4ded 100644 --- a/docs/Mono.Android/en/Android.Speech/SpeechRecognizer.xml +++ b/docs/Mono.Android/en/Android.Speech/SpeechRecognizer.xml @@ -700,7 +700,7 @@ System.String - Key used to retrieve an ArrayList from the passed to the + Key used to retrieve an from the passed to the and methods. diff --git a/docs/Mono.Android/en/Android.Telephony/NeighboringCellInfo.xml b/docs/Mono.Android/en/Android.Telephony/NeighboringCellInfo.xml index 6ed31036e3..623d8e99dc 100644 --- a/docs/Mono.Android/en/Android.Telephony/NeighboringCellInfo.xml +++ b/docs/Mono.Android/en/Android.Telephony/NeighboringCellInfo.xml @@ -180,12 +180,12 @@ To be added. Initialize the object from rssi, location string, and radioType radioType is one of following - Android.Telephony.TelephonyManager.NETWORK_TYPE_GPRS, - Android.Telephony.TelephonyManager.NETWORK_TYPE_EDGE, - Android.Telephony.TelephonyManager.NETWORK_TYPE_UMTS, - Android.Telephony.TelephonyManager.NETWORK_TYPE_HSDPA, - Android.Telephony.TelephonyManager.NETWORK_TYPE_HSUPA, - and Android.Telephony.TelephonyManager.NETWORK_TYPE_HSPA. + Android.Telephony.TelephonyManager.NETWORK_TYPE_GPRS, + Android.Telephony.TelephonyManager.NETWORK_TYPE_EDGE, + Android.Telephony.TelephonyManager.NETWORK_TYPE_UMTS, + Android.Telephony.TelephonyManager.NETWORK_TYPE_HSDPA, + Android.Telephony.TelephonyManager.NETWORK_TYPE_HSUPA, + and Android.Telephony.TelephonyManager.NETWORK_TYPE_HSPA. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony/PhoneStateListenerFlags.xml b/docs/Mono.Android/en/Android.Telephony/PhoneStateListenerFlags.xml index e99f12d9d4..a81ac498ec 100644 --- a/docs/Mono.Android/en/Android.Telephony/PhoneStateListenerFlags.xml +++ b/docs/Mono.Android/en/Android.Telephony/PhoneStateListenerFlags.xml @@ -45,7 +45,7 @@ - Requires Permission: F:Android.Manifest+Permission.ReadPhoneState + Requires Permission: F:Android.Manifest+Permission.ReadPhoneState Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -75,7 +75,7 @@ - Requires Permission: F:Android.Manifest+Permission.ReadPhoneState + Requires Permission: F:Android.Manifest+Permission.ReadPhoneState Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -169,7 +169,7 @@ - Requires Permission: F:Android.Manifest+Permission.ReadPhoneState + Requires Permission: F:Android.Manifest+Permission.ReadPhoneState Example: The status bar uses this to display the appropriate data-traffic icon. @@ -229,11 +229,9 @@ - - - F:Android.Manifest+Permission.ReadPhoneState - - + + F:Android.Manifest+Permission.ReadPhoneState + Example: The status bar uses this to determine when to display the @@ -324,11 +322,9 @@ - - - F:Android.Manifest+Permission.ReadPhoneState - - + + F:Android.Manifest+Permission.ReadPhoneState + diff --git a/docs/Mono.Android/en/Android.Telephony/SignalStrength.xml b/docs/Mono.Android/en/Android.Telephony/SignalStrength.xml index 720b6dda02..c86bdf182f 100644 --- a/docs/Mono.Android/en/Android.Telephony/SignalStrength.xml +++ b/docs/Mono.Android/en/Android.Telephony/SignalStrength.xml @@ -142,11 +142,9 @@ - - - Android.OS.Parcelable.describeContents() - - + + Android.OS.Parcelable.describeContents() + To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml index 918049a3fa..b3791d47ac 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml @@ -980,7 +980,7 @@ Value used with corresponding to - Android.Telephony.TelephonyManager.CALL_STATE_IDLE. + Android.Telephony.TelephonyManager.CALL_STATE_IDLE. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1008,7 +1008,7 @@ Value used with corresponding to - Android.Telephony.TelephonyManager.CALL_STATE_OFFHOOK. + Android.Telephony.TelephonyManager.CALL_STATE_OFFHOOK.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1036,7 +1036,7 @@ Value used with corresponding to - Android.Telephony.TelephonyManager.CALL_STATE_RINGING. + Android.Telephony.TelephonyManager.CALL_STATE_RINGING.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml index 03599fdd15..3f7a407ae6 100644 --- a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml +++ b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml @@ -195,10 +195,10 @@ Receives information as the service is started and stopped. This must be a valid ServiceConnection object; it must not be null. Operation options for the binding. May be 0, - Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, - Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, - Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or - Android.Content.Context.BIND_WAIVE_PRIORITY. + Android.Content.Context.BIND_AUTO_CREATE, Android.Content.Context.BIND_DEBUG_UNBIND, + Android.Content.Context.BIND_NOT_FOREGROUND, Android.Content.Context.BIND_ABOVE_CLIENT, + Android.Content.Context.BIND_ALLOW_OOM_MANAGEMENT, or + Android.Content.Context.BIND_WAIVE_PRIORITY. Connect to an application service, creating it if needed. To be added. @@ -851,8 +851,8 @@ Name of the application's package. - Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE - or Android.Content.Context.CONTEXT_IGNORE_SECURITY. + Option flags, one of Android.Content.Context.CONTEXT_INCLUDE_CODE + or Android.Content.Context.CONTEXT_IGNORE_SECURITY. Return a new Context object for the given application name. To be added. @@ -1417,7 +1417,7 @@ The name of the database for which you would like to get its path. Returns the absolute path on the filesystem where a database created with - M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored. + M:Android.Content.Context.OpenOrCreateDatabase(System.String,Android.Content.FileCreationMode,Android.Content.FileCreationMode) is stored.
To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1802,8 +1802,8 @@ The desired access modes. Any combination of , , - Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or - Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. + Android.Content.Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION, or + Android.Content.Intent.FLAG_GRANT_PREFIX_URI_PERMISSION. Grant permission to access a specific Uri to another package, regardless of whether that package has general permission to access the Uri's content provider. @@ -2072,7 +2072,7 @@ The name of the file to open; can not contain path separators. Operating mode. Use 0 or for the - default operation, Android.Content.Context.MODE_APPEND to append to an existing file, + default operation, Android.Content.Context.MODE_APPEND to append to an existing file, and to control permissions. Open a private file associated with this Context's application package @@ -2119,7 +2119,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. Open a new private SQLiteDatabase associated with this Context's @@ -2166,7 +2166,7 @@ Operating mode. Use 0 or for the default operation, and to control permissions. - Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. + Use Android.Content.Context.MODE_ENABLE_WRITE_AHEAD_LOGGING to enable write-ahead logging by default. An optional factory class that is called to instantiate a cursor when query is called. the to be used when sqlite reports database @@ -2600,7 +2600,7 @@ or . Remove all permissions to access a particular content provider Uri - that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). + that were previously added with M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2932,7 +2932,7 @@ An initial value for the result extras. Often null. Version of - M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) + M:Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent,System.String,System.String,System.String,System.String,System.String,System.String) that allows you to specify the user the broadcast will be sent to. @@ -3451,13 +3451,13 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in flagsMask Always set to 0. - Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) + Same as M:Android.Content.Context.StartIntentSender(Android.Content.IntentSender,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent) with no options specified. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3507,7 +3507,7 @@ The IntentSender to launch. If non-null, this will be provided as the - intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). + intent parameter to M:Android.Content.IntentSender.SendIntent(Android.Content.Context,Android.App.Result,Android.App.Result,Android.App.Result,Android.App.Result). Intent flags in the original IntentSender that you would like to change. Desired values for any bits set in diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml index 8533e4e5c4..79eea576f7 100644 --- a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml +++ b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml @@ -451,7 +451,7 @@ mappings are to be removed. Remove all preferred activity mappings, previously added with - M:Android.Content.PM.PackageManager.AddPreferredActivity(Android.Content.IntentFilter,Android.Content.MatchResults,Android.Content.MatchResults,Android.Content.MatchResults), from the + M:Android.Content.PM.PackageManager.AddPreferredActivity(Android.Content.IntentFilter,Android.Content.MatchResults,Android.Content.MatchResults,Android.Content.MatchResults), from the system whose activities are implemented in the given package name. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3048,10 +3048,10 @@ The desired intent as per resolveActivity(). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . - You can also set Android.Content.PM.PackageManager.MATCH_ALL for preventing the filtering of the results. + You can also set Android.Content.PM.PackageManager.MATCH_ALL for preventing the filtering of the results. Retrieve all activities that can be performed for the given intent. To be added. @@ -3098,7 +3098,7 @@ first specific results. Can be null. The desired intent as per resolveActivity(). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . Retrieve a set of activities that should be presented to the user as similar options. @@ -3324,7 +3324,7 @@ An intent containing all of the desired specification (action, data, type, category, and/or component). Additional option flags. The most important is - Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only + Android.Content.PM.PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the . Determine the best action to perform for a given Intent. To be added. @@ -3483,10 +3483,10 @@ The package name of the application to enable The new enabled state for the component. The legal values for this state are: - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED and - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT The last one removes the setting, thereby restoring the applications's state to whatever was set in its manifest (or enabled, by default). Optional behavior flags: or 0. @@ -3538,10 +3538,10 @@ The component to enable The new enabled state for the component. The legal values for this state are: - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_ENABLED, + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DISABLED and - Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT + Android.Content.PM.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT The last one removes the setting, thereby restoring the component's state to whatever was set in it's manifest (or enabled, by default). Optional behavior flags: or 0. diff --git a/docs/Mono.Android/en/Android.Test/AssertionFailedError.xml b/docs/Mono.Android/en/Android.Test/AssertionFailedError.xml index 79258140c8..848a11f8f8 100644 --- a/docs/Mono.Android/en/Android.Test/AssertionFailedError.xml +++ b/docs/Mono.Android/en/Android.Test/AssertionFailedError.xml @@ -43,7 +43,7 @@ - It is more typical to call C:Android.Test.AssertionFailedError(System.String). + It is more typical to call C:Android.Test.AssertionFailedError(System.String). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test/FlakyTest.xml b/docs/Mono.Android/en/Android.Test/FlakyTest.xml index cc61f631bd..5a267ee593 100644 --- a/docs/Mono.Android/en/Android.Test/FlakyTest.xml +++ b/docs/Mono.Android/en/Android.Test/FlakyTest.xml @@ -30,7 +30,7 @@ - This annotation can be used on an InstrumentationTestCase 's + This annotation can be used on an InstrumentationTestCase 's test methods. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test/IFlakyTest.xml b/docs/Mono.Android/en/Android.Test/IFlakyTest.xml index a949558f5e..77210667b6 100644 --- a/docs/Mono.Android/en/Android.Test/IFlakyTest.xml +++ b/docs/Mono.Android/en/Android.Test/IFlakyTest.xml @@ -27,7 +27,7 @@ - This annotation can be used on an InstrumentationTestCase 's + This annotation can be used on an InstrumentationTestCase 's test methods. diff --git a/docs/Mono.Android/en/Android.Test/IUiThreadTest.xml b/docs/Mono.Android/en/Android.Test/IUiThreadTest.xml index de210ed0e3..6194119d83 100644 --- a/docs/Mono.Android/en/Android.Test/IUiThreadTest.xml +++ b/docs/Mono.Android/en/Android.Test/IUiThreadTest.xml @@ -27,7 +27,7 @@ - This annotation can be used on an InstrumentationTestCase 's test methods. + This annotation can be used on an InstrumentationTestCase 's test methods. diff --git a/docs/Mono.Android/en/Android.Test/InstrumentationTestRunner.xml b/docs/Mono.Android/en/Android.Test/InstrumentationTestRunner.xml index 2949714d4e..85a7594472 100644 --- a/docs/Mono.Android/en/Android.Test/InstrumentationTestRunner.xml +++ b/docs/Mono.Android/en/Android.Test/InstrumentationTestRunner.xml @@ -20,7 +20,7 @@ - An that runs various types of TestCase s against + An that runs various types of TestCase s against an Android package (application). diff --git a/docs/Mono.Android/en/Android.Test/UiThreadTest.xml b/docs/Mono.Android/en/Android.Test/UiThreadTest.xml index db6afa8eb5..5cd9eea703 100644 --- a/docs/Mono.Android/en/Android.Test/UiThreadTest.xml +++ b/docs/Mono.Android/en/Android.Test/UiThreadTest.xml @@ -30,7 +30,7 @@ - This annotation can be used on an InstrumentationTestCase 's test methods. + This annotation can be used on an InstrumentationTestCase 's test methods. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml b/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml index 53e2f3a6d0..e0b6f2a51f 100644 --- a/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml +++ b/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml @@ -196,7 +196,7 @@ the start time in UTC milliseconds the end time in UTC milliseconds a bit mask of options See - M:Android.Text.Format.DateUtils.FormatDateRange(Android.Content.Context,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter) + M:Android.Text.Format.DateUtils.FormatDateRange(Android.Content.Context,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter) Formats a date or a time range according to the local conventions. To be added. @@ -244,7 +244,7 @@ the start time in UTC milliseconds the end time in UTC milliseconds a bit mask of options See - M:Android.Text.Format.DateUtils.FormatDateRange(Android.Content.Context,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter) + M:Android.Text.Format.DateUtils.FormatDateRange(Android.Content.Context,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter,Java.Util.Formatter) Formats a date or a time range according to the local conventions. To be added. @@ -625,11 +625,11 @@ One of , , etc. - One of Android.Text.Format.DateUtils.LENGTH_LONG, Android.Text.Format.DateUtils.LENGTH_SHORT, - Android.Text.Format.DateUtils.LENGTH_MEDIUM, or Android.Text.Format.DateUtils.LENGTH_SHORTEST. - Note that in most languages, Android.Text.Format.DateUtils.LENGTH_SHORT - will return the same as Android.Text.Format.DateUtils.LENGTH_MEDIUM. - Undefined lengths will return Android.Text.Format.DateUtils.LENGTH_MEDIUM + One of Android.Text.Format.DateUtils.LENGTH_LONG, Android.Text.Format.DateUtils.LENGTH_SHORT, + Android.Text.Format.DateUtils.LENGTH_MEDIUM, or Android.Text.Format.DateUtils.LENGTH_SHORTEST. + Note that in most languages, Android.Text.Format.DateUtils.LENGTH_SHORT + will return the same as Android.Text.Format.DateUtils.LENGTH_MEDIUM. + Undefined lengths will return Android.Text.Format.DateUtils.LENGTH_MEDIUM but may return something different in the future. Return a string for the day of the week. To be added. @@ -674,9 +674,9 @@ One of , , etc. - One of Android.Text.Format.DateUtils.LENGTH_LONG, Android.Text.Format.DateUtils.LENGTH_MEDIUM, - or Android.Text.Format.DateUtils.LENGTH_SHORTEST. - Undefined lengths will return Android.Text.Format.DateUtils.LENGTH_MEDIUM + One of Android.Text.Format.DateUtils.LENGTH_LONG, Android.Text.Format.DateUtils.LENGTH_MEDIUM, + or Android.Text.Format.DateUtils.LENGTH_SHORTEST. + Undefined lengths will return Android.Text.Format.DateUtils.LENGTH_MEDIUM but may return something different in the future. Return a localized string for the month of the year. To be added. @@ -1107,8 +1107,8 @@ MINUTE_IN_MILLIS, HOUR_IN_MILLIS, DAY_IN_MILLIS, WEEK_IN_MILLIS a bit mask of formatting options, such as - Android.Text.Format.DateUtils.FORMAT_NUMERIC_DATE or - Android.Text.Format.DateUtils.FORMAT_ABBREV_RELATIVE + Android.Text.Format.DateUtils.FORMAT_NUMERIC_DATE or + Android.Text.Format.DateUtils.FORMAT_ABBREV_RELATIVE Returns a string describing 'time' as a time relative to 'now'. To be added. diff --git a/docs/Mono.Android/en/Android.Text.Format/Time.xml b/docs/Mono.Android/en/Android.Text.Format/Time.xml index ea072cecdb..949ec592df 100644 --- a/docs/Mono.Android/en/Android.Text.Format/Time.xml +++ b/docs/Mono.Android/en/Android.Text.Format/Time.xml @@ -567,7 +567,7 @@ The julian day to calculate the week number for Which week day is the first day of the week, see - Android.Text.Format.Time.SUNDAY + Android.Text.Format.Time.SUNDAY Returns the week since (Jan 1, 1970) adjusted for first day of week. To be added. diff --git a/docs/Mono.Android/en/Android.Text.Style/DynamicDrawableSpan.xml b/docs/Mono.Android/en/Android.Text.Style/DynamicDrawableSpan.xml index 24b57f55ec..b1e52dc0ee 100644 --- a/docs/Mono.Android/en/Android.Text.Style/DynamicDrawableSpan.xml +++ b/docs/Mono.Android/en/Android.Text.Style/DynamicDrawableSpan.xml @@ -330,8 +330,8 @@ Android.Text.Style.SpanAlign - Returns the vertical alignment of this span, one of Android.Text.Style.DynamicDrawableSpan.ALIGN_BOTTOM or - Android.Text.Style.DynamicDrawableSpan.ALIGN_BASELINE. + Returns the vertical alignment of this span, one of Android.Text.Style.DynamicDrawableSpan.ALIGN_BOTTOM or + Android.Text.Style.DynamicDrawableSpan.ALIGN_BASELINE. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/BidiFormatter.xml b/docs/Mono.Android/en/Android.Text/BidiFormatter.xml index b2edd55cf7..f2770295a2 100644 --- a/docs/Mono.Android/en/Android.Text/BidiFormatter.xml +++ b/docs/Mono.Android/en/Android.Text/BidiFormatter.xml @@ -319,7 +319,7 @@ The input string. - Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but uses the + Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but uses the formatter's default direction estimation algorithm and assumes isolate is true. To be added. @@ -349,7 +349,7 @@ The input string. The algorithm to be used to estimate the string's overall direction. See for pre-defined heuristics. - Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but assumes + Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but assumes isolate is true. To be added. @@ -379,7 +379,7 @@ The input string. Whether to directionally isolate the string to prevent it from garbling the content around it - Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but uses the + Operates like M:Android.Text.BidiFormatter.UnicodeWrap(System.String,Android.Text.ITextDirectionHeuristic,Android.Text.ITextDirectionHeuristic), but uses the formatter's default direction estimation algorithm. To be added. diff --git a/docs/Mono.Android/en/Android.Text/BoringLayout.xml b/docs/Mono.Android/en/Android.Text/BoringLayout.xml index acc63b6ea5..e760ade190 100644 --- a/docs/Mono.Android/en/Android.Text/BoringLayout.xml +++ b/docs/Mono.Android/en/Android.Text/BoringLayout.xml @@ -555,7 +555,7 @@ To be added. Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left - lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). + lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml b/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml index 10a2cdd8f2..e99f721ea0 100644 --- a/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml +++ b/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml @@ -38,9 +38,9 @@ 4096 - Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize all + Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize all characters. This value is explicitly defined to be the same as - Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_CHARACTERS. + Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_CHARACTERS. @@ -69,9 +69,9 @@ 16384 - Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize the first + Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize the first character of each sentence. This value is explicitly defined to be the same as - Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_SENTENCES. + Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_SENTENCES. @@ -100,9 +100,9 @@ 8192 - Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize the first + Capitalization mode for M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32): capitalize the first character of all words. This value is explicitly defined to be the same as - Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_WORDS. + Android.Text.IInputType.TYPE_TEXT_FLAG_CAP_WORDS. diff --git a/docs/Mono.Android/en/Android.Text/DynamicLayout.xml b/docs/Mono.Android/en/Android.Text/DynamicLayout.xml index 4cdb26aaa5..2b0bb4deaa 100644 --- a/docs/Mono.Android/en/Android.Text/DynamicLayout.xml +++ b/docs/Mono.Android/en/Android.Text/DynamicLayout.xml @@ -593,7 +593,7 @@ To be added. Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left - lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). + lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/ISpanned.xml b/docs/Mono.Android/en/Android.Text/ISpanned.xml index 68b4c90994..bc2d65b7bb 100644 --- a/docs/Mono.Android/en/Android.Text/ISpanned.xml +++ b/docs/Mono.Android/en/Android.Text/ISpanned.xml @@ -103,7 +103,7 @@ To be added. - Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was + Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached. To be added. diff --git a/docs/Mono.Android/en/Android.Text/Layout.xml b/docs/Mono.Android/en/Android.Text/Layout.xml index a7b8608450..a8b314c527 100644 --- a/docs/Mono.Android/en/Android.Text/Layout.xml +++ b/docs/Mono.Android/en/Android.Text/Layout.xml @@ -1234,7 +1234,7 @@ To be added. Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left - lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). + lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/SpannableString.xml b/docs/Mono.Android/en/Android.Text/SpannableString.xml index a39d74e277..172e81399e 100644 --- a/docs/Mono.Android/en/Android.Text/SpannableString.xml +++ b/docs/Mono.Android/en/Android.Text/SpannableString.xml @@ -283,7 +283,7 @@ To be added. - Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was + Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached. To be added. diff --git a/docs/Mono.Android/en/Android.Text/SpannedString.xml b/docs/Mono.Android/en/Android.Text/SpannedString.xml index b874bc3e5f..caf71bcc03 100644 --- a/docs/Mono.Android/en/Android.Text/SpannedString.xml +++ b/docs/Mono.Android/en/Android.Text/SpannedString.xml @@ -256,7 +256,7 @@ To be added. - Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was + Return the flags that were specified when M:Android.Text.ISpannable.SetSpan(Java.Lang.Object,System.Int32,System.Int32,System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached. To be added. diff --git a/docs/Mono.Android/en/Android.Text/StaticLayout.xml b/docs/Mono.Android/en/Android.Text/StaticLayout.xml index 47da29397e..14bc56f2c7 100644 --- a/docs/Mono.Android/en/Android.Text/StaticLayout.xml +++ b/docs/Mono.Android/en/Android.Text/StaticLayout.xml @@ -598,7 +598,7 @@ To be added. Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left - lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). + lines (see Android.Text.Layout.DIR_LEFT_TO_RIGHT, Android.Text.Layout.DIR_RIGHT_TO_LEFT). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml index c9208d69de..28eb0abc6f 100644 --- a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml +++ b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml @@ -58,7 +58,7 @@ To be added. To be added. This method is called to report that the specified region of - text was ellipsized away by a call to M:Android.Text.TextUtils.EllipsizeFormatted(Java.Lang.ICharSequence,Android.Text.TextPaint,Android.Text.TextPaint,Android.Text.TextPaint). + text was ellipsized away by a call to M:Android.Text.TextUtils.EllipsizeFormatted(Java.Lang.ICharSequence,Android.Text.TextPaint,Android.Text.TextPaint,Android.Text.TextPaint). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/TextUtils.xml b/docs/Mono.Android/en/Android.Text/TextUtils.xml index 0c3a956cfd..547f17313c 100644 --- a/docs/Mono.Android/en/Android.Text/TextUtils.xml +++ b/docs/Mono.Android/en/Android.Text/TextUtils.xml @@ -659,8 +659,8 @@ The text that should be checked for caps modes. Location in the text at which to check. The modes to be checked: may be any combination of - Android.Text.TextUtils.CAP_MODE_CHARACTERS, Android.Text.TextUtils.CAP_MODE_WORDS, and - Android.Text.TextUtils.CAP_MODE_SENTENCES. + Android.Text.TextUtils.CAP_MODE_CHARACTERS, Android.Text.TextUtils.CAP_MODE_WORDS, and + Android.Text.TextUtils.CAP_MODE_SENTENCES. Determine what caps mode should be in effect at the current offset in the text. To be added. diff --git a/docs/Mono.Android/en/Android.Transitions/Fade.xml b/docs/Mono.Android/en/Android.Transitions/Fade.xml index 72d49c6db4..790785c156 100644 --- a/docs/Mono.Android/en/Android.Transitions/Fade.xml +++ b/docs/Mono.Android/en/Android.Transitions/Fade.xml @@ -160,7 +160,7 @@ 1 - Fading mode used in C:Android.Transitions.Fade(Android.Transitions.FadingMode) to make the transition + Fading mode used in C:Android.Transitions.Fade(Android.Transitions.FadingMode) to make the transition operate on targets that are appearing. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -211,7 +211,7 @@ 2 - Fading mode used in C:Android.Transitions.Fade(Android.Transitions.FadingMode) to make the transition + Fading mode used in C:Android.Transitions.Fade(Android.Transitions.FadingMode) to make the transition operate on targets that are disappearing. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/SidePropagation.xml b/docs/Mono.Android/en/Android.Transitions/SidePropagation.xml index 60dee1d7a5..80eafee945 100644 --- a/docs/Mono.Android/en/Android.Transitions/SidePropagation.xml +++ b/docs/Mono.Android/en/Android.Transitions/SidePropagation.xml @@ -194,8 +194,8 @@ The side that is used to calculate the transition propagation. Must be one of - Android.Views.Gravity.LEFT, Android.Views.Gravity.TOP, Android.Views.Gravity.RIGHT, - Android.Views.Gravity.BOTTOM, Android.Views.Gravity.START, or Android.Views.Gravity.END. + Android.Views.Gravity.LEFT, Android.Views.Gravity.TOP, Android.Views.Gravity.RIGHT, + Android.Views.Gravity.BOTTOM, Android.Views.Gravity.START, or Android.Views.Gravity.END. Sets the side that is used to calculate the transition propagation. diff --git a/docs/Mono.Android/en/Android.Transitions/Slide.xml b/docs/Mono.Android/en/Android.Transitions/Slide.xml index 5a13f4baeb..978f97d3af 100644 --- a/docs/Mono.Android/en/Android.Transitions/Slide.xml +++ b/docs/Mono.Android/en/Android.Transitions/Slide.xml @@ -46,7 +46,7 @@ - Constructor using the default Android.Views.Gravity.BOTTOM + Constructor using the default Android.Views.Gravity.BOTTOM slide edge direction. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/Transition.xml b/docs/Mono.Android/en/Android.Transitions/Transition.xml index 2212f74a51..9dabd9bdba 100644 --- a/docs/Mono.Android/en/Android.Transitions/Transition.xml +++ b/docs/Mono.Android/en/Android.Transitions/Transition.xml @@ -491,7 +491,7 @@ Returns the epicenter as specified by the - Transition EpicenterCallback or null if no callback exists. + Transition EpicenterCallback or null if no callback exists. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -950,7 +950,7 @@ 3 - With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by + With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -980,7 +980,7 @@ 1 - With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by View instance. + With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by View instance. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1009,7 +1009,7 @@ 4 - With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by the + With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by the item id. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1039,7 +1039,7 @@ 2 - With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by + With Android.Transitions.Transition.setMatchOrder(int...), chooses to match by . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/Visibility.xml b/docs/Mono.Android/en/Android.Transitions/Visibility.xml index 791c552cd6..8d1cea3186 100644 --- a/docs/Mono.Android/en/Android.Transitions/Visibility.xml +++ b/docs/Mono.Android/en/Android.Transitions/Visibility.xml @@ -329,7 +329,7 @@ The target values in the end scene The target visibility in the end scene The default implementation of this method calls - M:Android.Transitions.Visibility.OnAppear(Android.Views.ViewGroup,Android.Views.View,Android.Views.View,Android.Views.View). + M:Android.Transitions.Visibility.OnAppear(Android.Views.ViewGroup,Android.Views.View,Android.Views.View,Android.Views.View). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -406,7 +406,7 @@ The target values in the end scene The target visibility in the end scene Subclasses should override this method or - M:Android.Transitions.Visibility.OnDisappear(Android.Views.ViewGroup,Android.Views.View,Android.Views.View,Android.Views.View) + M:Android.Transitions.Visibility.OnDisappear(Android.Views.ViewGroup,Android.Views.View,Android.Views.View,Android.Views.View) if they need to create an Animator when targets disappear. To be added. diff --git a/docs/Mono.Android/en/Android.Util/Log.xml b/docs/Mono.Android/en/Android.Util/Log.xml index 5445b7e183..8d619f76fe 100644 --- a/docs/Mono.Android/en/Android.Util/Log.xml +++ b/docs/Mono.Android/en/Android.Util/Log.xml @@ -56,7 +56,7 @@ the class or activity where the log call occurs. The message you would like logged. - Send a Android.Util.Log.DEBUG log message. + Send a Android.Util.Log.DEBUG log message. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -192,7 +192,7 @@ the class or activity where the log call occurs. The message you would like logged. - Send an Android.Util.Log.ERROR log message. + Send an Android.Util.Log.ERROR log message. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -360,7 +360,7 @@ the class or activity where the log call occurs. The message you would like logged. - Send an Android.Util.Log.INFO log message. + Send an Android.Util.Log.INFO log message. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -600,7 +600,7 @@ the class or activity where the log call occurs. The message you would like logged. - Send a Android.Util.Log.VERBOSE log message. + Send a Android.Util.Log.VERBOSE log message. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -770,7 +770,7 @@ the class or activity where the log call occurs. The message you would like logged. - Send a Android.Util.Log.WARN log message. + Send a Android.Util.Log.WARN log message. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/LruCache.xml b/docs/Mono.Android/en/Android.Util/LruCache.xml index 3e128e3bff..dfd3ad3731 100644 --- a/docs/Mono.Android/en/Android.Util/LruCache.xml +++ b/docs/Mono.Android/en/Android.Util/LruCache.xml @@ -133,7 +133,7 @@ - Returns the number of times Android.Util.LruCache.create(K) returned a value. + Returns the number of times Android.Util.LruCache.create(K) returned a value. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -196,7 +196,7 @@ - Clear the cache, calling Android.Util.LruCache.entryRemoved(boolean,K,V,V) on each removed entry. + Clear the cache, calling Android.Util.LruCache.entryRemoved(boolean,K,V,V) on each removed entry. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -281,7 +281,7 @@ - Returns the number of times Android.Util.LruCache.get(K) returned a value that was + Returns the number of times Android.Util.LruCache.get(K) returned a value that was already present in the cache. To be added. @@ -331,7 +331,7 @@ - For caches that do not override Android.Util.LruCache.sizeOf(K,V), this returns the maximum + For caches that do not override Android.Util.LruCache.sizeOf(K,V), this returns the maximum number of entries in the cache. To be added. @@ -360,7 +360,7 @@ - Returns the number of times Android.Util.LruCache.get(K) returned null or required a new + Returns the number of times Android.Util.LruCache.get(K) returned null or required a new value to be created. To be added. @@ -421,7 +421,7 @@ - Returns the number of times Android.Util.LruCache.put(K,V) was called. + Returns the number of times Android.Util.LruCache.put(K,V) was called. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -509,7 +509,7 @@ - For caches that do not override Android.Util.LruCache.sizeOf(K,V), this returns the number + For caches that do not override Android.Util.LruCache.sizeOf(K,V), this returns the number of entries in the cache. To be added. diff --git a/docs/Mono.Android/en/Android.Util/Property.xml b/docs/Mono.Android/en/Android.Util/Property.xml index 8d27580245..228a259b41 100644 --- a/docs/Mono.Android/en/Android.Util/Property.xml +++ b/docs/Mono.Android/en/Android.Util/Property.xml @@ -21,7 +21,7 @@ A property is an abstraction that can be used to represent a mutable value that is held - in a host object. The Property's Android.Util.Property.set(T,V) or + in a host object. The Property's Android.Util.Property.set(T,V) or methods can be implemented in terms of the private fields of the host object, or via "setter" and "getter" methods or by some other mechanism, as appropriate. @@ -135,8 +135,8 @@ System.Boolean - Returns true if the Android.Util.Property.set(T,V) method does not set the value on the target - object (in which case the Android.Util.Property.set(T,V) method should throw a exception). + Returns true if the Android.Util.Property.set(T,V) method does not set the value on the target + object (in which case the Android.Util.Property.set(T,V) method should throw a exception). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/SparseArray.xml b/docs/Mono.Android/en/Android.Util/SparseArray.xml index f371653d58..6e2f44c225 100644 --- a/docs/Mono.Android/en/Android.Util/SparseArray.xml +++ b/docs/Mono.Android/en/Android.Util/SparseArray.xml @@ -320,7 +320,7 @@ To be added. - Returns the index for which Android.Util.SparseArray`1.keyAt(int) would return the + Returns the index for which Android.Util.SparseArray`1.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped. To be added. @@ -468,7 +468,7 @@ To be added. - Alias for Android.Util.SparseArray`1.delete(int). + Alias for Android.Util.SparseArray`1.delete(int). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml index c2498b6c4d..17626d4ad0 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml @@ -294,7 +294,7 @@ 4 - Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: + Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: The node's content description changed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -324,7 +324,7 @@ Gets the bit mask of change types signaled by an - F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event. + F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -361,7 +361,7 @@ 1 - Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: + Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: A node in the subtree rooted at the source node was added or removed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -391,7 +391,7 @@ 2 - Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: + Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: The node's text changed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -421,7 +421,7 @@ 0 - Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: + Change type for F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeWindowContentChanged event: The type of change is not defined. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml index a2b6a98f70..7348963709 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml @@ -112,7 +112,7 @@ The listener. - Registers an AccessibilityManager AccessibilityStateChangeListener for changes in + Registers an AccessibilityManager AccessibilityStateChangeListener for changes in the global accessibility state of the system. To be added. @@ -175,7 +175,7 @@ The listener. - Registers a AccessibilityManager TouchExplorationStateChangeListener for changes in + Registers a AccessibilityManager TouchExplorationStateChangeListener for changes in the global touch exploration state of the system. To be added. @@ -484,7 +484,7 @@ The listener. - Unregisters an AccessibilityManager AccessibilityStateChangeListener . + Unregisters an AccessibilityManager AccessibilityStateChangeListener . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -515,7 +515,7 @@ The listener. - Unregisters a AccessibilityManager TouchExplorationStateChangeListener . + Unregisters a AccessibilityManager TouchExplorationStateChangeListener . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml index 03142fb820..2dffa3140e 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml @@ -2272,7 +2272,7 @@ , , , - Android.Views.View.FOCUS_BACKWARD. + Android.Views.View.FOCUS_BACKWARD. Searches for the nearest view in the specified direction that can take the input focus. To be added. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager.xml b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager.xml index 2c9922bcc0..322b67aad2 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager.xml @@ -210,7 +210,7 @@ the listener to remove Removes a listener previously added using - M:Android.Views.Accessibility.CaptioningManager.AddCaptioningChangeListener(.CaptioningChangeListener). + M:Android.Views.Accessibility.CaptioningManager.AddCaptioningChangeListener(.CaptioningChangeListener). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController.xml b/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController.xml index 8c64aa7865..28e426c32a 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController.xml @@ -300,7 +300,7 @@ the animation parameters containing the index Transforms the index stored in - LayoutAnimationController AnimationParameters + LayoutAnimationController AnimationParameters by the order returned by . To be added. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml index 9ba03ba4a0..8f42ff1deb 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml @@ -158,7 +158,7 @@ The states to be cleared, may be one or more bits as per . Default implementation uses - Android.Text.Method.MetaKeyKeyListener.clearMetaKeyState(long,int) to clear the state. + Android.Text.Method.MetaKeyKeyListener.clearMetaKeyState(long,int) to clear the state. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -638,7 +638,7 @@ The desired modes to retrieve, as defined by - M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These + M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These constants are defined so that you can simply pass the current value directly in to here. @@ -1040,7 +1040,7 @@ This must be one of the action constants for , such as - Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. + Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. The default implementation turns this into the enter key. To be added. @@ -1178,13 +1178,11 @@ - - - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE - - and/or - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. + + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE + and/or + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. The default implementation does nothing. To be added. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml b/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml index 54283663bb..1efa3d6e8c 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml @@ -112,7 +112,7 @@ If has been given, this is the id for that command when the user presses its button that is delivered back with - M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. + M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml b/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml index d293e198f5..9a95c3e563 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml @@ -166,7 +166,7 @@ Additional request flags, having the same possible values as the - flags parameter of Android.Views.InputMethods.InputConnection.getTextBeforeCursor(int,int). + flags parameter of Android.Views.InputMethods.InputConnection.getTextBeforeCursor(int,int). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml index 6d4ee71d9f..f6421ce191 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml @@ -365,7 +365,7 @@ Tell the editor that you are done with a batch edit previously - initiated with Android.Views.InputMethods.InputConnection.beginBatchEdit(). + initiated with Android.Views.InputMethods.InputConnection.beginBatchEdit(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -436,7 +436,7 @@ The desired modes to retrieve, as defined by - M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These + M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These constants are defined so that you can simply pass the current value directly in to here. @@ -698,7 +698,7 @@ This must be one of the action constants for , such as - Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. + Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. Have the editor perform an action it has said it can do. To be added. @@ -798,13 +798,11 @@ - - - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE - - and/or - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. + + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE + and/or + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Called by the input method to ask the editor for calling back to notify cursor/anchor locations. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethod.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethod.xml index d3a9710052..576dcf64ed 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethod.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethod.xml @@ -191,10 +191,10 @@ The client requesting the show may wish to be told the impact of their request, which should be supplied here. The result code should be - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, - Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or - Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, + Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or + Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. Request that any soft input part of the input method be hidden from the user. @@ -266,7 +266,7 @@ SessionCallback.sessionCreated() that is to be revoked. Disable and destroy a session that was previously created with - Android.Views.InputMethods.InputMethod.createSession(android.view.inputmethod.InputMethod.SessionCallback). + Android.Views.InputMethods.InputMethod.createSession(android.view.inputmethod.InputMethod.SessionCallback). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -337,14 +337,14 @@ Provides additional information about the show request. - Currently may be 0 or have the bit Android.Views.InputMethods.InputMethod.SHOW_EXPLICIT set. + Currently may be 0 or have the bit Android.Views.InputMethods.InputMethod.SHOW_EXPLICIT set. The client requesting the show may wish to be told the impact of their request, which should be supplied here. The result code should be - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, - Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or - Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, + Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or + Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. Request that any soft input part of the input method be shown to the user. @@ -412,7 +412,7 @@ Unbind an application environment, called when the information previously - set by Android.Views.InputMethods.InputMethod.bindInput(android.view.inputmethod.InputBinding) is no longer valid for this input method. + set by Android.Views.InputMethods.InputMethod.bindInput(android.view.inputmethod.InputBinding) is no longer valid for this input method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml index 5d072d7701..f3fe9c9fde 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml @@ -275,8 +275,8 @@ 0 or have the , bit set. Provides additional operating flags. May be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, - Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, + Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. Toggle the soft input window. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/ImeFlags.xml b/docs/Mono.Android/en/Android.Views.InputMethods/ImeFlags.xml index 85b2988681..4b32dac65b 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/ImeFlags.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/ImeFlags.xml @@ -91,7 +91,7 @@ screen where there is little space. In that case it does not need to present a UI for this option. Like , if the user selects the IME's facility to forward navigate, this will show up - in the application at M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. + in the application at M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. @@ -124,7 +124,7 @@ specifies there is something interesting that a backward navigation can focus on. If the user selects the IME's facility to backward navigate, this will show up in the application as an - at M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. + at M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml index 7af2743959..509b6e24db 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml @@ -55,7 +55,7 @@ 1 - Flag for use with Android.Views.InputMethods.InputConnection.getExtractedText(android.view.inputmethod.ExtractedTextRequest,int) to indicate you + Flag for use with Android.Views.InputMethods.InputConnection.getExtractedText(android.view.inputmethod.ExtractedTextRequest,int) to indicate you would like to receive updates when the extracted text changes. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -86,8 +86,8 @@ 1 - Flag for use with Android.Views.InputMethods.InputConnection.getTextAfterCursor(int,int) and - Android.Views.InputMethods.InputConnection.getTextBeforeCursor(int,int) to have style information returned + Flag for use with Android.Views.InputMethods.InputConnection.getTextAfterCursor(int,int) and + Android.Views.InputMethods.InputConnection.getTextBeforeCursor(int,int) to have style information returned along with the text. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml index b0476177ee..6973c7c0d9 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml @@ -480,7 +480,7 @@ Tell the editor that you are done with a batch edit previously - initiated with Android.Views.InputMethods.InputConnection.beginBatchEdit(). + initiated with Android.Views.InputMethods.InputConnection.beginBatchEdit(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -552,7 +552,7 @@ The desired modes to retrieve, as defined by - M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These + M:Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence,System.Int32,System.Int32). These constants are defined so that you can simply pass the current value directly in to here. @@ -953,7 +953,7 @@ This must be one of the action constants for , such as - Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. + Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. Have the editor perform an action it has said it can do. To be added. @@ -1062,13 +1062,11 @@ - - - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE - - and/or - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of - Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. + + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE + and/or + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of + Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Called by the input method to ask the editor for calling back to notify cursor/anchor locations. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml index 9194ba2677..9dfa1f801e 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml @@ -243,8 +243,8 @@ when it was started, which allows it to perform this operation on itself. Provides additional operating flags. Currently may be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, - Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, + Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. Close/hide the input method's soft input area, so the user no longer sees it or can interact with it. @@ -286,9 +286,9 @@ The token of the window that is making the request, as returned by . Provides additional operating flags. Currently may be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. - Synonym for M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags) + Synonym for M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags) without a result: request to hide the soft input window from the context of the window that is currently accepting input. To be added. @@ -331,12 +331,12 @@ The token of the window that is making the request, as returned by . Provides additional operating flags. Currently may be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY bit set. If non-null, this will be called by the IME when it has processed your request to tell you what it has done. The result - code you receive may be either Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or - Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. + code you receive may be either Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or + Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. Request to hide the soft input window from the context of the window that is currently accepting input. @@ -1032,7 +1032,7 @@ Provides additional operating flags. Currently may be 0 or have the bit set. - Synonym for M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) without + Synonym for M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) without a result receiver: explicitly request that the current input method's soft input area be shown to the user, if needed. To be added. @@ -1078,9 +1078,9 @@ 0 or have the bit set. If non-null, this will be called by the IME when it has processed your request to tell you what it has done. The result - code you receive may be either Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, - Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or - Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. + code you receive may be either Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_SHOWN, + Android.Views.InputMethods.InputMethodManager.RESULT_UNCHANGED_HIDDEN, Android.Views.InputMethods.InputMethodManager.RESULT_SHOWN, or + Android.Views.InputMethods.InputMethodManager.RESULT_HIDDEN. Explicitly request that the current input method's soft input area be shown to the user, if needed. @@ -1366,8 +1366,8 @@ 0 or have the , bit set. Provides additional operating flags. May be - 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, - Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. + 0 or have the Android.Views.InputMethods.InputMethodManager.HIDE_IMPLICIT_ONLY, + Android.Views.InputMethods.InputMethodManager.HIDE_NOT_ALWAYS bit set. This method toggles the input method window display. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml index cfffaaeffc..601f5e154c 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml @@ -39,8 +39,8 @@ Flag for the result code from - M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and - M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the + M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and + M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the state of the soft input window changed from shown to hidden. @@ -71,8 +71,8 @@ Flag for the result code from - M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and - M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the + M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and + M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the state of the soft input window changed from hidden to shown. @@ -103,8 +103,8 @@ Flag for the result code from - M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and - M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the + M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and + M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the state of the soft input window was unchanged and remains hidden. @@ -135,8 +135,8 @@ Flag for the result code from - M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and - M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the + M:Android.Views.InputMethods.InputMethodManager.ShowSoftInput(Android.Views.View,Android.Views.InputMethods.ShowFlags,Android.Views.InputMethods.ShowFlags) and + M:Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder,Android.Views.InputMethods.HideSoftInputFlags,Android.Views.InputMethods.HideSoftInputFlags): the state of the soft input window was unchanged and remains shown. diff --git a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml index 1a4b925e1e..4e21221f5c 100644 --- a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml +++ b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml @@ -92,9 +92,9 @@ an array of s. These results are suggestions for s queried by or - M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) + M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) Callback for - and M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) + and M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ContextThemeWrapper.xml b/docs/Mono.Android/en/Android.Views/ContextThemeWrapper.xml index 89f80414c8..e65fce3322 100644 --- a/docs/Mono.Android/en/Android.Views/ContextThemeWrapper.xml +++ b/docs/Mono.Android/en/Android.Views/ContextThemeWrapper.xml @@ -217,7 +217,7 @@ Set to true if this is the first time a style is being applied to theme. - Called by Android.Views.ContextThemeWrapper.setTheme(int) and Android.Views.ContextThemeWrapper.getTheme() to apply a theme + Called by Android.Views.ContextThemeWrapper.setTheme(int) and Android.Views.ContextThemeWrapper.getTheme() to apply a theme resource to the current Theme object. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml b/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml index 2b71ea85e3..6d14881f7c 100644 --- a/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml +++ b/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml @@ -43,7 +43,7 @@ 0 - View flag indicating whether Android.Views.View.addFocusables(java.util.ArrayList android.view.View ,int,int) + View flag indicating whether Android.Views.View.addFocusables(java.util.ArrayList android.view.View ,int,int) should add all focusable Views regardless if they are focusable in touch mode. @@ -73,7 +73,7 @@ 1 - View flag indicating whether Android.Views.View.addFocusables(java.util.ArrayList android.view.View ,int,int) + View flag indicating whether Android.Views.View.addFocusables(java.util.ArrayList android.view.View ,int,int) should add only Views focusable in touch mode. diff --git a/docs/Mono.Android/en/Android.Views/GestureDetector.xml b/docs/Mono.Android/en/Android.Views/GestureDetector.xml index 0f696fe926..3314605633 100644 --- a/docs/Mono.Android/en/Android.Views/GestureDetector.xml +++ b/docs/Mono.Android/en/Android.Views/GestureDetector.xml @@ -388,7 +388,7 @@ The current motion event. Analyzes the given motion event and if applicable triggers the - appropriate callbacks on the GestureDetector OnGestureListener supplied. + appropriate callbacks on the GestureDetector OnGestureListener supplied. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/GravityFlags.xml b/docs/Mono.Android/en/Android.Views/GravityFlags.xml index 00c5fc8982..8ad4f05e52 100644 --- a/docs/Mono.Android/en/Android.Views/GravityFlags.xml +++ b/docs/Mono.Android/en/Android.Views/GravityFlags.xml @@ -387,7 +387,7 @@ Special constant to enable clipping to an overall display along the horizontal dimension. This is not applied by default by - M:Android.Views.Gravity.Apply(Android.Views.GravityFlags,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32); you must do so + M:Android.Views.Gravity.Apply(Android.Views.GravityFlags,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32); you must do so yourself by calling . @@ -419,7 +419,7 @@ Special constant to enable clipping to an overall display along the vertical dimension. This is not applied by default by - M:Android.Views.Gravity.Apply(Android.Views.GravityFlags,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32); you must do so + M:Android.Views.Gravity.Apply(Android.Views.GravityFlags,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32); you must do so yourself by calling . diff --git a/docs/Mono.Android/en/Android.Views/IMenu.xml b/docs/Mono.Android/en/Android.Views/IMenu.xml index ab22dd14d4..080214bb95 100644 --- a/docs/Mono.Android/en/Android.Views/IMenu.xml +++ b/docs/Mono.Android/en/Android.Views/IMenu.xml @@ -171,7 +171,7 @@ The order for the item. Use if you do not care about the order. See . Resource identifier of title string. - Variation on Android.Views.Menu.add(int,int,int,java.lang.CharSequence) that takes a + Variation on Android.Views.Menu.add(int,int,int,java.lang.CharSequence) that takes a string resource identifier instead of the string itself. To be added. @@ -381,7 +381,7 @@ The order for the item. Use if you do not care about the order. See . Resource identifier of title string. - Variation on Android.Views.Menu.addSubMenu(int,int,int,java.lang.CharSequence) that takes + Variation on Android.Views.Menu.addSubMenu(int,int,int,java.lang.CharSequence) that takes a string resource identifier for the title instead of the string itself. To be added. diff --git a/docs/Mono.Android/en/Android.Views/IMenuItem.xml b/docs/Mono.Android/en/Android.Views/IMenuItem.xml index 34165205a6..ce03414494 100644 --- a/docs/Mono.Android/en/Android.Views/IMenuItem.xml +++ b/docs/Mono.Android/en/Android.Views/IMenuItem.xml @@ -1019,8 +1019,8 @@ How the item should display. One of - Android.Views.IMenuItem.SHOW_AS_ACTION_ALWAYS, Android.Views.IMenuItem.SHOW_AS_ACTION_IF_ROOM, or - Android.Views.IMenuItem.SHOW_AS_ACTION_NEVER. SHOW_AS_ACTION_NEVER is the default. + Android.Views.IMenuItem.SHOW_AS_ACTION_ALWAYS, Android.Views.IMenuItem.SHOW_AS_ACTION_IF_ROOM, or + Android.Views.IMenuItem.SHOW_AS_ACTION_NEVER. SHOW_AS_ACTION_NEVER is the default. Sets how this item should display in the presence of an Action Bar. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1059,8 +1059,8 @@ How the item should display. One of - Android.Views.IMenuItem.SHOW_AS_ACTION_ALWAYS, Android.Views.IMenuItem.SHOW_AS_ACTION_IF_ROOM, or - Android.Views.IMenuItem.SHOW_AS_ACTION_NEVER. SHOW_AS_ACTION_NEVER is the default. + Android.Views.IMenuItem.SHOW_AS_ACTION_ALWAYS, Android.Views.IMenuItem.SHOW_AS_ACTION_IF_ROOM, or + Android.Views.IMenuItem.SHOW_AS_ACTION_NEVER. SHOW_AS_ACTION_NEVER is the default. Sets how this item should display in the presence of an Action Bar. To be added. diff --git a/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml b/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml index 03cf6ce89f..30e950639b 100644 --- a/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml +++ b/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml @@ -22,7 +22,7 @@ Interface definition for a callback to be invoked when a menu item - marked with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView is + marked with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView is expanded or collapsed. @@ -58,7 +58,7 @@ Item that was collapsed - Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView + Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView is collapsed. To be added. @@ -90,7 +90,7 @@ Item that was expanded - Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView + Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView is expanded. To be added. diff --git a/docs/Mono.Android/en/Android.Views/InputDevice.xml b/docs/Mono.Android/en/Android.Views/InputDevice.xml index 5011964506..7d8f982fb2 100644 --- a/docs/Mono.Android/en/Android.Views/InputDevice.xml +++ b/docs/Mono.Android/en/Android.Views/InputDevice.xml @@ -459,7 +459,7 @@ Returns true if the device is a virtual input device rather than a real one, - such as the virtual keyboard (see Android.Views.KeyCharacterMap.VIRTUAL_KEYBOARD). + such as the virtual keyboard (see Android.Views.KeyCharacterMap.VIRTUAL_KEYBOARD). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -655,7 +655,7 @@ 8 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_ORIENTATION. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_ORIENTATION. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -686,7 +686,7 @@ 2 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_PRESSURE. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_PRESSURE. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -745,7 +745,7 @@ 3 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_SIZE. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_SIZE. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -776,7 +776,7 @@ 6 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOOL_MAJOR. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOOL_MAJOR. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -807,7 +807,7 @@ 7 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOOL_MINOR. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOOL_MINOR. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -838,7 +838,7 @@ 4 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOUCH_MAJOR. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOUCH_MAJOR. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -869,7 +869,7 @@ 5 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOUCH_MINOR. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_TOUCH_MINOR. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -900,7 +900,7 @@ 0 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_X. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_X. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -931,7 +931,7 @@ 1 - Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_Y. + Constant for retrieving the range of values for Android.Views.MotionEvent.AXIS_Y. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml b/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml index a8b1f19371..1b22468911 100644 --- a/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml +++ b/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml @@ -463,7 +463,7 @@ The keyCode to query. - A KeyCharacterMap KeyData instance that will be filled with the results. + A KeyCharacterMap KeyData instance that will be filled with the results. Get the character conversion data for a given key code. To be added. diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml index 20c0f07b1e..7a78a50d7c 100644 --- a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml +++ b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml @@ -17,7 +17,7 @@ - Use with M:Android.Views.KeyEvent.Dispatch(Android.Views.KeyEvent.ICallback,Android.Views.KeyEvent.DispatcherState,Android.Views.KeyEvent.DispatcherState) + Use with M:Android.Views.KeyEvent.Dispatch(Android.Views.KeyEvent.ICallback,Android.Views.KeyEvent.DispatcherState,Android.Views.KeyEvent.DispatcherState) for more advanced key dispatching, such as long presses. diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent.xml b/docs/Mono.Android/en/Android.Views/KeyEvent.xml index a3668a9195..48c195308a 100644 --- a/docs/Mono.Android/en/Android.Views/KeyEvent.xml +++ b/docs/Mono.Android/en/Android.Views/KeyEvent.xml @@ -719,7 +719,7 @@ System.String - For the special case of a Android.Views.KeyEvent.ACTION_MULTIPLE event with key + For the special case of a Android.Views.KeyEvent.ACTION_MULTIPLE event with key code of , this is a raw string of characters associated with the event. To be added. @@ -846,7 +846,7 @@ The Callback that will be given the event. State information retained across events. The target of the dispatch, for use in tracking. - Deliver this key event to a KeyEvent Callback interface. + Deliver this key event to a KeyEvent Callback interface. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1023,7 +1023,7 @@ - A KeyCharacterMap KeyData instance that will be + A KeyCharacterMap KeyData instance that will be filled with the results. Get the character conversion data for a given key code. To be added. @@ -1321,8 +1321,8 @@ System.Boolean - For Android.Views.KeyEvent.ACTION_UP events, indicates that the event has been - canceled as per Android.Views.KeyEvent.FLAG_CANCELED. + For Android.Views.KeyEvent.ACTION_UP events, indicates that the event has been + canceled as per Android.Views.KeyEvent.FLAG_CANCELED. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1470,8 +1470,8 @@ System.Boolean - For Android.Views.KeyEvent.ACTION_DOWN events, indicates that the event has been - canceled as per Android.Views.KeyEvent.FLAG_LONG_PRESS. + For Android.Views.KeyEvent.ACTION_DOWN events, indicates that the event has been + canceled as per Android.Views.KeyEvent.FLAG_LONG_PRESS. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1729,9 +1729,9 @@ System.Boolean - For Android.Views.KeyEvent.ACTION_UP events, indicates that the event is still being + For Android.Views.KeyEvent.ACTION_UP events, indicates that the event is still being tracked from its initial down event as per - Android.Views.KeyEvent.FLAG_TRACKING. + Android.Views.KeyEvent.FLAG_TRACKING. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml index 56485b04aa..10542e0023 100644 --- a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml +++ b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml @@ -65,7 +65,7 @@ Tag name to be inflated. The context the view is being created in. Inflation attributes as specified in XML file. - Version of M:Android.Views.LayoutInflater.IFactory.OnCreateView(System.String,Android.Content.Context,Android.Content.Context) + Version of M:Android.Views.LayoutInflater.IFactory.OnCreateView(System.String,Android.Content.Context,Android.Content.Context) that also supplies the parent that the view created view will be placed in. To be added. diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater.xml index bee0a82694..84efabf0bc 100644 --- a/docs/Mono.Android/en/Android.Views/LayoutInflater.xml +++ b/docs/Mono.Android/en/Android.Views/LayoutInflater.xml @@ -230,7 +230,7 @@ Android.Views.LayoutInflater+IFactory - Return the current LayoutInflater Factory (or null). + Return the current LayoutInflater Factory (or null). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -260,7 +260,7 @@ Android.Views.LayoutInflater+IFactory2 - Return the current LayoutInflater Factory2 . + Return the current LayoutInflater Factory2 . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/MotionEvent.xml b/docs/Mono.Android/en/Android.Views/MotionEvent.xml index 00c44d4b79..645ba21e85 100644 --- a/docs/Mono.Android/en/Android.Views/MotionEvent.xml +++ b/docs/Mono.Android/en/Android.Views/MotionEvent.xml @@ -114,7 +114,7 @@ System.Int32 - For Android.Views.MotionEvent.ACTION_POINTER_DOWN or Android.Views.MotionEvent.ACTION_POINTER_UP + For Android.Views.MotionEvent.ACTION_POINTER_DOWN or Android.Views.MotionEvent.ACTION_POINTER_UP as returned by , this returns the associated pointer index. To be added. @@ -1141,7 +1141,7 @@ Which historical value to return; must be less than The pointer coordinate object to populate. - Populates a MotionEvent PointerCoords object with historical pointer coordinate data, + Populates a MotionEvent PointerCoords object with historical pointer coordinate data, as per , that occurred between this event and the previous event for the given pointer. @@ -1805,7 +1805,7 @@ Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to -1. The pointer coordinate object to populate. - Populates a MotionEvent PointerCoords object with pointer coordinate data for + Populates a MotionEvent PointerCoords object with pointer coordinate data for the specified pointer index. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1873,7 +1873,7 @@ Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to -1. The pointer properties object to populate. - Populates a MotionEvent PointerProperties object with pointer properties for + Populates a MotionEvent PointerProperties object with pointer properties for the specified pointer index. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2479,7 +2479,7 @@ a stream of position events. This must be obtained from . The the time (in ms) when this specific event was generated. This must be obtained from . - The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. + The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. The X coordinate of this event. The Y coordinate of this event. The state of any meta / modifier keys that were in effect when @@ -2584,7 +2584,7 @@ a stream of position events. This must be obtained from . The the time (in ms) when this specific event was generated. This must be obtained from . - The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. + The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. The X coordinate of this event. The Y coordinate of this event. The current pressure of this event. The pressure generally @@ -2732,12 +2732,12 @@ a stream of position events. This must be obtained from . The the time (in ms) when this specific event was generated. This must be obtained from . - The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. + The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. The number of pointers that will be in this event. An array of pointerCount values providing an identifier for each pointer. An array of pointerCount values providing - a MotionEvent PointerCoords coordinate object for each pointer. + a MotionEvent PointerCoords coordinate object for each pointer. The state of any meta / modifier keys that were in effect when the event was generated. The precision of the X coordinate being reported. @@ -2817,7 +2817,7 @@ a stream of position events. This must be obtained from . The the time (in ms) when this specific event was generated. This must be obtained from . - The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. + The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. The number of pointers that are active in this event. The X coordinate of this event. The Y coordinate of this event. @@ -3020,13 +3020,13 @@ a stream of position events. This must be obtained from . The the time (in ms) when this specific event was generated. This must be obtained from . - The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. + The kind of action being performed, such as F:Android.Support.V4.View.MotionEventCompat.ActionPointerDown. The number of pointers that will be in this event. An array of pointerCount values providing - a MotionEvent PointerProperties property object for each pointer, which must + a MotionEvent PointerProperties property object for each pointer, which must include the pointer identifier. An array of pointerCount values providing - a MotionEvent PointerCoords coordinate object for each pointer. + a MotionEvent PointerCoords coordinate object for each pointer. The state of any meta / modifier keys that were in effect when the event was generated. The state of buttons that are pressed. diff --git a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml index 2484933c73..66d3aa4851 100644 --- a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml +++ b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml @@ -352,7 +352,7 @@ The event to process - Accepts MotionEvents and dispatches events to a ScaleGestureDetector OnScaleGestureListener + Accepts MotionEvents and dispatches events to a ScaleGestureDetector OnScaleGestureListener when appropriate. To be added. diff --git a/docs/Mono.Android/en/Android.Views/SoundEffectConstants.xml b/docs/Mono.Android/en/Android.Views/SoundEffectConstants.xml index 048b8c6193..6a9b3b2344 100644 --- a/docs/Mono.Android/en/Android.Views/SoundEffectConstants.xml +++ b/docs/Mono.Android/en/Android.Views/SoundEffectConstants.xml @@ -87,7 +87,7 @@ One of , , , , - or Android.Views.View.FOCUS_BACKWARD + or Android.Views.View.FOCUS_BACKWARD Get the sonification constant for the focus directions. To be added. diff --git a/docs/Mono.Android/en/Android.Views/TextureView.xml b/docs/Mono.Android/en/Android.Views/TextureView.xml index 0b923598db..13ba0688a3 100644 --- a/docs/Mono.Android/en/Android.Views/TextureView.xml +++ b/docs/Mono.Android/en/Android.Views/TextureView.xml @@ -693,7 +693,7 @@ Android.Views.TextureView+ISurfaceTextureListener - Returns the TextureView SurfaceTextureListener currently associated with this + Returns the TextureView SurfaceTextureListener currently associated with this texture view. To be added. diff --git a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml index 7ee6ff1a22..08d60eba92 100644 --- a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml +++ b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml @@ -249,7 +249,7 @@ Returns the View object that had been passed to the - C:Android.Views.View.DragShadowBuilder(Android.Views.View) + C:Android.Views.View.DragShadowBuilder(Android.Views.View) constructor. To be added. diff --git a/docs/Mono.Android/en/Android.Views/View.xml b/docs/Mono.Android/en/Android.Views/View.xml index 5de03549f9..5aefb2c420 100644 --- a/docs/Mono.Android/en/Android.Views/View.xml +++ b/docs/Mono.Android/en/Android.Views/View.xml @@ -870,7 +870,7 @@ The announcement text. - Convenience method for sending a F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeAnnouncement to make an announcement which is related to some + Convenience method for sending a F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeAnnouncement to make an announcement which is related to some sort of a context change for which none of the events representing UI transitions is a good fit. @@ -5547,7 +5547,7 @@ Current content insets of the window. Prior to - F:Android.OS.Build+VERSION.JellyBean you must not modify + F:Android.OS.Build+VERSION.JellyBean you must not modify the insets or else you and Android will be unhappy. Called by the view hierarchy when the content insets for a window have changed, to allow it to adjust its content to fit within those windows. @@ -10510,7 +10510,7 @@ The direction focus has moved when requestFocus() is called to give this view focus. Values are , , , - , , or Android.Views.View.FOCUS_BACKWARD. + , , or Android.Views.View.FOCUS_BACKWARD. It may not always apply, in which case use the default. The rectangle, in this view's coordinate system, of the previously focused view. If applicable, this will be @@ -11041,10 +11041,10 @@ horizontal space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . vertical space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . @@ -15515,7 +15515,7 @@ The type of the event to send, as defined by several types from , such as or - F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeViewHoverEnter. + F:Android.Support.V4.View.Accessibility.AccessibilityEventCompat.TypeViewHoverEnter. Sends an accessibility event of the given type. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -15967,8 +15967,8 @@ The type of layer to use with this view, must be one of - , Android.Views.View.LAYER_TYPE_SOFTWARE or - Android.Views.View.LAYER_TYPE_HARDWARE + , Android.Views.View.LAYER_TYPE_SOFTWARE or + Android.Views.View.LAYER_TYPE_HARDWARE The paint used to compose the layer. This argument is optional and can be null. It is ignored when the layer type is @@ -16274,7 +16274,7 @@ - An implementation of View OnDragListener . + An implementation of View OnDragListener . Register a drag event listener callback object for this View. @@ -16458,7 +16458,7 @@ - The View OnSystemUiVisibilityChangeListener to receive callbacks. + The View OnSystemUiVisibilityChangeListener to receive callbacks. Set a listener to receive callbacks when the visibility of the system bar changes. @@ -17130,7 +17130,7 @@ A object pointing to the data to be transferred by the drag and drop operation. - A View DragShadowBuilder object for building the + A View DragShadowBuilder object for building the drag shadow. An containing local data about the drag and drop operation. This Object is put into every DragEvent object sent by the system during the diff --git a/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml b/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml index f57969a207..cde4c547bc 100644 --- a/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml +++ b/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml @@ -1059,7 +1059,7 @@ The View associated with this ViewPropertyAnimator will have its set to - Android.Views.View.LAYER_TYPE_HARDWARE for the duration of the next animation. + Android.Views.View.LAYER_TYPE_HARDWARE for the duration of the next animation. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewStub.xml b/docs/Mono.Android/en/Android.Views/ViewStub.xml index 5e8c2b9257..8644d49d00 100644 --- a/docs/Mono.Android/en/Android.Views/ViewStub.xml +++ b/docs/Mono.Android/en/Android.Views/ViewStub.xml @@ -336,7 +336,7 @@ System.Int32 - Returns the layout resource that will be used by Android.Views.ViewStub.setVisibility(int) or + Returns the layout resource that will be used by Android.Views.ViewStub.setVisibility(int) or to replace this StubbedView in its parent by another view. To be added. diff --git a/docs/Mono.Android/en/Android.Views/Window.xml b/docs/Mono.Android/en/Android.Views/Window.xml index b1498947c2..f7149520aa 100644 --- a/docs/Mono.Android/en/Android.Views/Window.xml +++ b/docs/Mono.Android/en/Android.Views/Window.xml @@ -107,7 +107,7 @@ Layout parameters for the view. Variation on - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) to add an additional content view to the screen. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2256,7 +2256,7 @@ The desired content to display. Convenience for - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) set the screen content to an explicit view. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2289,7 +2289,7 @@ Resource ID to be inflated. Convenience for - M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) + M:Android.Views.Window.SetContentView(Android.Views.View,.LayoutParams) to set the screen content from a layout resource. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2424,7 +2424,7 @@ The new dim amount, from 0 for no dim to 1 for full dim. Set the amount of dim behind the window when using - Android.Views.WindowManagerLayoutParams.FLAG_DIM_BEHIND. + Android.Views.WindowManagerLayoutParams.FLAG_DIM_BEHIND. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -4078,7 +4078,7 @@ Android.Content.Res.TypedArray - Return the R styleable Window attributes from this + Return the R styleable Window attributes from this window's theme. To be added. diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml b/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml index ea39c0a3d5..ec1bdbb258 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml @@ -300,15 +300,15 @@ This flag can be controlled in your theme through the - F:Android.Resource+Attribute.WindowFullScreen attribute; this attribute + F:Android.Resource+Attribute.WindowFullScreen attribute; this attribute is automatically set for you in the standard fullscreen themes such as , , , , , - F:Android.Resource+Style.ThemeDeviceDefault, and - F:Android.Resource+Style.ThemeDeviceDefault. + F:Android.Resource+Style.ThemeDeviceDefault, and + F:Android.Resource+Style.ThemeDeviceDefault. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -483,8 +483,8 @@ such as , , - F:Android.Resource+Style.ThemeDeviceDefault, and - F:Android.Resource+Style.ThemeDeviceDefault. + F:Android.Resource+Style.ThemeDeviceDefault, and + F:Android.Resource+Style.ThemeDeviceDefault. When this flag is enabled for a window, its normal content may be obscured to some degree by the overscan region of the display. To ensure key parts of that content are visible to the user, you can use @@ -816,8 +816,8 @@ , , , - F:Android.Resource+Style.ThemeDeviceDefault, and - F:Android.Resource+Style.ThemeDeviceDefault. + F:Android.Resource+Style.ThemeDeviceDefault, and + F:Android.Resource+Style.ThemeDeviceDefault. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml index ee985d187b..263b48cd36 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml @@ -17,7 +17,7 @@ - Exception that is thrown when calling M:Android.Views.IViewManager.AddView(Android.Views.View,.LayoutParams) to a secondary display that cannot + Exception that is thrown when calling M:Android.Views.IViewManager.AddView(Android.Views.View,.LayoutParams) to a secondary display that cannot be found. diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml index 25e6bce520..d9cf63a47c 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml @@ -730,7 +730,7 @@ System.Single - When Android.Views.WindowManagerLayoutParams.FLAG_DIM_BEHIND is set, this is the amount of dimming + When Android.Views.WindowManagerLayoutParams.FLAG_DIM_BEHIND is set, this is the amount of dimming to apply. To be added. diff --git a/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml b/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml index 296d6c02d2..4f4ebcae17 100644 --- a/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml +++ b/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml @@ -196,7 +196,7 @@ Gets whether the credentials stored for the current host (i.e. the host - for which M:Android.Webkit.WebViewClient.OnReceivedHttpAuthRequest(Android.Webkit.WebView,Android.Webkit.HttpAuthHandler,Android.Webkit.HttpAuthHandler,Android.Webkit.HttpAuthHandler) was called) + for which M:Android.Webkit.WebViewClient.OnReceivedHttpAuthRequest(Android.Webkit.WebView,Android.Webkit.HttpAuthHandler,Android.Webkit.HttpAuthHandler,Android.Webkit.HttpAuthHandler) was called) are suitable for use. To be added. diff --git a/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml b/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml index 5f8ed59d14..681be4aea7 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml @@ -291,7 +291,7 @@ created. resultMsg.obj is a object. This should be used to transport the new WebView, by calling - WebView WebViewTransport setWebView(android webkit WebView). + WebView WebViewTransport setWebView(android webkit WebView). Request the host application to create a new window. To be added. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml index fce6ff3bb2..eddc955a44 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml @@ -1881,7 +1881,7 @@ whether the WebView needs to set a node Tells the WebView whether it needs to set a node to have focus when - Android.Webkit.WebView.requestFocus(int,android.graphics.Rect) is called. + Android.Webkit.WebView.requestFocus(int,android.graphics.Rect) is called. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml index d5778d9017..dacf475454 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml @@ -102,8 +102,8 @@ The view whose scroll state is being reported - The current scroll state. One of Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE, - Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE. + The current scroll state. One of Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE, + Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE. Callback method to be invoked while the list view or grid view is being scrolled. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml index b8281ca65f..66f7d6974b 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml @@ -28,7 +28,7 @@ Extra menu information provided to the - M:Android.Views.View.IOnCreateContextMenuListener.OnCreateContextMenu(Android.Views.IContextMenu,Android.Views.View,Android.Views.View) + M:Android.Views.View.IOnCreateContextMenuListener.OnCreateContextMenu(Android.Views.IContextMenu,Android.Views.View,Android.Views.View) callback when a context menu is brought up for this AdapterView. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView.xml b/docs/Mono.Android/en/Android.Widget/AdapterView.xml index 5845961cdd..cba4a1a4bf 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView.xml @@ -521,7 +521,7 @@ -2 - The item view type returned by Android.Widget.Adapter.getItemViewType(int) when + The item view type returned by Android.Widget.Adapter.getItemViewType(int) when the item is a header or footer. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -548,7 +548,7 @@ -1 - The item view type returned by Android.Widget.Adapter.getItemViewType(int) when + The item view type returned by Android.Widget.Adapter.getItemViewType(int) when the adapter does not want the item's view recycled. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml index 1058010b8d..0bfd824521 100644 --- a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml @@ -715,8 +715,8 @@ is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. Heterogeneous lists can specify their number of view types, so that this View is - always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and - Android.Widget.BaseAdapter`1.getItemViewType(int)). + always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and + Android.Widget.BaseAdapter`1.getItemViewType(int)). The parent that this view will eventually be attached to Get a View that displays the data at the specified position in the data set. To be added. @@ -861,10 +861,10 @@ if true, modifications to the list will - automatically call Android.Widget.ArrayAdapter`1.notifyDataSetChanged() - Control whether methods that change the list (Android.Widget.ArrayAdapter`1.add(T), - Android.Widget.ArrayAdapter`1.insert(T,int), Android.Widget.ArrayAdapter`1.remove(T), Android.Widget.ArrayAdapter`1.clear()) automatically call - Android.Widget.ArrayAdapter`1.notifyDataSetChanged(). + automatically call Android.Widget.ArrayAdapter`1.notifyDataSetChanged() + Control whether methods that change the list (Android.Widget.ArrayAdapter`1.add(T), + Android.Widget.ArrayAdapter`1.insert(T,int), Android.Widget.ArrayAdapter`1.remove(T), Android.Widget.ArrayAdapter`1.clear()) automatically call + Android.Widget.ArrayAdapter`1.notifyDataSetChanged(). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml index db5068ff17..2753abab3a 100644 --- a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml +++ b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml @@ -688,7 +688,7 @@ Returns the Filter obtained from , - or null if Android.Widget.AutoCompleteTextView.setAdapter(T) was not called with + or null if Android.Widget.AutoCompleteTextView.setAdapter(T) was not called with a Filterable. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/BaseAdapter.xml b/docs/Mono.Android/en/Android.Widget/BaseAdapter.xml index 3648154274..709d251dcc 100644 --- a/docs/Mono.Android/en/Android.Widget/BaseAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/BaseAdapter.xml @@ -726,7 +726,7 @@ the object to unregister. Unregister an observer that has previously been registered with this - adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). + adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml index 7ad71a9c2f..d9543a60cd 100644 --- a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml @@ -285,7 +285,7 @@ the position of the group that the child resides in the position of the child with respect to other children in the group Get the type of child View that will be created by - M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) for the specified child item. To be added. @@ -500,7 +500,7 @@ the position of the group for which the type should be returned. Get the type of group View that will be created by - M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean) + M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean) . for the specified group item. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml b/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml index 5539563275..3a2496e416 100644 --- a/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml @@ -552,8 +552,8 @@ is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. Heterogeneous lists can specify their number of view types, so that this View is - always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and - Android.Widget.BaseAdapter`1.getItemViewType(int)). + always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and + Android.Widget.BaseAdapter`1.getItemViewType(int)). The parent that this view will eventually be attached to Get a View that displays the data at the specified position in the data set. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml index 462d6b3159..9272b1a53f 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml @@ -29,7 +29,7 @@ Extra menu information specific to an provided to the - M:Android.Views.View.IOnCreateContextMenuListener.OnCreateContextMenu(Android.Views.IContextMenu,Android.Views.View,Android.Views.View) + M:Android.Views.View.IOnCreateContextMenuListener.OnCreateContextMenu(Android.Views.IContextMenu,Android.Views.View,Android.Views.View) callback when a context menu is brought up for this AdapterView. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml index 7401190839..74acfcde89 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml @@ -438,7 +438,7 @@ The packed position from which the child position will be returned. Gets the child position from a packed position that is of - Android.Widget.ExpandableListView.PACKED_POSITION_TYPE_CHILD type (use ). + Android.Widget.ExpandableListView.PACKED_POSITION_TYPE_CHILD type (use ). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -859,7 +859,7 @@ The drawable to be used as an indicator. If the child is the last child for a group, the state - R attr state_last will be set. + R attr state_last will be set. Sets the indicator to be drawn next to a child. @@ -963,9 +963,9 @@ The drawable to be used as an indicator. If the - group is empty, the state R attr state_empty will be + group is empty, the state R attr state_empty will be set. If the group is expanded, the state - R attr state_expanded will be set. + R attr state_expanded will be set. Sets the indicator to be drawn next to a group. diff --git a/docs/Mono.Android/en/Android.Widget/GridAlign.xml b/docs/Mono.Android/en/Android.Widget/GridAlign.xml index 129162de35..a53ae71fe5 100644 --- a/docs/Mono.Android/en/Android.Widget/GridAlign.xml +++ b/docs/Mono.Android/en/Android.Widget/GridAlign.xml @@ -49,7 +49,7 @@ For example, when GridLayout is in mode, - children that belong to a row group that uses Android.Widget.GridLayout.TOP alignment will + children that belong to a row group that uses Android.Widget.GridLayout.TOP alignment will all return the same value when their method is called. @@ -87,7 +87,7 @@ For example, when GridLayout is in mode, the quantity top - layoutParams.topMargin is the same for all children that - belong to a row group that uses Android.Widget.GridLayout.TOP alignment. + belong to a row group that uses Android.Widget.GridLayout.TOP alignment. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml index 49bf46909a..4f3e4f1c51 100644 --- a/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml @@ -45,7 +45,7 @@ - Constructs a new LayoutParams with default values as defined in T:Android.Widget.GridLayout+LayoutParams. + Constructs a new LayoutParams with default values as defined in T:Android.Widget.GridLayout+LayoutParams. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -161,7 +161,7 @@ Values not defined in the attribute set take the default values - defined in T:Android.Widget.GridLayout+LayoutParams. + defined in T:Android.Widget.GridLayout+LayoutParams. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml b/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml index d29b3fd18c..15f6c1e81d 100644 --- a/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml @@ -682,7 +682,7 @@ the object to unregister. Unregister an observer that has previously been registered with this - adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). + adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml b/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml index 4c555c7d06..a8203007f1 100644 --- a/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml +++ b/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml @@ -563,7 +563,7 @@ the position where to scroll on the X axis the position where to scroll on the Y axis - Like Android.Widget.HorizontalScrollView.scrollTo(int,int), but scroll smoothly instead of immediately. + Like Android.Widget.HorizontalScrollView.scrollTo(int,int), but scroll smoothly instead of immediately. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/IAdapter.xml b/docs/Mono.Android/en/Android.Widget/IAdapter.xml index ed6c214f22..96aa54565b 100644 --- a/docs/Mono.Android/en/Android.Widget/IAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/IAdapter.xml @@ -187,8 +187,8 @@ is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. Heterogeneous lists can specify their number of view types, so that this View is - always of the right type (see Android.Widget.Adapter.getViewTypeCount() and - Android.Widget.Adapter.getItemViewType(int)). + always of the right type (see Android.Widget.Adapter.getViewTypeCount() and + Android.Widget.Adapter.getItemViewType(int)). The parent that this view will eventually be attached to Get a View that displays the data at the specified position in the data set. To be added. @@ -310,7 +310,7 @@ the object to unregister. Unregister an observer that has previously been registered with this - adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). + adapter via Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml b/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml index 319278f718..acf6f4817c 100644 --- a/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml @@ -200,7 +200,7 @@ the correct data, this method can create a new view. It is not guaranteed that the convertView will have been previously created by - M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32). + M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32). the parent that this view will eventually be attached to Gets a View that displays the data for the given child within the given group. @@ -373,7 +373,7 @@ the correct data, this method can create a new view. It is not guaranteed that the convertView will have been previously created by - M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean). + M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean). the parent that this view will eventually be attached to Gets a View that displays the given group. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml b/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml index 5f54b89d4c..907cbdd6b0 100644 --- a/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml +++ b/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml @@ -91,7 +91,7 @@ the position of the group that the child resides in the position of the child with respect to other children in the group Get the type of child View that will be created by - M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) + M:Android.Widget.IExpandableListAdapter.GetChildView(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) for the specified child item. To be added. @@ -126,7 +126,7 @@ the position of the group for which the type should be returned. Get the type of group View that will be created by - M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean) + M:Android.Widget.IExpandableListAdapter.GetGroupView(System.Int32,System.Boolean,System.Boolean,System.Boolean) . for the specified group item. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/ImageView.xml b/docs/Mono.Android/en/Android.Widget/ImageView.xml index 337eae3081..033ac5a743 100644 --- a/docs/Mono.Android/en/Android.Widget/ImageView.xml +++ b/docs/Mono.Android/en/Android.Widget/ImageView.xml @@ -803,7 +803,7 @@ Color tint to apply. How to apply the color. The standard mode is - PorterDuff Mode SRC_ATOP + PorterDuff Mode SRC_ATOP Set a tinting option for the image. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml b/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml index 79b82fcc2c..3542f1c52a 100644 --- a/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml +++ b/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml @@ -312,7 +312,7 @@ the view on which the resulting listener will be set - Returns an View OnTouchListener that can be added to the source view + Returns an View OnTouchListener that can be added to the source view to implement drag-to-open behavior. To be added. @@ -627,7 +627,7 @@ -1 - Alias for F:Android.Views.ViewGroup+LayoutParams.MatchParent. + Alias for F:Android.Views.ViewGroup+LayoutParams.MatchParent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1614,7 +1614,7 @@ -2 - Alias for F:Android.Views.ViewGroup+LayoutParams.WrapContent. + Alias for F:Android.Views.ViewGroup+LayoutParams.WrapContent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml index ff4b667b94..3a8bd9a4f1 100644 --- a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml +++ b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml @@ -64,9 +64,9 @@ The view whose scroll state is being reported. The current scroll state. One of - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE, - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE. + Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE, + Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or + Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE. Callback invoked while the number picker scroll state has changed. diff --git a/docs/Mono.Android/en/Android.Widget/PopupMenu.xml b/docs/Mono.Android/en/Android.Widget/PopupMenu.xml index f8ea4e48ee..4d721160b7 100644 --- a/docs/Mono.Android/en/Android.Widget/PopupMenu.xml +++ b/docs/Mono.Android/en/Android.Widget/PopupMenu.xml @@ -225,7 +225,7 @@ Android.Views.View+IOnTouchListener - Returns an View OnTouchListener that can be added to the anchor view + Returns an View OnTouchListener that can be added to the anchor view to implement drag-to-open behavior. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/PopupWindow.xml b/docs/Mono.Android/en/Android.Widget/PopupWindow.xml index 4aecd0b364..b7ecfb32f2 100644 --- a/docs/Mono.Android/en/Android.Widget/PopupWindow.xml +++ b/docs/Mono.Android/en/Android.Widget/PopupWindow.xml @@ -1167,12 +1167,12 @@ an explicit width measure spec mode, either - F:Android.Views.ViewGroup+LayoutParams.WrapContent, - F:Android.Views.ViewGroup+LayoutParams.MatchParent, or 0 to use the absolute + F:Android.Views.ViewGroup+LayoutParams.WrapContent, + F:Android.Views.ViewGroup+LayoutParams.MatchParent, or 0 to use the absolute width. an explicit height measure spec mode, either - F:Android.Views.ViewGroup+LayoutParams.WrapContent, - F:Android.Views.ViewGroup+LayoutParams.MatchParent, or 0 to use the absolute + F:Android.Views.ViewGroup+LayoutParams.WrapContent, + F:Android.Views.ViewGroup+LayoutParams.MatchParent, or 0 to use the absolute height. diff --git a/docs/Mono.Android/en/Android.Widget/QuickContactBadge.xml b/docs/Mono.Android/en/Android.Widget/QuickContactBadge.xml index 1aff6fafd5..23a21423b5 100644 --- a/docs/Mono.Android/en/Android.Widget/QuickContactBadge.xml +++ b/docs/Mono.Android/en/Android.Widget/QuickContactBadge.xml @@ -352,8 +352,8 @@ - Either a ContactsContract Contacts CONTENT_URI or - ContactsContract Contacts CONTENT_LOOKUP_URI style URI. + Either a ContactsContract Contacts CONTENT_URI or + ContactsContract Contacts CONTENT_LOOKUP_URI style URI. Assign the contact uri that this QuickContactBadge should be associated with. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml index 7e6b411866..7f24d23fae 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml @@ -1418,7 +1418,7 @@ The to send when user clicks Equivalent to calling - M:Android.Views.View.SetOnClickListener(.IOnClickListener) + M:Android.Views.View.SetOnClickListener(.IOnClickListener) to launch the provided . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml b/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml index 4e13c47b6b..26f820ee04 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml @@ -53,7 +53,7 @@ System.Int32 - See Android.Widget.Adapter.getCount() + See Android.Widget.Adapter.getCount() To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -84,7 +84,7 @@ The position of the item within the data set whose row id we want. - See Android.Widget.Adapter.getItemId(int). + See Android.Widget.Adapter.getItemId(int). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -116,7 +116,7 @@ The position of the item within the Factory's data set of the item whose view we want. - See M:Android.Widget.IAdapter.GetView. + See M:Android.Widget.IAdapter.GetView. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -143,7 +143,7 @@ System.Boolean - See Android.Widget.Adapter.hasStableIds(). + See Android.Widget.Adapter.hasStableIds(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -281,7 +281,7 @@ System.Int32 - See Android.Widget.Adapter.getViewTypeCount(). + See Android.Widget.Adapter.getViewTypeCount(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml b/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml index 2f37db3b64..8ebc68310c 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml @@ -120,7 +120,7 @@ The Intent that was used to bind to this service, - as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with + as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. Return the communication channel to the service. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml b/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml index 34bacbaac3..a69d3fe14e 100644 --- a/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml @@ -152,8 +152,8 @@ To be added. To be added. Constructor with default behavior as per - C:Android.Widget.CursorAdapter(Android.Content.Context,Android.Database.ICursor,Android.Database.ICursor); it is recommended - you not use this, but instead C:Android.Widget.ResourceCursorAdapter(Android.Content.Context,System.Int32,System.Int32,System.Int32). + C:Android.Widget.CursorAdapter(Android.Content.Context,Android.Database.ICursor,Android.Database.ICursor); it is recommended + you not use this, but instead C:Android.Widget.ResourceCursorAdapter(Android.Content.Context,System.Int32,System.Int32,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ScrollView.xml b/docs/Mono.Android/en/Android.Widget/ScrollView.xml index c92c1ee4e5..d6ed0575e7 100644 --- a/docs/Mono.Android/en/Android.Widget/ScrollView.xml +++ b/docs/Mono.Android/en/Android.Widget/ScrollView.xml @@ -562,7 +562,7 @@ the position where to scroll on the X axis the position where to scroll on the Y axis - Like Android.Widget.ScrollView.scrollTo(int,int), but scroll smoothly instead of immediately. + Like Android.Widget.ScrollView.scrollTo(int,int), but scroll smoothly instead of immediately. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml b/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml index 04abb4b247..e0f09589be 100644 --- a/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml @@ -300,8 +300,8 @@ is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. Heterogeneous lists can specify their number of view types, so that this View is - always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and - Android.Widget.BaseAdapter`1.getItemViewType(int)). + always of the right type (see Android.Widget.BaseAdapter`1.getViewTypeCount() and + Android.Widget.BaseAdapter`1.getItemViewType(int)). The parent that this view will eventually be attached to Get a View that displays the data at the specified position in the data set. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/Switch.xml b/docs/Mono.Android/en/Android.Widget/Switch.xml index e7708f9f21..a9e9cf4bca 100644 --- a/docs/Mono.Android/en/Android.Widget/Switch.xml +++ b/docs/Mono.Android/en/Android.Widget/Switch.xml @@ -222,10 +222,10 @@ horizontal space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . vertical space requirements as imposed by the parent. The requirements are encoded with - View MeasureSpec . + View MeasureSpec . diff --git a/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml b/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml index d185372bf5..380037b712 100644 --- a/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml +++ b/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml @@ -128,7 +128,7 @@ To be added. - Specify a T:Android.Widget.TabHost+ITabContentFactory to use to + Specify a T:Android.Widget.TabHost+ITabContentFactory to use to create the content of the tab. To be added. diff --git a/docs/Mono.Android/en/Android.Widget/TabHost.xml b/docs/Mono.Android/en/Android.Widget/TabHost.xml index 523170200c..4361655d42 100644 --- a/docs/Mono.Android/en/Android.Widget/TabHost.xml +++ b/docs/Mono.Android/en/Android.Widget/TabHost.xml @@ -559,7 +559,7 @@ Used to launch activities for tab content. - If you are using TabHost TabSpec setContent(android content Intent), this + If you are using TabHost TabSpec setContent(android content Intent), this must be called since the activityGroup is needed to launch the local activity. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TextView.xml b/docs/Mono.Android/en/Android.Widget/TextView.xml index 1f16f240ab..0a4d76e4e9 100644 --- a/docs/Mono.Android/en/Android.Widget/TextView.xml +++ b/docs/Mono.Android/en/Android.Widget/TextView.xml @@ -3017,7 +3017,7 @@ Called by the framework in response to a text completion from the current input method, provided by it calling - Android.Views.InputMethods.InputConnection.commitCompletion(android.view.inputmethod.CompletionInfo). + Android.Views.InputMethods.InputConnection.commitCompletion(android.view.inputmethod.CompletionInfo). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3050,7 +3050,7 @@ Called by the framework in response to a text auto-correction (such as fixing a typo using a a dictionnary) from the current input method, provided by it calling - Android.Views.InputMethods.InputConnection.commitCorrection(android.view.inputmethod.CorrectionInfo) InputConnection.commitCorrection()}. + Android.Views.InputMethods.InputConnection.commitCorrection(android.view.inputmethod.CorrectionInfo) InputConnection.commitCorrection()}. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3087,7 +3087,7 @@ The code of the action being performed. Called when an attached input method calls - M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction + M:Android.Views.InputMethods.BaseInputConnection.PerformEditorAction for this text view. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -3182,7 +3182,7 @@ Any additional data for the command. This may be null. Called by the framework in response to a private command from the current method, provided by it calling - Android.Views.InputMethods.InputConnection.performPrivateCommand(java.lang.String,android.os.Bundle). + Android.Views.InputMethods.InputConnection.performPrivateCommand(java.lang.String,android.os.Bundle). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android/Resource+Attribute.xml b/docs/Mono.Android/en/Android/Resource+Attribute.xml index d8d98064ea..866af386fe 100644 --- a/docs/Mono.Android/en/Android/Resource+Attribute.xml +++ b/docs/Mono.Android/en/Android/Resource+Attribute.xml @@ -6075,7 +6075,7 @@ 16843621 - Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, + Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, this is the new way to specify the largest screens an application is compatible with. @@ -8860,7 +8860,7 @@ 16843300 Reference to an - R styleable InputExtras + R styleable InputExtras XML resource containing additional data to supply to an input method, which is private to the implementation of the input method. @@ -12430,7 +12430,7 @@ 16842779 - If true, the M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri) or corresponding Intent flags can + If true, the M:Android.Content.Context.GrantUriPermission(System.String,Android.Net.Uri,Android.Net.Uri) or corresponding Intent flags can be used to allow others to access specific URIs in the content provider, even if they do not have an explicit read or write permission. @@ -15921,7 +15921,7 @@ 16843622 - Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, + Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, this is the new way to specify the screens an application is compatible with. @@ -20674,7 +20674,7 @@ 16842969 - Sets the padding, in pixels, of the bottom edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the bottom edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -20701,7 +20701,7 @@ 16843700 - Sets the padding, in pixels, of the end edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the end edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -20754,7 +20754,7 @@ 16842966 - Sets the padding, in pixels, of the left edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the left edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -20807,7 +20807,7 @@ 16842968 - Sets the padding, in pixels, of the right edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the right edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -20834,7 +20834,7 @@ 16843699 - Sets the padding, in pixels, of the start edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the start edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -20861,7 +20861,7 @@ 16842967 - Sets the padding, in pixels, of the top edge; see F:Android.Resource+Attribute.Padding. + Sets the padding, in pixels, of the top edge; see F:Android.Resource+Attribute.Padding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -23809,7 +23809,7 @@ 16843620 - Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, + Starting with F:Android.OS.Build+VERSION_CODES.HoneycombMr2, this is the new way to specify the minimum screen size an application is compatible with. @@ -35391,7 +35391,7 @@ Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by - R styleable WindowAnimation. + R styleable WindowAnimation. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android/Resource+Style.xml b/docs/Mono.Android/en/Android/Resource+Style.xml index f7f3115272..bf6f9bf37c 100644 --- a/docs/Mono.Android/en/Android/Resource+Style.xml +++ b/docs/Mono.Android/en/Android/Resource+Style.xml @@ -5190,7 +5190,7 @@ 16974127 - Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a + Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a regular dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5218,7 +5218,7 @@ 16974128 - Variant of F:Android.Resource+Style.ThemeDeviceDefault without an action bar + Variant of F:Android.Resource+Style.ThemeDeviceDefault without an action bar Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5246,7 +5246,7 @@ 16974129 - Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width + Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a regular dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5359,7 +5359,7 @@ 16974123 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with a light-colored style + Variant of F:Android.Resource+Style.ThemeDeviceDefault with a light-colored style Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5468,7 +5468,7 @@ 16974131 - Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a + Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a regular dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5496,7 +5496,7 @@ 16974132 - Variant of F:Android.Resource+Style.ThemeDeviceDefault without an action bar + Variant of F:Android.Resource+Style.ThemeDeviceDefault without an action bar Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5524,7 +5524,7 @@ 16974133 - Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum + Variant of F:Android.Resource+Style.ThemeDeviceDefault that has a nice minimum width for a regular dialog. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5609,7 +5609,7 @@ 16974124 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5637,7 +5637,7 @@ 16974125 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar. + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5664,7 +5664,7 @@ 16974304 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar and extending in to overscan region. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5745,7 +5745,7 @@ 16974121 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5773,7 +5773,7 @@ 16974122 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar. + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -5800,7 +5800,7 @@ 16974303 - Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar and + Variant of F:Android.Resource+Style.ThemeDeviceDefault with no action bar and no status bar and extending in to overscan region. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/ITypeVariable.xml b/docs/Mono.Android/en/Java.Lang.Reflect/ITypeVariable.xml index 544b7f04c5..aa8dbec067 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/ITypeVariable.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/ITypeVariable.xml @@ -27,7 +27,7 @@ - This interface represents a type variables such as 'T' in 'public interface Comparable', the bounded 'T' in 'public interface A' or the multiple bounded 'T' in 'public interface B'. + This interface represents a type variables such as 'T' in ', the bounded 'T' in ' or the multiple bounded 'T' in '. diff --git a/docs/Mono.Android/en/Java.Math/BigDecimal.xml b/docs/Mono.Android/en/Java.Math/BigDecimal.xml index 7c1d9752c3..dc1dfd534f 100644 --- a/docs/Mono.Android/en/Java.Math/BigDecimal.xml +++ b/docs/Mono.Android/en/Java.Math/BigDecimal.xml @@ -1758,7 +1758,7 @@ To be added. - Returns a new BigDecimal whose value is thisn. + Returns a new BigDecimal whose value is n. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -1793,7 +1793,7 @@ To be added. rounding mode and precision for the result of this operation. - Returns a new BigDecimal whose value is thisn. + Returns a new BigDecimal whose value is n. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2240,7 +2240,7 @@ To be added. - Returns a new BigDecimal whose value is this * 10n. + Returns a new BigDecimal whose value is n. To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -2842,7 +2842,7 @@ To be added. To be added. - Returns a new BigDecimal instance whose value is equal to unscaledVal * 10-scale). + Returns a new BigDecimal instance whose value is equal to -scale). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml b/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml index b03c6b0da1..e5a7632f03 100644 --- a/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml +++ b/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml @@ -1391,7 +1391,7 @@ the parameter number index, where the first parameter has index 1. - Gets the value of a specified SQL REF() + Gets the value of a specified SQL ) parameter as a java.sql.Ref. To be added. @@ -1425,7 +1425,7 @@ the desired parameter's name. - Gets the value of a specified SQL REF() + Gets the value of a specified SQL ) parameter as a java.sql.Ref. To be added. diff --git a/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml b/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml index bc94ab34d0..2a5a178393 100644 --- a/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml +++ b/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml @@ -57,7 +57,7 @@ - Returns whether all procedures returned by Java.Sql.DatabaseMetaData.getProcedures(java.lang.String,java.lang.String,java.lang.String) can be + Returns whether all procedures returned by Java.Sql.DatabaseMetaData.getProcedures(java.lang.String,java.lang.String,java.lang.String) can be called by the current user. To be added. @@ -506,7 +506,7 @@ the type of the ResultSet involved: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE Returns whether a visible row delete can be detected by calling - Java.Sql.ResultSet.rowDeleted(). + Java.Sql.ResultSet.rowDeleted(). To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Sql/IPreparedStatement.xml b/docs/Mono.Android/en/Java.Sql/IPreparedStatement.xml index 943a04828e..2553344cdf 100644 --- a/docs/Mono.Android/en/Java.Sql/IPreparedStatement.xml +++ b/docs/Mono.Android/en/Java.Sql/IPreparedStatement.xml @@ -1621,7 +1621,7 @@ the parameter number index, where the first parameter has index 1. To be added. - Sets the value of a specified parameter to a supplied REF() value. + Sets the value of a specified parameter to a supplied ) value. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Sql/ISavepoint.xml b/docs/Mono.Android/en/Java.Sql/ISavepoint.xml index f8ffe08ce7..ea798bf0d5 100644 --- a/docs/Mono.Android/en/Java.Sql/ISavepoint.xml +++ b/docs/Mono.Android/en/Java.Sql/ISavepoint.xml @@ -22,7 +22,7 @@ A savepoint is an instant during the current transaction that can be utilized - by a rollback via the Java.Sql.Connection.rollback() command. + by a rollback via the Java.Sql.Connection.rollback() command. diff --git a/docs/Mono.Android/en/Java.Sql/Statement.xml b/docs/Mono.Android/en/Java.Sql/Statement.xml index d1fa4b5565..e27b272f45 100644 --- a/docs/Mono.Android/en/Java.Sql/Statement.xml +++ b/docs/Mono.Android/en/Java.Sql/Statement.xml @@ -50,7 +50,7 @@ 3 - Passing this constant to Java.Sql.Statement.getMoreResults() implies that all ResultSet objects previously kept open should be closed. + Passing this constant to Java.Sql.Statement.getMoreResults() implies that all ResultSet objects previously kept open should be closed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -77,7 +77,7 @@ 1 - Passing this constant to Java.Sql.Statement.getMoreResults() implies that the current + Passing this constant to Java.Sql.Statement.getMoreResults() implies that the current ResultSet object should be closed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml index a303251036..cad78cf21c 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml @@ -284,7 +284,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively returns false @@ -339,7 +339,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively returns false @@ -372,7 +372,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively returns false @@ -444,7 +444,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively returns false @@ -474,7 +474,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively returns false diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml index e6669aa552..9a5d30c642 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml @@ -284,7 +284,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively returns false @@ -339,7 +339,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively returns false @@ -372,7 +372,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively returns false @@ -444,7 +444,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively returns false @@ -474,7 +474,7 @@ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively + if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively returns false diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml index 15fb7c9af7..932c5b6796 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml @@ -33,7 +33,7 @@ - A scalable concurrent ConcurrentNavigableMap implementation. + A scalable concurrent ConcurrentNavigableMap implementation. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml index 76e6b9c5f3..679c355363 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml @@ -74,7 +74,7 @@ To be added. - Equivalent to C:Java.Util.Concurrent.Phaser(Java.Util.Concurrent.Phaser,System.Int32). + Equivalent to C:Java.Util.Concurrent.Phaser(Java.Util.Concurrent.Phaser,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/CalendarStyle.xml b/docs/Mono.Android/en/Java.Util/CalendarStyle.xml index bb87d48f2a..510d4bea17 100644 --- a/docs/Mono.Android/en/Java.Util/CalendarStyle.xml +++ b/docs/Mono.Android/en/Java.Util/CalendarStyle.xml @@ -39,7 +39,7 @@ Requests both SHORT and LONG styles in the map returned by - M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). + M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -68,7 +68,7 @@ Requests long names (such as "January") from - M:Java.Util.Calendar.GetDisplayName(System.Int32,System.Int32,System.Int32) or M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). + M:Java.Util.Calendar.GetDisplayName(System.Int32,System.Int32,System.Int32) or M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -97,7 +97,7 @@ Requests short names (such as "Jan") from - M:Java.Util.Calendar.GetDisplayName(System.Int32,System.Int32,System.Int32) or M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). + M:Java.Util.Calendar.GetDisplayName(System.Int32,System.Int32,System.Int32) or M:Java.Util.Calendar.GetDisplayNames(System.Int32,System.Int32,System.Int32). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/FormattableFlags.xml b/docs/Mono.Android/en/Java.Util/FormattableFlags.xml index b636238225..078cd0aed8 100644 --- a/docs/Mono.Android/en/Java.Util/FormattableFlags.xml +++ b/docs/Mono.Android/en/Java.Util/FormattableFlags.xml @@ -18,7 +18,7 @@ FormattableFlags are used as a parameter to - M:Java.Util.IFormattable.FormatTo(Java.Util.Formatter,Java.Util.FormatFlags,Java.Util.FormatFlags,Java.Util.FormatFlags) and change the output + M:Java.Util.IFormattable.FormatTo(Java.Util.Formatter,Java.Util.FormatFlags,Java.Util.FormatFlags,Java.Util.FormatFlags) and change the output format in Formattables. diff --git a/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml b/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml index 3d202540be..bbc4846524 100644 --- a/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml +++ b/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml @@ -272,7 +272,7 @@ If the system property - "javax.xml.validation.SchemaFactory:schemaLanguage" + schemaLanguage is present (where schemaLanguage is the parameter to this method), then its value is read as a class name. The method will try to diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn/EofSensorInputStream.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn/EofSensorInputStream.xml index ca38271a5a..63b12b5eaf 100644 --- a/docs/Mono.Android/en/Org.Apache.Http.Conn/EofSensorInputStream.xml +++ b/docs/Mono.Android/en/Org.Apache.Http.Conn/EofSensorInputStream.xml @@ -30,7 +30,7 @@ - A stream wrapper that triggers actions on Org.Apache.Http.Conn.EofSensorInputStream.close() and EOF. + A stream wrapper that triggers actions on Org.Apache.Http.Conn.EofSensorInputStream.close() and EOF. @@ -319,7 +319,7 @@ - Same as Org.Apache.Http.Conn.EofSensorInputStream.close(). + Same as Org.Apache.Http.Conn.EofSensorInputStream.close(). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Org.Json/JSONStringer.xml b/docs/Mono.Android/en/Org.Json/JSONStringer.xml index b3ca89e56a..806198444f 100644 --- a/docs/Mono.Android/en/Org.Json/JSONStringer.xml +++ b/docs/Mono.Android/en/Org.Json/JSONStringer.xml @@ -17,7 +17,7 @@ - Implements Org.Json.JSONObject.toString() and Org.Json.JSONArray.toString(). + Implements Org.Json.JSONObject.toString() and Org.Json.JSONArray.toString(). diff --git a/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParserFactory.xml b/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParserFactory.xml index 780f74c363..b38345d59f 100644 --- a/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParserFactory.xml +++ b/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParserFactory.xml @@ -269,8 +269,8 @@ To be added. To be added. - Creates a factory that always returns instances of of KXmlParser and - KXmlSerializer . + Creates a factory that always returns instances of of KXmlParser and + KXmlSerializer . To be added. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.