I'm developing a history clearing application, in which I want to clear my Google Map history.
How can I do this?
SearchRecentSuggestions mapsrs = new SearchRecentSuggestions(this.getBaseContext(),com.google.android.maps.SearchHistoryProvider", 1);
mapsrs.clearHistory();