I’m assuming the handling activity can’t be a singleTask or singleInstance (as they have to be at…
Vairavan Srinivasan
1
Correct: you wouldn’t be able to use singleTask or singleInstance if you want to return results, be it to support the replacing text feature of ACTION_PROCESS_TEXT or any other Android API that relies on setResult().
Of course, using that replacement functionality is in no way required, so calling setResult() is likewise not required.