Content provider does not require permission
Content provider does not require permission
Content providers are exported by default and any application on the system can potentially use them to read and write data. If the content provider provides access to sensitive data, it should be protected by specifying export=false
in the manifest or by protecting it with a permission that can be granted to other applications.
Issue id: ExportedContentProvider
https://goo.gle/ExportedContentProvider
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023