Always set initiating package as the installer package
Some 3rd party apps like Maif are checking through the Talsec security SDK which package has initiated the installation of the app. In our case, install package was `com.android.vending` and the initiating package was `foundation.e.apps`. From now on, we just consider that the initiating package is always the installer package.
Loading