去除contentProvider权限

pull/306/head
gedoor 4 years ago
parent c4ae2df25c
commit 52c87069e6
  1. 1
      app/src/main/AndroidManifest.xml

@ -337,7 +337,6 @@
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
<!--对外API,外部访问需声明io.legado.READ_WRITE权限-->
<provider
android:name=".api.ReaderProvider"
android:authorities="${applicationId}.readerProvider"

Loading…
Cancel
Save