On Aug 2, 2012, at 5:08 PM, Wally McClure <theevilprogram...@hotmail.com> wrote: > I finally got around to actually installing the 4.2.5 alpha on my phone. I > notice that the Mono Android - 8 Support is disabled. I haven't done > anything particular to the framework. I'm wondering why it is showing as > disabled and what that means.
I believe it shows up as disabled because the AndroidManifest.xml for the platform package [0] has //application/@android:enabled=false: <application android:label="Mono Android-8 Support" android:enabled="false" /> Oddly the "disabled" modifier doesn't show up on all platforms, e.g. Jelly Bean's Settings app doesn't bother telling me that it's disabled... Why is it disabled? Because there's nothing in there that's interesting to Android; it just contains assemblies, no Dalvik code. I believe that you can safely ignore it. :-) - Jon [0] OS X: /Developer/MonoAndroid/usr/lib/mandroid/platforms/android-8/Mono.Android.Platform.xml _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid