Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 370f4335 authored by Nishith  Khanna's avatar Nishith Khanna Committed by Nishith Khanna
Browse files

Temp: change package name for testing

parent 605a966d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ object AccountManagerConstants {
    const val GOOGLE_ACCOUNT_TYPE = "e.foundation.webdav.google"
    const val YAHOO_ACCOUNT_TYPE = "e.foundation.webdav.yahoo"
    const val ACCOUNT_EMAIL_ADDRESS_KEY = "email_address"
    const val MAIL_CONTENT_AUTHORITY = "foundation.e.mail.provider.AppContentProvider"
    const val MAIL_CONTENT_AUTHORITY = "foundation.e.mail.debug.provider.AppContentProvider"
    const val KEY_AUTH_STATE = "auth_state"
    const val AUTH_TOKEN_TYPE = "oauth2-access-token"

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@

        <provider
            android:name="com.fsck.k9.AppContentProvider"
            android:authorities="foundation.e.mail.provider.AppContentProvider"
            android:authorities="foundation.e.mail.debug.provider.AppContentProvider"
            android:enabled="true"
            android:exported="true" />