Merge "Make note pad provider private, but able to grant URI permissions."
This commit is contained in:
committed by
Android (Google) Code Review
commit
7d0913cdc2
@@ -27,7 +27,9 @@
|
|||||||
>
|
>
|
||||||
<provider android:name="NotePadProvider"
|
<provider android:name="NotePadProvider"
|
||||||
android:authorities="com.google.provider.NotePad"
|
android:authorities="com.google.provider.NotePad"
|
||||||
/>
|
android:exported="false">
|
||||||
|
<grant-uri-permission android:pathPattern=".*" />
|
||||||
|
</provider>
|
||||||
|
|
||||||
<activity android:name="NotesList" android:label="@string/title_notes_list">
|
<activity android:name="NotesList" android:label="@string/title_notes_list">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
Reference in New Issue
Block a user