Feature #5331
use TrustedIntents to enforce trust based on APK signing key
Status: | New | Start date: | 06/12/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
Since PanicKit is already doing TOFU, it should use strong enforcement based on both packageName
and APK signing key. Currently, it only uses the packageName
.
Related issues