Skip to content

Commit 6f45374

Browse files
committedAug 18, 2019
Export scid database content provider for other apps
1 parent 19b7d32 commit 6f45374

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎scidOnTheGo/src/main/AndroidManifest.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:installLocation="auto"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:installLocation="auto"
45
package="org.scid.android"
56
android:versionCode="53"
67
android:versionName="1.53" >
@@ -122,7 +123,9 @@
122123

123124
<provider
124125
android:authorities="org.scid.database.scidprovider"
125-
android:name="org.scid.database.ScidProvider" />
126+
android:name="org.scid.database.ScidProvider"
127+
android:exported="true"
128+
tools:ignore="ExportedContentProvider" />
126129
</application>
127130

128131
</manifest>

0 commit comments

Comments
 (0)
Failed to load comments.