summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 46dc555..cdc215c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,7 +20,7 @@
<!-- We add an application tag here just to indicate the authorities -->
<application>
<provider android:name="PartnerBookmarksProvider"
- android:authorities="com.android.partnerbookmarks" />
+ android:authorities="com.android.partnerbookmarks"
+ android:exported="true" />
</application>
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
</manifest>