cketti / ShareIntentBuilder

Share Intent Builder - Android Library for the type-safe creation of Share Intents.
Apache License 2.0
45 stars 8 forks source link

Add support for sharing 'streams' of protected content providers on SDK <16 devices #2

Closed cketti closed 9 years ago

cketti commented 9 years ago

Add an unprotected content provider that will proxy requests to protected content providers. Access will be limited by (secret) tokens that are only valid for a certain time span.

cketti commented 9 years ago

Fixed by using minSdkVersion 16 :tada: