mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1126139 - Add an android:label for the reading list provider. r=nalexander
This commit is contained in:
parent
8bdbce9bdb
commit
34f2b237f8
@ -428,6 +428,8 @@
|
||||
|
||||
<provider android:name="org.mozilla.gecko.db.ReadingListProvider"
|
||||
android:authorities="@ANDROID_PACKAGE_NAME@.db.readinglist"
|
||||
android:exported="false"
|
||||
android:label="@string/reading_list_title"
|
||||
android:permission="@ANDROID_PACKAGE_NAME@.permissions.BROWSER_PROVIDER"/>
|
||||
|
||||
<provider android:name="org.mozilla.gecko.db.SearchHistoryProvider"
|
||||
|
Loading…
Reference in New Issue
Block a user