mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 05:00:48 +00:00
Revert "権限修正"
This reverts commit 35184647160fbc144f891f8ac2962954954c223f.
This commit is contained in:
parent
a62b882fe7
commit
1a2e705906
@ -30,12 +30,12 @@
|
|||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
android:authorities="one.nem.lacerta.provider"
|
android:authorities="${applicationId}.provider"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:grantUriPermissions="true">
|
android:grantUriPermissions="true">
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||||
android:resource="@xml/file_paths" />
|
android:resource="@xml/provider_path" />
|
||||||
</provider>
|
</provider>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user