Do not start tasks on ActivityViews unless explicit. DO NOT MERGE
New tasks were being started on ActivityViews because they matched packages. This fix enforces a rule that new tasks can only be started on ActivityViews if they are explicitly targeted for that ActivityView. Fixes bug 15162447. Change-Id: I9ccb72171b5cda0897a0b9ffe4cbebfbb0d92c2c Conflicts: services/core/java/com/android/server/am/ActivityStackSupervisor.java
Loading
Please register or sign in to comment