It is only necessary to call this method if you disable the content provider
declared in the manifest(e.g. when you want to use ML Kit feature in Application).
Under normal circumstances the content provider will automatically initialize ML Kit at
application startup.
How to disable ML Kit initialization content provider:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `MlKit` class serves as a manual entry point for initializing ML Kit. It offers a static `initialize` method, which takes a `Context` as a parameter. This method is required only when the default content provider, which automatically initializes ML Kit at application startup, is disabled. To disable it, remove the `MlKitInitProvider` declaration from the manifest. Under normal use cases the method does not need to be called.\n"]]