Add ContentProvider to access log file from other applications

This commit is contained in:
Tobias Brunner
2012-08-13 11:22:21 +02:00
parent ae10e8c458
commit c3afe9d35b
2 changed files with 122 additions and 0 deletions
@@ -58,6 +58,11 @@
<action android:name="org.strongswan.android.logic.CharonVpnService" />
</intent-filter>
</service>
<provider
android:name=".data.LogContentProvider"
android:authorities="org.strongswan.android.content.log" >
</provider>
</application>
</manifest>