摘要: 本节介绍这个存储私有数据的 API,它使用 android.content.Context.openFileInput、openFileOutput 和 getCacheDir() 来高速缓存数据,当用户卸载掉应用程序时,这些文件就会被移除。存储数据至内部私有存储器:/** * Writes content to internal storage making the content private to * the application. The method can be easily changed to take the MODE * as argument and let t... 阅读全文