Essential Elements of the Android Manifest File: grant-uri-permission, instrumentation, intent-filter, manifest, and meta-data
The <grant-uri-permission> Element Syntax <grant-uri-permission android:path="string" android:pathPattern="string" android:pathPrefix="string" /> Contained Within <provider> Description Defines a subset of application data within the parent content pro...