I have an exported Activity in my APP to provide login service for third party APPs, they call startActivityForResult() to launch the exported Activity in my APP. Is there any way to get the package name of source APP which calls my Activity? (put extra in intent is not capable because it's easy to fake)
thx