feat: share settings

This commit is contained in:
Benjamin Halko
2023-09-24 16:56:25 -07:00
parent 5838550188
commit 2a89ef797f
3 changed files with 107 additions and 0 deletions

View File

@@ -54,5 +54,10 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<provider
android:name=".utils.share.ShareProvider"
android:authorities="app.revanced.manager.flutter.provider"
android:exported="true">
</provider>
</application>
</manifest>