在framework中添加字符串资源
一般在APP应用程序里需要用字符串的话,只需要在string.xml中添加相关字符串,然后通过Context().getResources().getString(R.string.xxx)就可以获得。
在framework/base/core/res/res/values/string.xml中添加一个字符串,然后在
symbols.xml中要添加
一般在APP应用程序里需要用字符串的话,只需要在string.xml中添加相关字符串,然后通过Context().getResources().getString(R.string.xxx)就可以获得。
在framework/base/core/res/res/values/string.xml中添加一个字符串,然后在
symbols.xml中要添加