Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 Android 设备上的文件为物理数据库存储区创建 Configuration 对象并返回 ConfigFileAndroid 对象。
ConfigFileAndroid DatabaseManager.createConfigurationFileAndroid( String file_name, android.content.Context context ) throws ULjException
file_name 待使用或创建的数据库文件的名称。您必须具有对数据库路径进行读写访问的权限。此文件的缺省路径为 /data/data/your-application-package-name/,其中 your-application-package-name 是您为应用程序指派的程序包名。要为数据库指定其它位置,可加入带文件名的绝对路径。
context 来自 Android 应用程序的 Context 对象。此参数不得为空值。
用于配置数据库的 ConfigFileAndroid 对象。