manager: Add send log

This commit is contained in:
tiann
2023-02-03 18:14:42 +08:00
parent 71cc166f72
commit 49f7d56fdd
6 changed files with 113 additions and 4 deletions

View File

@@ -32,6 +32,16 @@
android:name="android.app.lib_name"
android:value="" />
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" />
</provider>
</application>
</manifest>