mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Change authority of the new content provider to unbreak build scripts
This commit is contained in:
parent
e2d347f0a3
commit
f0118ecb85
@ -398,7 +398,7 @@ otherwise it would make K-9 start at the wrong time
|
||||
/>
|
||||
<provider
|
||||
android:name=".provider.EmailProvider"
|
||||
android:authorities="org.k9mail.provider.email"
|
||||
android:authorities="com.fsck.k9.provider.email"
|
||||
android:exported="false"
|
||||
/>
|
||||
|
||||
|
@ -43,7 +43,7 @@ import android.net.Uri;
|
||||
public class EmailProvider extends ContentProvider {
|
||||
private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
|
||||
|
||||
public static final String AUTHORITY = "org.k9mail.provider.email";
|
||||
public static final String AUTHORITY = "com.fsck.k9.provider.email";
|
||||
|
||||
public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user