Merge branch 'main' into icon

This commit is contained in:
Damontecres 2025-10-15 15:12:20 -04:00
commit bf4dfe4429
No known key found for this signature in database
62 changed files with 1725 additions and 1131 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>