SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Enable Multi-User Mode for Your Android Application

Learn how to configure a wizard-generated application to enable the multi-user mode, available as part of the Flows component of the Android SDK.

Overview

🎓 beginner 60 min. SAP BTP Sdk For AndroidBeginnerAndroidMobileSAP Business Technology Platform

You will learn

  • โœ”How the Android SDK supports multi-user mode
  • โœ”How to enable multi-user mode for an online app
  • โœ”How to enable multi-user mode for an offline app
  • โœ”How to use several multi-user mode related APIs
Haoyue Feng H Haoyue Feng January 7, 2026
Created by November 17, 2022
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Before you begin
โ€”

The Flows component of the SAP BTP SDK for Android provides the following functions to enable multi-user mode for your application:

  • Handle the onboarding process for multiple users.

  • Handle user information and user data management.

  • To enable multi-user for an application developed using Flows component, you only need follow the instructions at Try Out the SAP BTP SDK Wizard for Android to create a new application using the SAP BTP SDK Wizard for Android and check Enable Multiple Users for the Multiple Users on the Project Features tab. Or you can follow Step 2 and 3 to enable multi-user mode for online and offline, respectively.

    Enable multi-user mode
    Enable multi-user mode

The following cases are not supported in multi-user mode:

  • Biometric authentication is not supported. The biometric screen will not be shown in the onboarding or unlock processes.

  • NoAuth authentication type is not supported. Even if multi-user mode is turned on, an application using the NoAuth authentication type will revert to single user mode.

  • No passcode policy is not supported. A default passcode policy will be used if the server has disabled it.

Step 2 Enable multi-user mode for a wizard-generated online application
+
Step 3 Enable multi-user mode for a wizard-generated offline app
+
Step 4 Handle offline pending changes when switching users
+
Step 5 APIs to help customize a multi-user mode app
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Before you begin 2. Enable multi-user mode for a wizard-generated online application 3. Enable multi-user mode for a wizard-generated offline app 4. Handle offline pending changes when switching users 5. APIs to help customize a multi-user mode app

Learn more →