Has anyone done that? Is there anyway of accessing the amp file setting through the code? I've looked ... but haven't found anything yet. The update Synchronize task obviously gets settings from the Amp file (see below).<Task assemblyQualifiedName="CustomizationSamples.CustomCollectFeaturesTask, CustomCollectFeaturesTask, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<CustomCollectFeaturesTask name="Collect Feature" description="Custom Collect Features Task" />
</Task>
<Task assemblyQualifiedName="ESRI.ArcGIS.Mobile.Client.Tasks.Synchronization.SynchronizeTask, ESRI.ArcGIS.Mobile.Client">
<SynchronizeTask xmlns:amp="http://www.esri.com/schemas/ArcGIS/Mobile/1" name="Manage Edits" description="View and manage local updates">
<PostUpdatesSettings autoPostOption="Never">
<TimeInterval minutes="-1" hours="1" />
</PostUpdatesSettings>
<GetDataSettings>
<Layers />
</GetDataSettings>
</SynchronizeTask>