summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTaran Singh <tarandeep@google.com>2020-01-30 22:26:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-01-30 22:26:07 +0000
commit397101302b9452ec26a4beef29bed5c9340f6fde (patch)
tree7986f4b44fabe556e289ad09e7b82c24ec43b562 /core/java
parent71f8281eab45dee13e80fc2b65785568abcbd645 (diff)
parentf2316be9c8c468d94c094ca0085e21ce4e0c4b98 (diff)
Merge "Change insets property from wm to debug."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/ViewRootImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewRootImpl.java b/core/java/android/view/ViewRootImpl.java
index 841c43fb1392..51ea30b41741 100644
--- a/core/java/android/view/ViewRootImpl.java
+++ b/core/java/android/view/ViewRootImpl.java
@@ -216,7 +216,7 @@ public final class ViewRootImpl implements ViewParent,
* If set to 1, this will switch to a mode where we only use the new approach for IME, but not
* for the status/navigation bar.
*/
- private static final String USE_NEW_INSETS_PROPERTY = "persist.wm.new_insets";
+ private static final String USE_NEW_INSETS_PROPERTY = "persist.debug.new_insets";
/**
* @see #USE_NEW_INSETS_PROPERTY