> For the complete documentation index, see [llms.txt](https://docs.bluefletch.com/bluefletch-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluefletch.com/bluefletch-enterprise/product-guides/bluefletch-launcher/whats-new-in-l4.md).

# What's new in L4

BlueFletch Launcher 4 marks a significant step forward in frontline mobile device management. It delivers improved security, streamlined usability, and greater operational efficiency for shared workforce devices. Key updates include a redesigned configuration structure, advanced integration capabilities, an intuitive user interface, and expanded options for security and customization.

These enhancements help enterprises better secure and manage their mobile devices, meeting the demands of today’s dynamic work environments. To ensure full compatibility and optimal performance, update your BlueFletch environment to the latest version.

## Key Feature Changes

The key changes in Launcher 4 are:

### Extended Display

* Allows users to utilize their devices with a larger screen and connected peripherals using a compatible USB docking station.
* Creates a familiar desktop screen UI for ease of navigation while maintaining the same Launcher access and security controls.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/extended-display.md) to learn more.

### Application Configurations

* Introduces a new appConfig object to centralize configurations for individual applications, including BF Support Agent, BF Chat, BF Keyboard, BF Browser, BF EPM Config, BF Remote Control, and BF Device Finder.
* Simplifies configuration management and ensures consistency across applications.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/technical-guide/configuration-structure-new.md) to learn more.

### **Application Object Variables**

* Focuses on reusable app configurations using key-value pairs.
* Allows overriding specific fields (e.g., labels) for unique group customization.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/configurable-layouts/application-object-variables.md) to learn more.

### **Custom Field Display**

* Enables the use of IMEI as a unique device identifier.
* Allows customers to configure the Launcher to display the IMEI in the header.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/theming/custom-field-display.md#enabling-imei-functionality) to learn more.

### **Custom Intents Platform Actions**

* Enables polling for changes or updates to the Site List URL.
* Triggers updates via the broadcast action com.bluefletch.action.ACTION\_UPDATE\_SITES.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/custom-intents/platform-actions.md#update-site-list) to learn more.

### **Icon Shapes**

* Introduces the iconShape field to define app icon shapes in the main workspace.
* Supported values: roundedCorner, square, squircle, and circle.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/theming/icon-shape.md) to learn more.

### **Luggage Tag Geofence Support**

* Adds geofencing lockdown functionality for cellular connected devices.
* Automatically locks devices when they exit the geofence perimeter.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/device-loss-prevention/luggage-tag.md#enabling-geofence-settings) to learn more.

### **Quick Start Widget**

* Supports layout options like columnSpan and rowSpan.
* Offers dynamic placement and widget functionality (i.e., as a footer or anywhere in the workspace).

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/configurable-layouts/widgets.md#quick-start-bar-widget) to learn more.

### **Search Widget**

* Added support for a search widget that can be placed in the footer.
* Supports criteria conditions for preferred display locations.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/configurable-layouts/widgets.md#search-widget) to learn more.

### **Secure Device**

* Introduces a dedicated secureDevice config block.
* Adds a new enabled field to easily toggle secureDevice mode on or off.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/device-loss-prevention/secure-device-mode.md) to learn more.

### **Site Information Service Updates**

* Supports immediate updates via the broadcast action com.bluefletch.action.ACTION\_UPDATE\_SITES.
* Eliminates the need for manual siteListUrl changes.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/site-information-service.md#setting-up-site-list-automatic-updates) to learn more.

### **Tabbed Layouts**

* Introduces tabbed layouts for app grouping.
* Includes a widget with shortcuts to tab pages.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/configurable-layouts/tabbed-layouts.md) to learn more.

## **Package Name Change**

To better support Google App Verification, Launcher will now start using the package name **`com.bluefletch.ems.emm.launcher`** to align with the current package downloaded from the Managed Play Store. If your Launcher is installed from the Managed Play Store, you are already using the correct package name. If you downloaded Launcher from the BFE Portal, you are most likely using the old **`com.bluefletch.launcher`** namespace. In this scenario, refer to the [Upgrading to L4](#upgrading-to-launcher-4) section for more information.

## Configuration Changes

You should be able to use your current Launcher 3 configuration with the new Launcher 4. Some newer features may require using the new app configuration section, but you can make those changes after you've upgraded the Launcher application.

## Upgrading to Launcher 4

Migrating from Launcher 3 to Launcher 4 equips your devices with the latest feature enhancements, new functionalities and improved performance. Launcher 4 also aligns strongly with Google Play app policies and requirements requiring a namespace change for customers that use the sideload version of the APK. Because of this, BlueFletch has provided both manual and automated procedures to ensure a smooth upgrade from Launcher 3 to Launcher 4.

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/whats-new-in-l4/upgrading-to-l4.md) to learn more.

## Release Notes:

Click [here](/bluefletch-enterprise/product-guides/bluefletch-launcher/release-notes.md) for Launcher 4 release notes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluefletch.com/bluefletch-enterprise/product-guides/bluefletch-launcher/whats-new-in-l4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
