public abstract class

MAMService

extends Service
implements HookedService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.microsoft.intune.mam.client.app.MAMService

Class Overview

MAM version of android.app.Service.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
MAMService()
Public Methods
final IBinder onBind(Intent intent)
void onMAMStart(Intent intent, int startId)
MAM version of onStart.
int onMAMStartCommand(Intent intent, int flags, int startId)
MAM version of onStartCommand.
final void onStart(Intent intent, int startId)
final int onStartCommand(Intent intent, int flags, int startId)
Protected Methods
void attachBaseContext(Context context)
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface com.microsoft.intune.mam.client.app.HookedService
From interface com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

Public Constructors

public MAMService ()

Public Methods

public final IBinder onBind (Intent intent)

public void onMAMStart (Intent intent, int startId)

MAM version of onStart.

Parameters
intent See onStart.
startId See onStart.

public int onMAMStartCommand (Intent intent, int flags, int startId)

MAM version of onStartCommand.

Parameters
intent See onStartCommand.
flags See onStartCommand.
startId See onStartCommand.
Returns
  • See onStartCommand.

public final void onStart (Intent intent, int startId)

public final int onStartCommand (Intent intent, int flags, int startId)

Protected Methods

protected void attachBaseContext (Context context)