Loading src/com/android/packageinstaller/InstallStart.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public class InstallStart extends Activity { int originatingUid = getOriginatingUid(sourceInfo); Intent nextActivity = new Intent(intent); nextActivity.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); // The the installation source as the nextActivity thinks this activity is the source, hence // set the originating UID and sourceInfo explicitly Loading Loading
src/com/android/packageinstaller/InstallStart.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public class InstallStart extends Activity { int originatingUid = getOriginatingUid(sourceInfo); Intent nextActivity = new Intent(intent); nextActivity.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); // The the installation source as the nextActivity thinks this activity is the source, hence // set the originating UID and sourceInfo explicitly Loading