We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc44b63 commit 752d21cCopy full SHA for 752d21c
1 file changed
app/src/main/java/ai/elimu/content_provider/provider/WordContentProvider.kt
@@ -136,7 +136,7 @@ class WordContentProvider : ContentProvider() {
136
137
companion object {
138
// The authority of this content provider
139
- const val AUTHORITY: String = BuildConfig.APPLICATION_ID + ".provider.word_provider"
+ private const val AUTHORITY: String = BuildConfig.APPLICATION_ID + ".provider.word_provider"
140
141
private const val TABLE_WORDS = "words"
142
private const val CODE_WORDS = 1
0 commit comments