I'm trying to distinguish between different instances of PendingIntent by having separate requestCode for each use-case as suggested by this earlier question.
Is this a robust solution? Has requestCode always been supported even though the javadocs still say that it is "currently not used"?