在Android中引用其他程序的文本资源并不是很常见,但是有时候还是很是有需要的,通常引用的多半是系统的程序的文本资源. 下面以一个超简单的例子,来展示以下如何实现. 代码如下: public void testUseAndroidString() { Context context = getContext(); Resources res = null; try { //I want to use the clear_activities string in Package com.android.settings res = co