Set MainLauncher=true in the Activity attribute for any activity you want added as a launch point for your application, like this:
[Activity(MainLauncher = true, Label = "@string/ApplicationName", Icon = "@drawable/icon")] public class StartActivity : Activity On Thu, Jun 16, 2011 at 7:31 AM, jnmahi <[email protected]> wrote: > Hi all, > i have created a application in which user go from 1 activity to > another there are 3-4 activities... i am facing a problen when user exit > from an activity3 and closethe widzet and then open widget again it comes > to > activity3 by default ... i want it should always come to activity1 on > widget > click .... Thanks in advance .... > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/set-start-activity-for-widget-tp4494696p4494696.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 >
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
