Commit 3096d2bd authored by wanglei's avatar wanglei

...

parent 28d11d6f
......@@ -264,6 +264,18 @@
android:name=".fcm.CloseNotificationReceiver"
android:exported="false" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.base.filerecoveryrecyclebin.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<!-- 添加以下接收器 -->
<!-- 注册广播 -->
<receiver
......@@ -278,16 +290,6 @@
</intent-filter>
</receiver>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.base.filerecoveryrecyclebin.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment