Issue 150: Problem with manifest in non-Google Maps branch
Status:  New
Owner: ----
Reported by david8bl...@gmail.com, Jan 18, 2013
Hello, I maintain the app for f-droid.org (at v0.92) and we use this repo https://github.com/danielegobbetti/mixare/tree/fully_FLOSS. This doesn't use Google APIs to build so it should install and function l if Google Maps shared library isn't installed. But there are two problems preventing this:

1. The AndroidManifest.xml says google maps are required. This line can be removed so that the app can install. But ,

2. Pressing the button to bring up the map view does nothing and there is no way of getting to Openstreetmap. This is because the map view by default uses Google Maps and there is a dropdown menu to use Openstreetmap. But since the map activity won't load there is no way of accessing it.