getExtent on a GraphicsLayer with the ArcGIS Android API does not behave as I would expect it to behave.
getExtent() returns the full map extent instead of the extent of the graphics contained within the layer. Has anyone else experienced this? Is this as designed? This is how I am constructing the GraphicsLayer
_mygraphicsLayer = new GraphicsLayer(this.getContext());