Can't wait for result with action start activity
Moderator: Martin
Can't wait for result with action start activity
My flow work well on Lollipop MTK device.
But when used in Samsung Note2 Kitkat 4.4.2, it didn't wait user to close the Jota app and continued the next actions immediately. I tried with several text edit apps and got the same behavior.
Did I something wrong?
Edited: I tried to add extra putBoolean("finishActivityOnSaveCompleted", true); but still didn't work.
Re: Can't wait for result with action start activity
Not every target app properly handles this type of intent. It usually works with apps/activities used to pick something. However it indeed also works on my device with jota.
Please try to reboot the device to see if this helps.
Please try to reboot the device to see if this helps.
Re: Can't wait for result with action start activity
Thank. Reboot didn't help. I think Samsung Note2 and similar devices use some special function. Maybe it destroy activity and recreate. Cloning activity for some reasons.
Last edited by natong on 18 Oct 2015 03:24, edited 1 time in total.
Re: Can't wait for result with action start activity
Unfortunately I don't have access to a Samsung 4.4.2 anymore but it also works as desired on a Samsung with 5.0.
Did you enable Don't keep activities in the developer options of the device?
Did you enable Don't keep activities in the developer options of the device?
Re: Can't wait for result with action start activity
I tried enable/disable but still got the same result. I also tried enable/disable multi-windows.