tom5079
tom5079
Progress update: I decided to redesign the entire search page so it will take a while... Hang tight!
I agree with you but I am also not sure how to start mainly because of the "maintaining URI" part. I think one option is to modify the sample app...
By the way, even the official DocumentFile library is not properly tested :shrug: [this](https://github.com/androidx/androidx/blob/androidx-main/documentfile/documentfile/src/androidTest/java/androidx/documentfile/provider/DocumentFileTest.java) is all they're doing
OK. I think I found a way The combination of [MANAGE_EXTERNAL_STORAGE](https://developer.android.com/training/data-storage/manage-all-files#enable-manage-external-storage-for-testing) flag and [android emulator github action](https://github.com/marketplace/actions/android-emulator-runner) should do the trick :tada:
okay, I think I found a way MANAGE_EXTERNAL_STORAGE doesn't work for SAF :hankey: so we have to resort to use UiAutomation API to manually automate the permission granting process.
@RobbWatershed I pushed the code to dev branch that grants permission automatically. Currently, it's quite limited (only supports SDK 21 and no CI support yet) but I'll figure them out...
No problem, and thanks for your interest! Tell me whatever needs to be done with this library ๐
@jmseb3 ๋ค์ด์ผ๋ก๊ทธ๋ฅผ ํ์ํ๋๊ฒ๋ณด๋ค ์ค๋ต๋ฐ๋ก ํ์ํ๋๊ฒ ์ด๋จ๊น์?
`onWindowFocusChanged`์์ ํด๋ฆฝ๋ณด๋๋ฅผ ๊ฒ์ฌํ๋๊ฒ๋ณด๋ค ๊ฐค๋ฌ๋ฆฌ ๋ฒํธ๋ก ์ด๊ธฐ ๋ค์ด์ผ๋ก๊ทธ์์ ์๋์ผ๋ก ๋ถ์ฌ๋ฃ๊ธฐํ๋ ๊ฒ ๋์ ๊ฒ ๊ฐ์ง ์์๊น์?
Can you provide me the image and the size of the phone screen you are using?