-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames file provider classes to avoid name conflicts with other proj…
…ects (#41) * renames classes to avoid name conflicts with other projects * removes unnecessary comment
- Loading branch information
1 parent
83bd831
commit 4e76107
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
imagepicker/src/main/java/com/esafirm/imagepicker/helper/ImagePickerFileProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.esafirm.imagepicker.helper; | ||
|
||
import android.support.v4.content.FileProvider; | ||
|
||
public class ImagePickerFileProvider extends FileProvider { | ||
} |
File renamed without changes.