Environment: Windows 8.1, Visual Studio 2013 Update 2 RC, Target:Android 17, Xamarin.Android 4.12.03003
My android projects now always have at minimum the INTERNET, WRITE_EXTERNAL_STORAGE permissions set in the output manifest (obj//AndroidManifest.xml). Setting additional permissions will add to them, but clearing INTERNET or WRITE_EXTERNAL_STORAGE has no effect on the output manifest.
Things I've tried:
- Checking both debug and release builds
- Creating a brand new default (honeycomb) project and building with no code changes
- Checking my 3 other android projects
- Rebooting
Suggestions?