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

Skip to content
Commit 95f1673c authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille
Browse files

Use Flags and SystemProperties on debug builds.

This will allow us to turn the feature on and off using `adb` commands
without rebuilding.

We'll limit this to debug builds to be safe.

After this CL, the feature can be enabled with:

```
adb shell setprop \
persist.sys.com.android.server.display.feature.flags.enable_connected_display_management \
true && adb reboot
```

Test: Manually tested that changing the flag enable the feature
Bug: 297159910
Change-Id: I5bcc03183cef047ae4ed3c1c0fff9450bbe996dd
parent 1f5b8523
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment