summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view')
-rw-r--r--core/java/android/view/IWindowManager.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/view/IWindowManager.aidl b/core/java/android/view/IWindowManager.aidl
index d964e2f..beda099 100644
--- a/core/java/android/view/IWindowManager.aidl
+++ b/core/java/android/view/IWindowManager.aidl
@@ -140,6 +140,12 @@ interface IWindowManager
// on screen)
void showStrictModeViolation(boolean on);
+ // Proxy to set the system property for whether the flashing
+ // should be enabled. The 'enabled' value is null or blank for
+ // the system default (differs per build variant) or any valid
+ // boolean string as parsed by SystemProperties.getBoolean().
+ void setStrictModeVisualIndicatorPreference(String enabled);
+
// These can only be called with the SET_ORIENTATION permission.
/**
* Change the current screen rotation, constants as per