Hey all, long time reader, first-time poster here (sounds like a radio show). Anyway, I'm trying to set the orientation of an activity within the Android Manifest, but I'm having trouble finding the proper value for the name attribute.
After reading the "android:name" description on the developers site, I understand that it needs to have the fully qualified class name. (ex: your.main.package.Activity) Following this, I've set the package name in the manifest GUI Mono has. However, I can't seem to get this to target the correct activity when I append ".MyActivity" to that package name. I've also tried the shorthand route of putting a "." at the beginning of the activity name in the manifest with no luck. I know that the Manifest is being read, because if I add the orientation tag to the overall <application> tag, it works perfectly. Any thoughts as to what I could be doing wrong? (Do I need the namespace in there?) Thanks a bunch. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Get-the-fully-qualified-class-name-of-an-activity-tp4868915p4868915.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
