This is an example of how you can change string resource value at runtime, not that it's a good thing to do.
For now will only work with ant builds.
To run the example:
- cd to project folder.
- run "android update project -p ."
- run "ant clean debug" to build debug apk.
- run "ant installd" to install debug apk on device or emulator.
This was made just for fun and should never be implemented in real projects.
Copyright 2013 Roman Zhilich <[email protected] >
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.