Adding the Airplane Mode Settings to VMware Launcher

While in Android Legacy there was a Toggle in the “For You” Dropdown / Notification Area for Airplane Mode this is not there in Android Enterprise. While Writing this blog there where two main options to get the button down to the Device.

  • Using the Custom Device Settings Section
  • Adding a Button to the Home-Screeen

I know that with Custom Widgets you may be able to get this as well, but I decided to not use this option as it would be an additional Website to host the Link and I wanted to keep it simple and offline reachable. So let us look what options we have.

Setting in the Console

To add the Settings you have to go to the Workspace ONE UEM Console , go to your Launcher Profile and Edit it.

Using the Custom Device Settings Section

If you are in the Launcher Profile , go to the “Advanced Customisation” and enable the Toggle for “Add Custom Device Settings” and select the “Action” as type. Give the Setting a name and add the following Action for the Airplane Mode:

android.settings.AIRPLANE_MODE_SETTINGS

once done it should look like this:

Just save the Profile and get it delivered to the device to see the Button.

Adding a Button to the Home-Screen

If you want to have the same action but on the Homescreen you can add some custom Settings to the Launcher Profile.

Go to edit and add the “Custom Settings” section to the Launcher Profile. Make sure you add the following for the Airplane mode:

<characteristic type="com.airwatch.android.androidwork.launcher"
        uuid="568bc89d-1df8-4cc9-a041-e5a24addb7ec">
<parm name="CustomShortcuts"
        value="{&quot;CustomShortcuts&quot;: [
{&quot;name&quot;: &quot;Airplane Mode&quot;,&quot;action&quot;:&quot;android.settings.AIRPLANE_MODE_SETTINGS&quot;}
]}"/></characteristic>

Once added it should look similar to the following Picture:

On Device Experience

To show how this settings then look at the Device I used the a Samsung S22 Device:

As I know that this is not the same for every Hardware I want to show as well the Experience on my Zebra TC26 Device:

As this was a sample for Airplane Mode , this works also with other Settings, you just need to add the “Action” in the XML / GUI and it would work as well.

Written by
Website | + posts

vExpert, blogger and VMware champion. Worked 10 years as a VMware & Microsoft consultant for a partner before joining VMware in 2017.

Leave a Reply

Your email address will not be published. Required fields are marked *.

*
*
You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.

BCF Shop Theme By aThemeArt.
BACK TO TOP