Ya using ANT it is possible. I have done same with build.xml using ANT compiler.
Example : <property name="message" textsize = 100 if="ACTIVATE_SMS"/> In properties file or in compiler we ll give -DACTIVATE_SMS=1 Now i required the same in android. thanks., ganesh r. On Wed, Oct 27, 2010 at 12:52 AM, TreKing <[email protected]> wrote: > On Tue, Oct 26, 2010 at 10:21 AM, Ganesh Kumar R - . > <[email protected]>wrote: > >> That is the request came from my client. >> > > Figures. > > >> They need one workspace should contain all the operator specific code >> might be to reduce the source code size in server. >> > > They probably don't, but think they do :-) > > >> Is this possible in android or not ? >> > > Maybe look at Ant to do a customized build process that updates the strings > xml file however you need. > > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

