My application that is not on Play Store verify on the web If there are a new version and download and start it. After the installation I would like to restart the applicati
After two days of struggle and experimentation, I found out the reason. It turned out I need to carefully read the official documentation.
As said here: https://developer.android.com/reference/android/content/Intent#ACTION_MY_PACKAGE_REPLACED
It turned out the key phrase is: It does not contain any additional data
those. if you changed the manifest, then the application will not restart after updating
you are welcome