Deliver intent to activity when FLAG_ACTIIVTY_NEW_DOCUMENT is specified.
Previously the condition check to deliver intent to existing activity misses the case that it goes back to existing activity by FLAG_ACTIVITY_NEW_DOCUMENT. As a result it does not call Activity#onNewIntent though API document says it does. Fixes: 24523281 Change-Id: I7e7138a5939f30569e2b217d037bfadf5aad9b61
Loading
Please register or sign in to comment