android: Content providers are not exported by default in Android 4.2

This commit is contained in:
Tobias Brunner
2012-11-19 11:43:32 +01:00
parent 48e45153f5
commit 0c3b8028e7
+2 -1
View File
@@ -66,7 +66,8 @@
<provider
android:name=".data.LogContentProvider"
android:authorities="org.strongswan.android.content.log" >
android:authorities="org.strongswan.android.content.log"
android:exported="true" >
<!-- android:grantUriPermissions="true" combined with a custom permission does
not work (probably too many indirections with ACTION_SEND) so we secure
this provider with a custom ticketing system -->