Bog'liq Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019
Reques/ng permission to use a content provider The application will need
read access permission for the specific provider. Utilize
the
element and the exact permission that was defined by the
provider. The provider's application can specify which permissions that requesting
applications must have in order to access the data. Users can see the requested
permissions when they install the application. The code to request read permission
Saving Data on Android Chapter 4: ContentProvider raywenderlich.com 73
of the user dictionary is:
<
uses-permission
android:name
=
"android.permission.READ_USER_DICTIONARY"
>
The above permission is added inside the