You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/apps/app-configuration-managed-home-screen-app.md
+40-9Lines changed: 40 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,9 @@ The following table lists the Managed Home Screen available configuration keys,
91
91
| Show Bluetooth setting | bool | FALSE | Turning this setting to True allows the end user to turn on or off Bluetooth and to connect to different Bluetooth-capable devices. | ✔️ |
92
92
| Show volume setting | bool | FALSE | Turning this setting to True allows the end user to access a volume slider to adjust media volume. | ✔️ |
93
93
| Show flashlight setting | bool | FALSE | Turning this setting to True allows the end user to on or off the device's flashlight. If the device doesn't support a flashlight, then this setting won't appear, even if configured to True. | ✔️ |
94
-
| Show device info setting | bool | FALSE | True allows end users to access quick info about the device from the Managed Setting app or swipe-down. Accessible information includes device's make, model, and serial number. | ✔️ |
94
+
| Show device info setting | bool | FALSE | True allows end users to access quick info about the device from the Managed Setting app or swipe-down. Accessible information includes device's make, model, and serial number for OS 8. | ✔️ |
95
+
| Show device's name on MHS | bool | FALSE | Turn this setting to True to easily view the device's Intune portal "device name" property from the Managed Settings app or from swipe-down when **Show device info setting** is set to True. Make sure to also include the string property "Device's name," which is auto-populated by Intune with the correct value. | ❌ |
96
+
| Show serial number for all supported OS version on MHS | choice | {{serialnumber}} | Ensure that in-app config device_serial_number is configured to display {{SerialNumber}} **Show device info setting** is set to True. This value is auto-populated by Intune with the correct value. | ❌ |
95
97
| Enable virtual home button | bool | FALSE | True allows end users to have access to a Managed Home Screen home button that will return the user to the Managed Home Screen from the current task they are in. | ✔️ |
96
98
| Type of virtual home button | string | swipe_up | Use swipe_up to access home button with a swipe up gesture. Use float to access a sticky, persistent home button that can be moved around the screen by the end user. | ✔️ |
97
99
| Enable notifications badge | bool | FALSE | Enables the notification badge for app icons that shows the number of new notifications on the app. If you enable this setting, end users will see notification badges on apps that have unread notifications. If you keep this configuration key disabled, the end user won't see any notification badged to apps that might have unread notifications. | ✔️ |
@@ -127,8 +129,7 @@ The following table lists the Managed Home Screen available configuration keys,
127
129
|-|-|-|-|-|
128
130
| Exit lock task mode password | string || Enter a 4-6-digit code to use to temporarily drop out of lock-task mode for troubleshooting. | ✔️ |
129
131
| Enable easy access debug menu | bool | FALSE | Turn this setting to True to access the debug menu from the Managed Settings app or from swipe-down while in Managed Home Screen. The debug menu is currently where the capability to exit kiosk mode lives, and is accessed by clicking the back button about 15 times. Keep this setting set to False to keep the entry point to debug menu only accessible via the back button. | ✔️ |
130
-
| Show device's name on MHS | bool | FALSE | Turn this setting to True to easily view the device's Intune portal "device name" property from the Managed Settings app or from swipe-down while in Managed Home Screen. When using app config, make sure to also include the string property "Device's name," which is auto-populated by Intune with the correct value. | ❌ |
131
-
| Device's serial number | choice |`{{SerialNumber}}`| Set this setting to easily view the device's serial number from the Managed Home Screen app on all Android OS versions 8 and later. This property is auto-populated by Intune with the correct value. | ❌ |
132
+
132
133
| Enable MAX inactive time outside of MHS | bool | FALSE | Turn this setting to True to automatically re-launch Managed Home Screen after a set period of inactivity. The timer will only count inactive time and, when configured, will reset each time the user interacts with the device while outside of Managed Home Screen. Use **MAX inactive time outside MHS** to set the inactivity timer. By default, this setting is off. This setting can only be used if **Exit lock task mode password** has been configured. | ❌ |
133
134
| MAX inactive time outside MHS | integer | 180 | Set the maximum amount of inactive time, in seconds, that a user can spend outside of Managed Home Screen before it is automatically re-launched. By default, this configuration is set to 180 seconds. **Enable MAX inactive time outside of MHS** must be set to true to use this setting. | ❌ |
134
135
| Enable MAX time outside MHS | bool | FALSE | Turn this setting to True to automatically re-launch Managed Home Screen after a set period of time has passed. The timer will factor in both inactive and active time spent outside of Managed Home Screen. Use **MAX time outside MHS** to set the inactivity timer. By default, this setting is off. This setting can only be used if **Exit lock task mode password** has been configured. | ❌ |
@@ -287,6 +288,18 @@ The following syntax is an example JSON script with all the available configurat
287
288
"key": "show_device_info_setting",
288
289
"valueBool": false
289
290
},
291
+
{
292
+
"key": "show_device_name",
293
+
"valueBool": false
294
+
},
295
+
{
296
+
"key": "device_name",
297
+
"valueString": "{{DeviceName}}"
298
+
},
299
+
{
300
+
"key": "device_serial_number",
301
+
"valueString": "{{SerialNumber}}"
302
+
},
290
303
{
291
304
"key": "show_managed_setting",
292
305
"valueBool": false
@@ -488,11 +501,11 @@ The following syntax is an example JSON script with all the available configurat
488
501
}
489
502
]
490
503
},
491
-
{
504
+
{
492
505
"key": "show_notification_badge",
493
506
"valueBool": true
494
507
},
495
-
{
508
+
{
496
509
"key": "show_screen_saver",
497
510
"valueBool": true
498
511
},
@@ -504,15 +517,15 @@ The following syntax is an example JSON script with all the available configurat
504
517
"key": "screen_saver_show_time",
505
518
"valueInteger": 0
506
519
},
507
-
{
520
+
{
508
521
"key": "inactive_time_to_show_screen_saver",
509
522
"valueInteger": 30
510
523
},
511
524
{
512
525
"key": "media_detect_before_screen_saver",
513
526
"valueBool": true
514
527
},
515
-
{
528
+
{
516
529
"key": "enable_max_inactive_time_outside_MHS",
517
530
"valueBool": false
518
531
},
@@ -528,7 +541,7 @@ The following syntax is an example JSON script with all the available configurat
528
541
"key": "max_absolute_time_outside_MHS",
529
542
"valueInteger": 600
530
543
},
531
-
{
544
+
{
532
545
"key": "theme_color",
533
546
"valueString": "light"
534
547
},
@@ -560,6 +573,22 @@ The following syntax is an example JSON script with all the available configurat
0 commit comments