We have a Windows Mobile application which is based on ArcGIS mobile's out of the box tasks (version 10.0). We are using 'View Map' task directly. While upgrading to version 10.1 we have this additional 'Edit Features' for the editable layers which is not desirable for our workflow. And these layers has to be editable since these are used to collect the points.
[ATTACH=CONFIG]31075[/ATTACH]
So I want to get rid of this Edit Feature option. Is there a configuration file where I can get rid of it? so technically I am asking to control the behavior of this :
{"assemblyQualifiedName":"ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap.ViewMapTask, ESRI.ArcGIS.Mobile.Client","name":"View Map","description":"Browse the map display"}, - thanks