diff options
author | shawnlin <shawnlin@google.com> | 2021-06-07 14:59:05 +0800 |
---|---|---|
committer | shawnlin <shawnlin@google.com> | 2021-06-07 14:59:05 +0800 |
commit | 8a980d9ca2d05aad076dede32430d0ae2d971ec1 (patch) | |
tree | 9e3fc08ccd7708a25233cafd0883185632e42e1a | |
parent | ad82033c4af5c9cae9565434a65e362e866b0a1d (diff) |
Update string to "Render apps below cutout area"
Bug: 190339480
Test: manual - open cutout setting and check the string
Change-Id: I29083e4897d9acf38ba2b45ff5f34c06fdd00e6f
-rw-r--r-- | packages/overlays/AvoidAppsInCutoutOverlay/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/overlays/AvoidAppsInCutoutOverlay/res/values/strings.xml b/packages/overlays/AvoidAppsInCutoutOverlay/res/values/strings.xml index a65fd43b7415..49010dab934f 100644 --- a/packages/overlays/AvoidAppsInCutoutOverlay/res/values/strings.xml +++ b/packages/overlays/AvoidAppsInCutoutOverlay/res/values/strings.xml @@ -17,7 +17,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- [CHAR_LIMIT=NONE] Developer Settings: Label for the option that masks the display cutout, i.e. avoid apps in cutout region.--> - <string name="display_cutout_emulation_overlay">Hide (avoid apps in cutout region)</string> + <string name="display_cutout_emulation_overlay">Render apps below cutout area</string> </resources> |