Merge "Add test to ensure virtual display orientation doesn't change when device rotates." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
77fae23490
@@ -3087,6 +3087,11 @@ public final class ActivityThread extends ClientTransactionHandler {
|
||||
return mActivities.get(token);
|
||||
}
|
||||
|
||||
@VisibleForTesting(visibility = PACKAGE)
|
||||
public Configuration getConfiguration() {
|
||||
return mConfiguration;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updatePendingConfiguration(Configuration config) {
|
||||
synchronized (mResourcesManager) {
|
||||
|
||||
Reference in New Issue
Block a user