2020-08-03 09:11:54 +08:00
|
|
|
|
package com.sl.house_property;
|
|
|
|
|
|
|
2021-11-24 16:21:09 +08:00
|
|
|
|
import androidx.core.content.FileProvider;
|
2020-08-03 09:11:54 +08:00
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* 自定义一个Provider,以免和引入的项目的provider冲突
|
|
|
|
|
|
*
|
|
|
|
|
|
* Author: nanchen
|
|
|
|
|
|
* Email: liushilin520@foxmail.com
|
|
|
|
|
|
* Date: 2017-03-17 16:10
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
public class ImagePickerProvider extends FileProvider {
|
|
|
|
|
|
}
|