diff options
| author | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-05-15 00:52:37 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-05-15 00:52:37 +0300 |
| commit | 7245ec79ca69b6958304634e13e1ccef122f2bfe (patch) | |
| tree | e79a0756b50546d455a792f8d01e15afb6c7adb5 | |
| parent | d9bbaecb62d45b1098a93146d8c289af97f0f106 (diff) | |
PartsBin: Update Readme after 5G Mode Switcher
Change-Id: I7c10381eae0048f6828c1ea98945289641b6584c
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -88,6 +88,16 @@ _Note that defining paths needs support in the kernel! Thus the features might n - Zen mode: priority only, alarms only, do not disturb - Flashlight +**5G Network Mode Switcher** + + [Note: Currently available on Oneplus 8 devices.] + + Possible selections: + + - NSA (Non-StandAlone) only + - SA (StandAlone) only + - NSA + SA + **Configurable overlays** `<!-- Whether the device has hardware navigation buttons (true/false) -->`<br /> @@ -98,11 +108,16 @@ _Note that defining paths needs support in the kernel! Thus the features might n `<!-- Whether device supports switching display refreshrates (true/false) -->`<br /> `<bool name="config_device_supports_switch_refreshrate">false</bool>`<br /> + `<!-- Integer value of the minimal/base display refreshrate (usually 60) -->`<br /> `<integer name="BaseRefresh">60</integer>`<br /> + `<!-- Integer value of the maximum/peak display refreshrate (e.g. 90) -->`<br /> `<integer name="PeakRefresh"> </integer>`<br /> +`<!-- Whether device supports 5G networks (true/false). Default value is false. -->`<br /> +`<bool name="config_device_supports_network5gswitch"> </bool>`<br /> + `<!-- Show/hide the QS tile, if device supports DC Dimming or not. Default value is false. -->`<br /> `<bool name="enableDCDTile">false</bool>`<br /> |
