Skip to content

use TrustedIntents v0.2 to fix bug where it never allowed receiving

Bastien Le Querrec requested to merge github/fork/eighthave/master into master

Created by: eighthave

This update to the library fixes a bug where it would always check for the app's own packageName (e.g. org.smssecure.smssecure) instead of the sender's packageName (e.g. info.guardianproject.ripple), so in this case, the Intent was never trusted.

Merge request reports