trustedintents / README.md @ 42b6cdc1
History | View | Annotate | Download (893 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://dev.guardianproject.info/projects/bazaar/wiki/Trusted_Intent_Interaction |
| 10 |
* https://guardianproject.info/2014/01/21/improving-trust-and-flexibility-in-interactions-between-android-apps/ |
| 11 |
* https://developer.android.com/guide/topics/manifest/permission-element.html#plevel |
| 12 |
|
| 13 |
License |
| 14 |
------- |
| 15 |
|
| 16 |
This library is licensed under the LGPLv2.1. We believe this is compatible |
| 17 |
with all reasonable uses, including proprietary software, but let us know if |
| 18 |
it provides difficulties for you. For more info on how that works with Java, |
| 19 |
see: |
| 20 |
|
| 21 |
https://www.gnu.org/licenses/lgpl-java.en.html |