Layouts
Layouts is a Launcher feature that controls the applications displayed within the Launcher UI.
Overview
Launcher enables IT administrators to customize devices and restrict the applications that users can access. The Layouts configuration controls the applications displayed within the Launcher UI. This Launcher feature can organize applications into folders, display shortcuts, and assign applications to an 'Allow' list or a 'Block' list.
User Guide
Layouts are partitioned based on the user’s role or controlling group. When a user logs into Launcher, the user's Group/Role is determined. This Group/Role must match at least one of the layout groupings.
By default, the 'OpenZone
' content is equivalent to the group "*
", which is the group when the user is not authenticated.
Feature Configuration
To set up the Layouts feature for a particular device profile or device group, please follow the steps below:
Defining App Groups
The recommended way to setup layouts is to setup application groups which are logical groupings of your applications. For example:
Defining App Groups to use based on Role
Once the application groups are defined, the group_inclusion
field can be configured to display application groups within the Launcher UI that match a specific group or role. An example configuration is shown below:
Examples:
A device is booted up, no one is authenticated ("*" group) so the OpenZone apps will be displayed (represented by the "*" in the group inclusions).
User Joe logs into the device, and he is a member of group "StoreAssociates", he would see the contents of "WarehouseApps" and "OpenZone" groupings.
User Sara logs into the device and she is a member of group "OpsManager", she would see the contents of "WarehouseApps", "OfficeApps" and "OpenZone" groupings.
User Anna logs into the device and she is a member of group "OpsManager and StoreAssociate", she would see the contents of "WarehouseApps", "OfficeApps" and "OpenZone" groupings.
Displaying an Application
To display an application, all that is needed is the package name. Optional values can be used to change the label, the start activity, the icon, and the NFC Settings. To display an application, use the sample configuration below as a guide:
Changing the Start Activity and Label
Customizing the start activity and label can help users easily identify and access the app that they need or frequently use.
To change the start activity and label, use the sample configuration below as a guide:
Customizing Web Shortcuts
Web shortcuts are URL links to web addresses. A shortcut will navigate the default web browser to the desired URL. To customize a web shortcut that can be added to the home screen layout, use the sample configuration below as a guide:
The above example will launch the https://bluefletch.com
website in the default system browser.
You can also specify a different browser package. If the BlueFletch Browser is being used you can also define settings for that particular browser instance:
Refer to the BlueFletch Browser documentation on available override options.
Customizing Folders
Organizing apps and shortcuts into their designated folders makes it easier to access them without having to search for them individually.
To create a folder, add the contents
array, and add the applications or shortcuts that belong in the folder, see example configuration below as a guide:
If not defined, the default thumbnail for a folder is a preview of the icons of up to four of the applications, shortcuts, and/or actions within it. However, by defining the "icon"
field, like in the above example, one image file can be substituted as the folder icon.
Defining Custom Actions
Actions are shortcuts to launch system actions on the Launcher home screen.
To define custom actions that can be performed on the Launcher home screen, in the example below, clicking on the this icon will adjust the audio notification to 100%:
Refer to the Layout Custom Actions page for available actions that can be put into Layouts.
Putting It All Together
For the example described above, the full configuration for the Layouts feature is as follows:
Layouts was introduced in Launcher 2.6.x.
Last updated