> > I want to create a config file inside the ABSOLUTE PATH of the > application at the time of installation. Would this be possible? > Nope, sorry...
The reason for this is, before even first time running the app, user can > edit/specify the DNS/port and other settings in the config file. > Not going to happen... Mandatory requirements: > - User should be able to edit the CONFIG file even before running the APP > for the first time.. > - I do not want to create this file manually in the device.. > Those are going to have to be less mandatory... as in non-existent. The Android paradigm for this is to handle this on the first run of the app... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 14, 2012 at 9:43 AM, dillipk <[email protected]> wrote: > I want to create a config file inside the ABSOLUTE PATH of the > application at the time of installation. Would this be possible? > -- 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

