Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the blurring effect on the mobile app's UI when it is backgrounded, improving clarity for users. |
| What area does it affect? |
Mobile application interface |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring mobile app behavior or addressing user experience concerns. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.m.blur_ui_when_backgrounded |
| Sys ID |
e79b533253120200601fa3fc9ec58767 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Blur native mobile application UI when the app enters the background |
| Updated |
2024-05-25 04:29:04 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... to have full access to the file system and thus will be able to access those files/snapshots with sensitive information embedded in them . Either update the value of the glide.ui.m.blur_ui_when_backgrounded system property to true OR insert this system property with a value of true. Documentation sn_SE10214 1 Suggest URL Allow list For Logout Redirects Client side open redirection can enable ...
Context preview
Snippet 2
... the captcha on the CSM Guest Walkup Check-in widgets. By default, it is set to true. Require obfuscation of classic mobile app UI [Updated in Security Center 1.3] Use the glide.ui.m.blur_ui_when_backgrounded property to obfuscate all fields from the snapshot as the image is saved during the backgrounding process. On Android devices, the Android operating system takes a screenshot for usage in ...
Related properties