initialize
Manually supplies the application Context to the SecureVault library.
You do not normally need to call this. The library ships an androidx.startup initializer that captures the context before Application.onCreate() returns. Call this only if you have disabled the Startup integration (e.g. removed the <meta-data> entry from a merged manifest, or run in a process where Startup does not fire).
Idempotent.
Since
0.2.0