Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2316be9 authored by Tarandeep Singh's avatar Tarandeep Singh
Browse files

Change insets property from wm to debug.

persist.wm is not editable on user builds, changing it to debug so it is
editable. Making the change so its flippable on dp1.

Bug: 111084606
Test: atest CtsInputMethodTestCases
      Manually verified adb shell setprop persist.debug.* is editable on
      user build.
Change-Id: I693abad22d2b087f0df6ac5c138ba942252cc620
parent 1e5b1a84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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