commit | 99c3b4e8aeb78f1609685989d738a78113e16bcd | [log] [tgz] |
---|---|---|
author | Ikram Gabiyev <gabiyev@google.com> | Wed May 15 14:59:16 2024 -0700 |
committer | Ikram Gabiyev <gabiyev@google.com> | Wed May 15 14:59:16 2024 -0700 |
tree | b13d49fc8c0011e6f048225a982af4d1b3f4300e | |
parent | 6b591573cfdecea1f36410d087a7a1e3715aa903 [diff] |
Make sysprop for PiP2 flag persist We are using a system property to easily toggle the PiP2 flag during development. However, the Core now caches the value of the sysprop which means we have to do adb reboot for flag change to take effect. Hence the sysprop needs to be persistent. Bug: 311462191 Test: adb shell setprop persist.wm_shell.pip2 1; adb reboot Change-Id: Ia5ac78c1bdb41eaf28d7aaf727d17f3ff4225828