OSDN Git Service

Report move to display for activities that handle config changes
[android-x86/frameworks-base.git] / core / java / android / content / Context.java
index 06f7303..44e6ac5 100644 (file)
@@ -4429,6 +4429,11 @@ public abstract class Context {
     public abstract Display getDisplay();
 
     /**
+     * @hide
+     */
+    public abstract void updateDisplay(int displayId);
+
+    /**
      * Indicates whether this Context is restricted.
      *
      * @return {@code true} if this Context is restricted, {@code false} otherwise.