<Get result from activity that opened with intent ...
# stackoverflow
u
Get result from activity that opened with intent filter I have an intent filter like below to open specific activity when custom scheme and host called: because I don't open this PurchaseActivity via code (it's just an intent-filter that opened automatically when test://payment called) I can't call startActivityForResult, registerForActivityResult, ... inside PurchaseActivity I want to pass data to parent activity before calling finish()