Share track via intent
This commit is contained in:
parent
bdecc2e1b9
commit
669ea28d1b
5 changed files with 106 additions and 53 deletions
|
|
@ -91,5 +91,15 @@
|
|||
android:exported="true"
|
||||
android:process=":brouter_service" />
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="btools.routing.fileprovider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/filepaths" />
|
||||
</provider>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue