Home | History | Annotate | Download | only in security

Lines Matching full:contentprovider

614 <p><strong>ContentProviders</strong>: A ContentProvider is a data storehouse that provides
615 access to data on the device; the classic example is the ContentProvider that
617 that other applications have exposed via a ContentProvider, and an application
619 <a href="https://developer.android.com/reference/android/content/ContentProvider.html">https://developer.android.com/reference/android/content/ContentProvider.html</a>.</p>