diff options
author | 2024-10-15 20:57:46 +0000 | |
---|---|---|
committer | 2024-10-15 20:57:46 +0000 | |
commit | fabffd0920cf47faf629e1b1584094976459e780 (patch) | |
tree | c88717f0490cd11339c059dec81dff5e2752a63d | |
parent | e1dbd2e4b2f302fa0459374334eb091e32a1ece4 (diff) |
[flexiglass] Removes device_entry_udfps_refactor from scene.md
Flag has shipped.
Bug: 279440316
Change-Id: I60dcac15b55c8fc5eecf42de86dfcd7172976a36
Test: N/A
Flag: NONE documentation change only
-rw-r--r-- | packages/SystemUI/docs/scene.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/docs/scene.md b/packages/SystemUI/docs/scene.md index 234c7a032d2e..bf15b4feadfb 100644 --- a/packages/SystemUI/docs/scene.md +++ b/packages/SystemUI/docs/scene.md @@ -63,7 +63,7 @@ the instructions below to turn it on. NOTE: in case these instructions become stale and don't actually enable the framework, please make sure `SceneContainerFlag.isEnabled` in the [`SceneContainerFlag.kt`](https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/flag/SceneContainerFlag.kt) -file evalutes to `true`. +file evaluates to `true`. 1. Set a collection of **aconfig flags** to `true` by running the following commands: @@ -73,7 +73,6 @@ file evalutes to `true`. $ adb shell device_config override systemui com.android.systemui.migrate_clocks_to_blueprint true $ adb shell device_config override systemui com.android.systemui.notification_avalanche_throttle_hun true $ adb shell device_config override systemui com.android.systemui.predictive_back_sysui true - $ adb shell device_config override systemui com.android.systemui.device_entry_udfps_refactor true $ adb shell device_config override systemui com.android.systemui.scene_container true ``` 2. **Restart** System UI by issuing the following command: |