ProviderInfo.IsSyncable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Whether or not this provider is syncable.
[Android.Runtime.Register("isSyncable")]
[System.Obsolete("deprecated")]
public bool IsSyncable { get; set; }
[<Android.Runtime.Register("isSyncable")>]
[<System.Obsolete("deprecated")>]
member this.IsSyncable : bool with get, set
Property Value
- Attributes
Remarks
Whether or not this provider is syncable.
This member is deprecated. This flag is now being ignored. The current way to make a provider syncable is to provide a SyncAdapter service for a given provider/account type.
Java documentation for android.content.pm.ProviderInfo.isSyncable
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.