Updater fixes

This commit is contained in:
Damontecres 2025-10-12 21:12:18 -04:00
parent 763589fa0d
commit 207f8656dd
No known key found for this signature in database
2 changed files with 36 additions and 10 deletions

View file

@ -41,6 +41,16 @@
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
</application>
</manifest>