This commit is contained in:
2020-08-03 09:11:54 +08:00
parent 537441d239
commit 06952bab00
737 changed files with 52091 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.sl.house_property;
import android.support.v4.content.FileProvider;
/**
* 自定义一个Provider以免和引入的项目的provider冲突
*
* Author: nanchen
* Email: liushilin520@foxmail.com
* Date: 2017-03-17 16:10
*/
public class ImagePickerProvider extends FileProvider {
}