chaitanya wrote: > So, when the user ticks the checkbox which says install from unknown > sources , do we need to fire up the Intent which lets you install the > application onto the SD card? > I was unsure as to how exactly I am going to handle the > installation of the apk file via code.
AFAIK, the Intent you are starting should be fine, though I have not installed an APK programmatically and so cannot say for certain. My comment was strictly on your attempting to modify secure settings. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

