公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_simplify_gpu_V10.8.0_v2_black
学院路学区室外黑色设备
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新人脸算法
zhangzengfei
2022-01-10
4496b59ab27d569df1da7ef634e02273b3a9618a
[Android/Security_simplify_gpu_V10.8.0_v2_black.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);
}