Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Multiple tenants can use WSO2 EMM; while, maintaining tenant-based isolation. The Android configurations enable the tenants to customize the Android settings based on their own requirements.

...

  1. Sign in to the EMM console and click the menu icon.
  2. Click Platform configurations and select Android Configurations.
  3. Enter the following:
    • Notifier Type - The notifier type determines the way in which the notification will take place. The available options are as follows:
      • LOCAL - The device will contact the EMM server periodically. 
      • GCM - GCM will send a notification to the device when there are pending operations available for a specific device. If GCM has been selected as the notifier type, register with Google Cloud Messaging (GCM).

        Info

        For more information on the notifier type and the notifier frequency, see Android Notification Methods.

    • If Local was selected as the notifier type, provide the Notifier Frequency (in milliseconds) - This is the interval after which the wake-up command will be automatically triggered by the Android Agent.

      Note
      titleNote

      From Android 4.4 (KitKat) onwards the OS does not allow applications to schedule repeating alarms for time durations less than a minute. Therefore, make sure to set the notifier frequency to 60000ms or above.

    • If GCM was selected as the notifier type, the following configurations need to be added:
      • API keys - The API key that you received after registering with Google Cloud Messaging (GCM). For more information, see Create a server key.
      • Sender IDs - This refers to the project IDs. For more information, see Retrieve the Sender ID.
    • End User License Agreement (EULA) - Provide the license agreement that a user must adhere to when enrolling an Android device with EMM.
  4. Click SAVE.

...