Merge "Proper autofill fix to let phone process autofill Settings activity." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f2eddf8df9
@@ -268,4 +268,9 @@ public abstract class ActivityManagerInternal {
|
||||
* @param token The IApplicationToken for the activity
|
||||
*/
|
||||
public abstract void setFocusedActivity(IBinder token);
|
||||
|
||||
/**
|
||||
* Returns {@code true} if {@code uid} is running an activity from {@code packageName}.
|
||||
*/
|
||||
public abstract boolean hasRunningActivity(int uid, @Nullable String packageName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user