> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmassive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What are the service types available in Android/Fire OS?

The SDK offers two service types:

1. Foreground Service:
   * More visible with customizable notification
   * Higher earning potential
   * Less likely to be killed by the system
   * Requires notification configuration

2. Background Service:
   * Runs silently
   * Less intrusive
   * No visible notification
   * May be more likely to be terminated by the system
