|
|
@@ -32,6 +32,16 @@
|
|
|
android:exported="false"
|
|
|
android:parentActivityName=".MainActivity"
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
|
|
+ <provider
|
|
|
+ android:name="org.love2d.android.LoveDocumentsProvider"
|
|
|
+ android:authorities="${applicationId}.documents"
|
|
|
+ android:exported="true"
|
|
|
+ android:grantUriPermissions="true"
|
|
|
+ android:permission="android.permission.MANAGE_DOCUMENTS">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.content.action.DOCUMENTS_PROVIDER" />
|
|
|
+ </intent-filter>
|
|
|
+ </provider>
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|