Statistics
| Branch: | Tag: | Revision:

trustedintents / trustedintents / src / info / guardianproject / trustedintents @ 0fc4c33f

Name Size Revision Age Author Comment
ApkSignaturePin.java 2.71 KB cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
TrustedIntents.java 9.57 KB 0fc4c33f about 2 years Hans-Christoph Steiner fix getIntentFromTrustedSender() to actually us...

Latest revisions

# Date Author Comment
0fc4c33f 01/07/2016 03:06 pm Hans-Christoph Steiner

fix getIntentFromTrustedSender() to actually use the sending packageName

It was getting the recipient's packageName, not the sender's. The Intent
does not include the sender's packageName, that has to be fetched using
Activity.getCallingActivity().

Thanks to @grote for finding this.

6dd86be3 12/08/2015 02:14 pm Hans-Christoph Steiner

make getIntentFromTrustedSender return null if anything goes wrong

Instead of throwing an Exception, just return null. That makes this behave
more like Activity.getIntent() and the related patterns.

cba1dc86 12/08/2015 02:14 pm Hans-Christoph Steiner

move library into its own gradle-style dir

View revisions

Also available in: Atom