Issue #7209355: Intent on the secondary user results in an intent picker in the Primary user. Issue #7214271: Crash in system UI Also fix a bug where I recently broke the removeTask() operation in the activity manager where it would remove the wrong task. Change-Id: I448c73a0e83a78d9d8d96b4629658c169888d275
This commit is contained in:
@@ -6769,6 +6769,7 @@ package android.content.pm {
|
||||
|
||||
public class ResolveInfo implements android.os.Parcelable {
|
||||
ctor public ResolveInfo();
|
||||
ctor public ResolveInfo(android.content.pm.ResolveInfo);
|
||||
method public int describeContents();
|
||||
method public void dump(android.util.Printer, java.lang.String);
|
||||
method public final int getIconResource();
|
||||
|
||||
Reference in New Issue
Block a user