Fix TransactionTooLargeException

This commit is contained in:
Mygod
2018-02-21 21:24:03 -08:00
parent dea724ffb6
commit ca9398c04b
3 changed files with 40 additions and 22 deletions

View File

@@ -52,6 +52,16 @@
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="be.mygod.vpnhotspot.log"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/log_paths" />
</provider>
</application>
</manifest>