Skip to content

Commit fa45c9c

Browse files
committed
Fix BloggingRemindersProvider authorities in AndroidManifest
1 parent 3e73052 commit fa45c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/src/wordpress/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<provider
1616
android:name=".bloggingreminders.provider.BloggingRemindersProvider"
17-
android:authorities="${applicationId}.UserFlagsProvider"
17+
android:authorities="${applicationId}.BloggingRemindersProvider"
1818
android:exported="true" />
1919
</application>
2020
</manifest>

0 commit comments

Comments
 (0)