二维码

This commit is contained in:
2026-05-13 17:46:21 +08:00
parent 80837e39bf
commit 14d1969903
6 changed files with 220 additions and 12 deletions

View File

@@ -130,6 +130,16 @@
<activity
android:name=".login.LoginActivity"
android:exported="false" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
</application>
</manifest>