Statistics
| Branch: | Tag: | Revision:

trustedintents / README.md @ 411880e4

History | View | Annotate | Download (479 Bytes)

1

    
2
This is a library for flexible trusted interactions between Android apps.  It
3
is modeled after Android's `signature` protection level for permissions.  The
4
key difference is that the framework allows the trusted signature to be set,
5
rather than requiring to match the current app's signature.
6

    
7
For more info:
8

    
9
* https://developer.android.com/guide/topics/manifest/permission-element.html#plevel
10
* https://dev.guardianproject.info/projects/bazaar/wiki/Trusted_Intent_Interaction