android: Content providers are not exported by default in Android 4.2
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user