Added ENABLE_EMAIL_ALIASES buildflag. (#35528)

* Added ENABLE_EMAIL_ALIASES buildflag.
This commit is contained in:
Pavel Beloborodov
2026-04-20 20:33:07 +07:00
committed by GitHub
parent 4210663895
commit ebbb41978f
49 changed files with 373 additions and 85 deletions
@@ -12,4 +12,5 @@ public class BraveConfig {
public static final String DEVELOPER_OPTIONS_CODE = BRAVE_ANDROID_DEVELOPER_OPTIONS_CODE;
public static final String WEBCOMPAT_REPORT_ENDPOINT = BRAVE_ANDROID_WEBCOMPAT_REPORT_ENDPOINT;
public static final boolean WEB_DISCOVERY_ENABLED = BRAVE_ANDROID_WEB_DISCOVERY_ENABLED;
public static final boolean ENABLE_EMAIL_ALIASES = BRAVE_ANDROID_ENABLE_EMAIL_ALIASES;
}