Merge "Make note pad provider private, but able to grant URI permissions."

This commit is contained in:
Dianne Hackborn
2010-10-05 17:55:25 -07:00
committed by Android (Google) Code Review

View File

@@ -27,7 +27,9 @@
>
<provider android:name="NotePadProvider"
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">
<intent-filter>