Skip to content

Commit 164cc91

Browse files
committed
Scoped Storage
1 parent 352600c commit 164cc91

File tree

1 file changed

+6
-0
lines changed
  • app/src/main/java/com/webaddicted/imagepickercompressor/utils/constant

1 file changed

+6
-0
lines changed

app/src/main/java/com/webaddicted/imagepickercompressor/utils/constant/AppConstant.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ object AppConstant {
2020
FRIDAY("Friday"),
2121
SATURDAY("Saturday")
2222
}
23+
enum class StorageType(var value: Int) {
24+
EXTERNAL_STORAGE(1),
25+
INTERNAL_DOWNLOAD(2),
26+
INTERNAL_DICM(3),
27+
INTERNAL_PICTURE(4)
28+
}
2329

2430

2531
}

0 commit comments

Comments
 (0)