Skip to content

Commit 57a6197

Browse files
authored
Merge pull request #103 from elimu-ai/95-word-provider-not-working-on-android-api-32
Make WordContentProvider visible to the app
2 parents 82f186c + 5a2e770 commit 57a6197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<queries>
1111
<provider android:authorities="${analyticsApplicationId}.provider.word_assessment_event_provider" />
12+
<provider android:authorities="${contentProviderApplicationId}.provider.word_provider" />
1213
</queries>
1314

1415
<application

0 commit comments

Comments
 (0)