Files
HouseProperty/app/src/main/java/com/sl/house_property/ImagePickerProvider.java
2020-08-03 09:11:54 +08:00

15 lines
303 B
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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 {
}