Re: [android-developers] Security question: can Android source be decompiled and read?

2010-03-02 Thread Greg Donald
On Tue, Mar 2, 2010 at 12:23 PM, Anna PS wrote: > So I would like to store a username and password for HTTP login in the > Android source (it's an account that is app-wide, rather than per- > user, so I would like to supply it with the app). > > Is this a really bad idea? In other words, should I

[android-developers] Security question: can Android source be decompiled and read?

2010-03-02 Thread Anna PS
Hi there So I would like to store a username and password for HTTP login in the Android source (it's an account that is app-wide, rather than per- user, so I would like to supply it with the app). Is this a really bad idea? In other words, should I just assume that any text in Android source can