Hi I have done the following code to open activity starter but after selecting the files the image picture doesn't become the selection
Please help
Hi I have done the following code to open activity starter but after selecting the files the image picture doesn't become the selection
what is the result from the AfterActivity event in your case? an empty string?
now with SDK30 you will not be able to read arbitrary directories anymore, in your case the root directory of the internal (emulated) sdcard...
we theoretically still have access to shared storage... writing to shared storage for example /Download works (see some other threads), but as far as I know, reading from shared storage currently is not available? more tests need to be done...
see also
Taifun
P.S.
I tested the app with the Phone Companion
it does not look like you read my previous answer
Taifun
Thanks @Taifun got what I needed 
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.