BearND has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/222866

Change subject: Stop exporting ContentProviders
......................................................................

Stop exporting ContentProviders

Lint flagged that. And we don't really need to export our content providers.

Change-Id: I67b44e2c52479328fd5b173ce0cca53ee5a496cb
---
M wikipedia/AndroidManifest.xml
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/66/222866/1

diff --git a/wikipedia/AndroidManifest.xml b/wikipedia/AndroidManifest.xml
index 77741a5..2e5e809 100644
--- a/wikipedia/AndroidManifest.xml
+++ b/wikipedia/AndroidManifest.xml
@@ -130,26 +130,31 @@
         <provider
                 android:authorities="${applicationId}.history"
                 android:name=".history.HistoryEntryContentProvider"
+                android:exported="false"
                 />
 
         <provider
                 android:authorities="${applicationId}.editsummaries"
                 android:name=".editing.summaries.EditSummaryContentProvider"
+                android:exported="false"
                 />
 
         <provider
                 android:authorities="${applicationId}.pageimages"
                 android:name=".pageimages.PageImageContentProvider"
+                android:exported="false"
                 />
 
         <provider
                 android:authorities="${applicationId}.recentsearches"
                 android:name=".search.RecentSearchContentProvider"
+                android:exported="false"
                 />
 
         <provider
                 android:authorities="${applicationId}.savedpages"
                 android:name=".savedpages.SavedPageContentProvider"
+                android:exported="false"
                 />
 
         <receiver

-- 
To view, visit https://gerrit.wikimedia.org/r/222866
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67b44e2c52479328fd5b173ce0cca53ee5a496cb
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: BearND <bsitzm...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to