Nick
Nick

Reputation: 2641

Android: Edit strings.xml inside java code

I was wondering if it was possible to edit a string saved in the strings.xml file. If you can then how do you do this. So far I cannot see that you can but I am new to android.

Upvotes: 0

Views: 1231

Answers (1)

Andro Selva
Andro Selva

Reputation: 54322

NO. You can't edit your res folder. The data what you have in your apk file is read only. You can't edit it on the go.

Upvotes: 2

Related Questions