isManifestParsingEnabled

open fun isManifestParsingEnabled(): Boolean

Returns true if Glide should check the AndroidManifest for GlideModules.

Implementations should return false after they and their dependencies have migrated to Glide's annotation processor.

Returns true by default.