公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_simplify_office
进出入简化版对应的室内机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
554325746@qq.com
2019-08-07
b3eb7dd53747a27d7e81d6ec48ad1da1d2c66ce8
[Android/Security_simplify_office.git]
/
app
/
src
/
main
/
java
/
com
/
amitshekhar
/
sqlite
/
DBFactory.java
1
2
3
4
5
6
7
8
9
package com.amitshekhar.sqlite;
import android.content.Context;
public interface DBFactory {
SQLiteDB create(Context context, String path, String password);
}