Add ContentProvider to access log file from other applications
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user