diff --git a/autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt b/autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt index bac1584eae5e..60922f728d0e 100644 --- a/autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt +++ b/autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt @@ -115,6 +115,13 @@ interface AutofillFeature { @Toggle.DefaultValue(DefaultFeatureValue.FALSE) fun canImportFromGooglePasswordManager(): Toggle + /** + * Remote Flag that enables the ability to import bookmarks directly from Google Takeout + * @return `true` when the remote config has "canImportBookmarksFromGoogleTakeout" autofill sub-feature flag enabled + */ + @Toggle.DefaultValue(DefaultFeatureValue.INTERNAL) + fun canImportBookmarksFromGoogleTakeout(): Toggle + /** * Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like: * - a multi-step login form where username and password are entered on separate pages