-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple file when app working on background not get catch #73
Comments
Hey tarangshah19, is this still an issue? I saw you got help in another thread (#75) already?! |
yes still not able to do can you please help me |
The way you configured your MainActivity, you will need to register a Listener in your app like that:
However, I do recommend to configure a separate activity in AndroidManifest.xml starting the SendIntentActivity and closing it after processing the intent with "finish()". See the current Readme or #69 if you want to implement it this way! |
ok i will check |
i am using vue js in app.vue i have following code
for single image its working fin but more then 1 its not working not get catch files can you tell me how to to solved this issue
in mainActivity.java
have this code also
The text was updated successfully, but these errors were encountered: