dishantghai

Results 2 comments of dishantghai

> @br-neeraj I dont think there are any more hacks to it for showing on Android 10 or above devices. I tried almost everything. There is no app that is...

I solved this by :- (1.) Adding following to App Level build.gradle -> ``` dependency{ ... implementation 'com.droidninja:filepicker:2.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.71" ... } configurations { cleanedAnnotations compile.exclude group: 'org.jetbrains' , module:'annotations'...