Improve untrusted sources UX for app side-loading
When an app is side-loaded we request the user to enable installs from untrusted sources by sending them to setting. After the user enables untrusted sources they have to start the install again instead of continuing from where they were interrupted by the settings UI. With this change the settings activity is started for a result by the package installer, so if the settings app wants to support non-interruptive side- loading flow it can check whether the calling package is the instaler and if true finish itself returning RESULT_OK. Change-Id: I893f48ecfa0ccece8623e0393a59da307ed4aa5b
Loading
Please register or sign in to comment