Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@cketti cketti released this 12 Apr 17:32
· 9 commits to master since this release

2016-04-12

  • In addition to files belonging to the app SafeContentResolver now blocks access to content providers belonging to the app.
    To allow access to a specific content provider, add the following <meta-data> element to the appropriate <provider> entry in your manifest:

    <provider … >
       <meta-data
           android:name="de.cketti.safecontentresolver.ALLOW_INTERNAL_ACCESS"
           android:value="true" />
    </provider>