TagManagerService

  • TheTagManagerService is an AndroidService used by TagManager for processing and sending tags and must be registered in the application'sAndroidManifest.xml.

  • This service inherits constants and methods from Android framework classes likeService,Context, and theComponentCallbacks2 interface, covering service behavior, system services, resource access, and memory management.

  • It includes a default constructorTagManagerService() and overrides theonBind(Intent intent) method for client interaction.

  • The service inherits numerous methods for managing its lifecycle, handling configuration changes, responding to memory events, and interacting with the broader Android system context.

public classTagManagerService extendsService

AService used by TagManager to process and send tags.

TagManagerService should be registered in your application's AndroidManifest.xml.

Inherited Constant Summary

From class android.app.Service
intSTART_CONTINUATION_MASK
intSTART_FLAG_REDELIVERY
intSTART_FLAG_RETRY
intSTART_NOT_STICKY
intSTART_REDELIVER_INTENT
intSTART_STICKY
intSTART_STICKY_COMPATIBILITY
intSTOP_FOREGROUND_DETACH
intSTOP_FOREGROUND_LEGACY
intSTOP_FOREGROUND_REMOVE
From class android.content.Context
StringACCESSIBILITY_SERVICE
StringACCOUNT_SERVICE
StringACTIVITY_SERVICE
StringADVANCED_PROTECTION_SERVICE
StringALARM_SERVICE
StringAPPWIDGET_SERVICE
StringAPP_FUNCTION_SERVICE
StringAPP_OPS_SERVICE
StringAPP_SEARCH_SERVICE
StringAUDIO_SERVICE
StringBATTERY_SERVICE
intBIND_ABOVE_CLIENT
intBIND_ADJUST_WITH_ACTIVITY
intBIND_ALLOW_ACTIVITY_STARTS
intBIND_ALLOW_OOM_MANAGEMENT
intBIND_AUTO_CREATE
intBIND_DEBUG_UNBIND
intBIND_EXTERNAL_SERVICE
longBIND_EXTERNAL_SERVICE_LONG
intBIND_IMPORTANT
intBIND_INCLUDE_CAPABILITIES
intBIND_NOT_FOREGROUND
intBIND_NOT_PERCEPTIBLE
intBIND_PACKAGE_ISOLATED_PROCESS
intBIND_SHARED_ISOLATED_PROCESS
intBIND_WAIVE_PRIORITY
StringBIOMETRIC_SERVICE
StringBLOB_STORE_SERVICE
StringBLUETOOTH_SERVICE
StringBUGREPORT_SERVICE
StringCAMERA_SERVICE
StringCAPTIONING_SERVICE
StringCARRIER_CONFIG_SERVICE
StringCLIPBOARD_SERVICE
StringCOMPANION_DEVICE_SERVICE
StringCONNECTIVITY_DIAGNOSTICS_SERVICE
StringCONNECTIVITY_SERVICE
StringCONSUMER_IR_SERVICE
StringCONTACT_KEYS_SERVICE
intCONTEXT_IGNORE_SECURITY
intCONTEXT_INCLUDE_CODE
intCONTEXT_RESTRICTED
StringCREDENTIAL_SERVICE
StringCROSS_PROFILE_APPS_SERVICE
intDEVICE_ID_DEFAULT
intDEVICE_ID_INVALID
StringDEVICE_LOCK_SERVICE
StringDEVICE_POLICY_SERVICE
StringDISPLAY_HASH_SERVICE
StringDISPLAY_SERVICE
StringDOMAIN_VERIFICATION_SERVICE
StringDOWNLOAD_SERVICE
StringDROPBOX_SERVICE
StringEUICC_SERVICE
StringFILE_INTEGRITY_SERVICE
StringFINGERPRINT_SERVICE
StringGAME_SERVICE
StringGRAMMATICAL_INFLECTION_SERVICE
StringHARDWARE_PROPERTIES_SERVICE
StringHEALTHCONNECT_SERVICE
StringINPUT_METHOD_SERVICE
StringINPUT_SERVICE
StringIPSEC_SERVICE
StringJOB_SCHEDULER_SERVICE
StringKEYGUARD_SERVICE
StringKEYSTORE_SERVICE
StringLAUNCHER_APPS_SERVICE
StringLAYOUT_INFLATER_SERVICE
StringLOCALE_SERVICE
StringLOCATION_SERVICE
StringMEDIA_COMMUNICATION_SERVICE
StringMEDIA_METRICS_SERVICE
StringMEDIA_PROJECTION_SERVICE
StringMEDIA_QUALITY_SERVICE
StringMEDIA_ROUTER_SERVICE
StringMEDIA_SESSION_SERVICE
StringMIDI_SERVICE
intMODE_APPEND
intMODE_ENABLE_WRITE_AHEAD_LOGGING
intMODE_MULTI_PROCESS
intMODE_NO_LOCALIZED_COLLATORS
intMODE_PRIVATE
intMODE_WORLD_READABLE
intMODE_WORLD_WRITEABLE
StringNETWORK_STATS_SERVICE
StringNFC_SERVICE
StringNOTIFICATION_SERVICE
StringNSD_SERVICE
StringOVERLAY_SERVICE
StringPEOPLE_SERVICE
StringPERFORMANCE_HINT_SERVICE
StringPERSISTENT_DATA_BLOCK_SERVICE
StringPOWER_SERVICE
StringPRINT_SERVICE
StringPROFILING_SERVICE
intRECEIVER_EXPORTED
intRECEIVER_NOT_EXPORTED
intRECEIVER_VISIBLE_TO_INSTANT_APPS
StringRESTRICTIONS_SERVICE
StringROLE_SERVICE
StringSATELLITE_SERVICE
StringSEARCH_SERVICE
StringSECURITY_STATE_SERVICE
StringSENSOR_SERVICE
StringSHORTCUT_SERVICE
StringSTATUS_BAR_SERVICE
StringSTORAGE_SERVICE
StringSTORAGE_STATS_SERVICE
StringSYSTEM_HEALTH_SERVICE
StringTELECOM_SERVICE
StringTELEPHONY_IMS_SERVICE
StringTELEPHONY_SERVICE
StringTELEPHONY_SUBSCRIPTION_SERVICE
StringTETHERING_SERVICE
StringTEXT_CLASSIFICATION_SERVICE
StringTEXT_SERVICES_MANAGER_SERVICE
StringTV_AD_SERVICE
StringTV_INPUT_SERVICE
StringTV_INTERACTIVE_APP_SERVICE
StringUI_MODE_SERVICE
StringUSAGE_STATS_SERVICE
StringUSB_SERVICE
StringUSER_SERVICE
StringVIBRATOR_MANAGER_SERVICE
StringVIBRATOR_SERVICE
StringVIRTUAL_DEVICE_SERVICE
StringVPN_MANAGEMENT_SERVICE
StringWALLPAPER_SERVICE
StringWIFI_AWARE_SERVICE
StringWIFI_P2P_SERVICE
StringWIFI_RTT_RANGING_SERVICE
StringWIFI_SERVICE
StringWINDOW_SERVICE
From interface android.content.ComponentCallbacks2
intTRIM_MEMORY_BACKGROUND
intTRIM_MEMORY_COMPLETE
intTRIM_MEMORY_MODERATE
intTRIM_MEMORY_RUNNING_CRITICAL
intTRIM_MEMORY_RUNNING_LOW
intTRIM_MEMORY_RUNNING_MODERATE
intTRIM_MEMORY_UI_HIDDEN

Public Constructor Summary

Public Method Summary

IBinder
onBind(Intent intent)

Inherited Method Summary

From class android.app.Service
void
attachBaseContext(Context arg0)
void
dump(FileDescriptor arg0,PrintWriter arg1,String[] arg2)
finalApplication
getApplication()
final int
getForegroundServiceType()
abstractIBinder
onBind(Intent arg0)
void
onConfigurationChanged(Configuration arg0)
void
onCreate()
void
onDestroy()
void
onLowMemory()
void
onRebind(Intent arg0)
void
onStart(Intent arg0, int arg1)
int
onStartCommand(Intent arg0, int arg1, int arg2)
void
onTaskRemoved(Intent arg0)
void
onTimeout(int arg0, int arg1)
void
onTimeout(int arg0)
void
onTrimMemory(int arg0)
boolean
onUnbind(Intent arg0)
final void
startForeground(int arg0,Notification arg1)
final void
startForeground(int arg0,Notification arg1, int arg2)
final void
stopForeground(int arg0)
final void
stopForeground(boolean arg0)
final void
stopSelf()
final void
stopSelf(int arg0)
final boolean
stopSelfResult(int arg0)
From class android.content.ContextWrapper
void
attachBaseContext(Context arg0)
boolean
bindIsolatedService(Intent arg0, int arg1,String arg2,Executor arg3,ServiceConnection arg4)
boolean
bindService(Intent arg0, int arg1,Executor arg2,ServiceConnection arg3)
boolean
bindService(Intent arg0,ServiceConnection arg1, Context.BindServiceFlags arg2)
boolean
bindService(Intent arg0,ServiceConnection arg1, int arg2)
boolean
bindService(Intent arg0, Context.BindServiceFlags arg1,Executor arg2,ServiceConnection arg3)
boolean
bindServiceAsUser(Intent arg0,ServiceConnection arg1, int arg2,UserHandle arg3)
boolean
bindServiceAsUser(Intent arg0,ServiceConnection arg1, Context.BindServiceFlags arg2,UserHandle arg3)
int
checkCallingOrSelfPermission(String arg0)
int
checkCallingOrSelfUriPermission(Uri arg0, int arg1)
int[]
checkCallingOrSelfUriPermissions(List<Uri> arg0, int arg1)
int
checkCallingPermission(String arg0)
int
checkCallingUriPermission(Uri arg0, int arg1)
int[]
checkCallingUriPermissions(List<Uri> arg0, int arg1)
int
checkContentUriPermissionFull(Uri arg0, int arg1, int arg2, int arg3)
int
checkPermission(String arg0, int arg1, int arg2)
int
checkSelfPermission(String arg0)
int
checkUriPermission(Uri arg0,String arg1,String arg2, int arg3, int arg4, int arg5)
int
checkUriPermission(Uri arg0, int arg1, int arg2, int arg3)
int[]
checkUriPermissions(List<Uri> arg0, int arg1, int arg2, int arg3)
void
clearWallpaper()
Context
createAttributionContext(String arg0)
Context
createConfigurationContext(Configuration arg0)
Context
createContext(ContextParams arg0)
Context
createContextForSplit(String arg0)
Context
createDeviceContext(int arg0)
Context
createDeviceProtectedStorageContext()
Context
createDisplayContext(Display arg0)
Context
createPackageContext(String arg0, int arg1)
Context
createWindowContext(int arg0,Bundle arg1)
Context
createWindowContext(Display arg0, int arg1,Bundle arg2)
String[]
databaseList()
boolean
deleteDatabase(String arg0)
boolean
deleteFile(String arg0)
boolean
deleteSharedPreferences(String arg0)
void
enforceCallingOrSelfPermission(String arg0,String arg1)
void
enforceCallingOrSelfUriPermission(Uri arg0, int arg1,String arg2)
void
enforceCallingPermission(String arg0,String arg1)
void
enforceCallingUriPermission(Uri arg0, int arg1,String arg2)
void
enforcePermission(String arg0, int arg1, int arg2,String arg3)
void
enforceUriPermission(Uri arg0,String arg1,String arg2, int arg3, int arg4, int arg5,String arg6)
void
enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3,String arg4)
String[]
fileList()
Context
getApplicationContext()
ApplicationInfo
getApplicationInfo()
AssetManager
getAssets()
AttributionSource
getAttributionSource()
String
getAttributionTag()
Context
getBaseContext()
File
getCacheDir()
ClassLoader
getClassLoader()
File
getCodeCacheDir()
ContentResolver
getContentResolver()
File
getDataDir()
File
getDatabasePath(String arg0)
int
getDeviceId()
File
getDir(String arg0, int arg1)
Display
getDisplay()
File
getExternalCacheDir()
File[]
getExternalCacheDirs()
File
getExternalFilesDir(String arg0)
File[]
getExternalFilesDirs(String arg0)
File[]
getExternalMediaDirs()
File
getFileStreamPath(String arg0)
File
getFilesDir()
Executor
getMainExecutor()
Looper
getMainLooper()
File
getNoBackupFilesDir()
File
getObbDir()
File[]
getObbDirs()
String
getOpPackageName()
String
getPackageCodePath()
PackageManager
getPackageManager()
String
getPackageName()
String
getPackageResourcePath()
ContextParams
getParams()
Resources
getResources()
SharedPreferences
getSharedPreferences(String arg0, int arg1)
Object
getSystemService(String arg0)
String
getSystemServiceName(Class<?> arg0)
Resources.Theme
getTheme()
Drawable
getWallpaper()
int
getWallpaperDesiredMinimumHeight()
int
getWallpaperDesiredMinimumWidth()
void
grantUriPermission(String arg0,Uri arg1, int arg2)
boolean
isDeviceProtectedStorage()
boolean
isRestricted()
boolean
isUiContext()
boolean
moveDatabaseFrom(Context arg0,String arg1)
boolean
moveSharedPreferencesFrom(Context arg0,String arg1)
FileInputStream
openFileInput(String arg0)
FileOutputStream
openFileOutput(String arg0, int arg1)
SQLiteDatabase
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2, DatabaseErrorHandler arg3)
SQLiteDatabase
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2)
Drawable
peekWallpaper()
void
registerComponentCallbacks(ComponentCallbacks arg0)
void
registerDeviceIdChangeListener(Executor arg0,IntConsumer arg1)
Intent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1)
Intent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1, int arg2)
Intent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1,String arg2,Handler arg3, int arg4)
Intent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1,String arg2,Handler arg3)
void
removeStickyBroadcast(Intent arg0)
void
removeStickyBroadcastAsUser(Intent arg0,UserHandle arg1)
void
revokeSelfPermissionsOnKill(Collection<String> arg0)
void
revokeUriPermission(Uri arg0, int arg1)
void
revokeUriPermission(String arg0,Uri arg1, int arg2)
void
sendBroadcast(Intent arg0,String arg1,Bundle arg2)
void
sendBroadcast(Intent arg0,String arg1)
void
sendBroadcast(Intent arg0)
void
sendBroadcastAsUser(Intent arg0,UserHandle arg1)
void
sendBroadcastAsUser(Intent arg0,UserHandle arg1,String arg2)
void
sendOrderedBroadcast(Intent arg0,String arg1,String arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
void
sendOrderedBroadcast(Intent arg0, int arg1,String arg2,String arg3,BroadcastReceiver arg4,Handler arg5,String arg6,Bundle arg7,Bundle arg8)
void
sendOrderedBroadcast(Intent arg0,String arg1,BroadcastReceiver arg2,Handler arg3, int arg4,String arg5,Bundle arg6)
void
sendOrderedBroadcast(Intent arg0,String arg1,Bundle arg2)
void
sendOrderedBroadcast(Intent arg0,String arg1,Bundle arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
void
sendOrderedBroadcast(Intent arg0,String arg1)
void
sendOrderedBroadcastAsUser(Intent arg0,UserHandle arg1,String arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
void
sendStickyBroadcast(Intent arg0)
void
sendStickyBroadcast(Intent arg0,Bundle arg1)
void
sendStickyBroadcastAsUser(Intent arg0,UserHandle arg1)
void
sendStickyOrderedBroadcast(Intent arg0,BroadcastReceiver arg1,Handler arg2, int arg3,String arg4,Bundle arg5)
void
sendStickyOrderedBroadcastAsUser(Intent arg0,UserHandle arg1,BroadcastReceiver arg2,Handler arg3, int arg4,String arg5,Bundle arg6)
void
setTheme(int arg0)
void
setWallpaper(Bitmap arg0)
void
setWallpaper(InputStream arg0)
void
startActivities(Intent[] arg0,Bundle arg1)
void
startActivities(Intent[] arg0)
void
startActivity(Intent arg0)
void
startActivity(Intent arg0,Bundle arg1)
ComponentName
startForegroundService(Intent arg0)
boolean
startInstrumentation(ComponentName arg0,String arg1,Bundle arg2)
void
startIntentSender(IntentSender arg0,Intent arg1, int arg2, int arg3, int arg4)
void
startIntentSender(IntentSender arg0,Intent arg1, int arg2, int arg3, int arg4,Bundle arg5)
ComponentName
startService(Intent arg0)
boolean
stopService(Intent arg0)
void
unbindService(ServiceConnection arg0)
void
unregisterComponentCallbacks(ComponentCallbacks arg0)
void
unregisterDeviceIdChangeListener(IntConsumer arg0)
void
unregisterReceiver(BroadcastReceiver arg0)
void
updateServiceGroup(ServiceConnection arg0, int arg1, int arg2)
From class android.content.Context
boolean
bindIsolatedService(Intent arg0, int arg1,String arg2,Executor arg3,ServiceConnection arg4)
boolean
bindIsolatedService(Intent arg0, Context.BindServiceFlags arg1,String arg2,Executor arg3,ServiceConnection arg4)
boolean
bindService(Intent arg0, int arg1,Executor arg2,ServiceConnection arg3)
boolean
bindService(Intent arg0,ServiceConnection arg1, Context.BindServiceFlags arg2)
abstract boolean
bindService(Intent arg0,ServiceConnection arg1, int arg2)
boolean
bindService(Intent arg0, Context.BindServiceFlags arg1,Executor arg2,ServiceConnection arg3)
boolean
bindServiceAsUser(Intent arg0,ServiceConnection arg1, int arg2,UserHandle arg3)
boolean
bindServiceAsUser(Intent arg0,ServiceConnection arg1, Context.BindServiceFlags arg2,UserHandle arg3)
abstract int
checkCallingOrSelfPermission(String arg0)
abstract int
checkCallingOrSelfUriPermission(Uri arg0, int arg1)
int[]
checkCallingOrSelfUriPermissions(List<Uri> arg0, int arg1)
abstract int
checkCallingPermission(String arg0)
abstract int
checkCallingUriPermission(Uri arg0, int arg1)
int[]
checkCallingUriPermissions(List<Uri> arg0, int arg1)
int
checkContentUriPermissionFull(Uri arg0, int arg1, int arg2, int arg3)
abstract int
checkPermission(String arg0, int arg1, int arg2)
abstract int
checkSelfPermission(String arg0)
abstract int
checkUriPermission(Uri arg0,String arg1,String arg2, int arg3, int arg4, int arg5)
abstract int
checkUriPermission(Uri arg0, int arg1, int arg2, int arg3)
int[]
checkUriPermissions(List<Uri> arg0, int arg1, int arg2, int arg3)
abstract void
clearWallpaper()
Context
createAttributionContext(String arg0)
abstractContext
createConfigurationContext(Configuration arg0)
Context
createContext(ContextParams arg0)
abstractContext
createContextForSplit(String arg0)
Context
createDeviceContext(int arg0)
abstractContext
createDeviceProtectedStorageContext()
abstractContext
createDisplayContext(Display arg0)
abstractContext
createPackageContext(String arg0, int arg1)
Context
createWindowContext(int arg0,Bundle arg1)
Context
createWindowContext(Display arg0, int arg1,Bundle arg2)
abstractString[]
databaseList()
abstract boolean
deleteDatabase(String arg0)
abstract boolean
deleteFile(String arg0)
abstract boolean
deleteSharedPreferences(String arg0)
abstract void
enforceCallingOrSelfPermission(String arg0,String arg1)
abstract void
enforceCallingOrSelfUriPermission(Uri arg0, int arg1,String arg2)
abstract void
enforceCallingPermission(String arg0,String arg1)
abstract void
enforceCallingUriPermission(Uri arg0, int arg1,String arg2)
abstract void
enforcePermission(String arg0, int arg1, int arg2,String arg3)
abstract void
enforceUriPermission(Uri arg0,String arg1,String arg2, int arg3, int arg4, int arg5,String arg6)
abstract void
enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3,String arg4)
abstractString[]
fileList()
abstractContext
getApplicationContext()
abstractApplicationInfo
getApplicationInfo()
abstractAssetManager
getAssets()
AttributionSource
getAttributionSource()
String
getAttributionTag()
abstractFile
getCacheDir()
abstractClassLoader
getClassLoader()
abstractFile
getCodeCacheDir()
final int
getColor(int arg0)
finalColorStateList
getColorStateList(int arg0)
abstractContentResolver
getContentResolver()
abstractFile
getDataDir()
abstractFile
getDatabasePath(String arg0)
int
getDeviceId()
abstractFile
getDir(String arg0, int arg1)
Display
getDisplay()
finalDrawable
getDrawable(int arg0)
abstractFile
getExternalCacheDir()
abstractFile[]
getExternalCacheDirs()
abstractFile
getExternalFilesDir(String arg0)
abstractFile[]
getExternalFilesDirs(String arg0)
abstractFile[]
getExternalMediaDirs()
abstractFile
getFileStreamPath(String arg0)
abstractFile
getFilesDir()
Executor
getMainExecutor()
abstractLooper
getMainLooper()
abstractFile
getNoBackupFilesDir()
abstractFile
getObbDir()
abstractFile[]
getObbDirs()
String
getOpPackageName()
abstractString
getPackageCodePath()
abstractPackageManager
getPackageManager()
abstractString
getPackageName()
abstractString
getPackageResourcePath()
ContextParams
getParams()
abstractResources
getResources()
abstractSharedPreferences
getSharedPreferences(String arg0, int arg1)
finalString
getString(int arg0,Object... arg1)
finalString
getString(int arg0)
final <T> T
getSystemService(Class<T> arg0)
abstractObject
getSystemService(String arg0)
abstractString
getSystemServiceName(Class<?> arg0)
finalCharSequence
getText(int arg0)
abstractResources.Theme
getTheme()
abstractDrawable
getWallpaper()
abstract int
getWallpaperDesiredMinimumHeight()
abstract int
getWallpaperDesiredMinimumWidth()
abstract void
grantUriPermission(String arg0,Uri arg1, int arg2)
abstract boolean
isDeviceProtectedStorage()
boolean
isRestricted()
boolean
isUiContext()
abstract boolean
moveDatabaseFrom(Context arg0,String arg1)
abstract boolean
moveSharedPreferencesFrom(Context arg0,String arg1)
finalTypedArray
obtainStyledAttributes(AttributeSet arg0, int[] arg1)
finalTypedArray
obtainStyledAttributes(AttributeSet arg0, int[] arg1, int arg2, int arg3)
finalTypedArray
obtainStyledAttributes(int arg0, int[] arg1)
finalTypedArray
obtainStyledAttributes(int[] arg0)
abstractFileInputStream
openFileInput(String arg0)
abstractFileOutputStream
openFileOutput(String arg0, int arg1)
abstract SQLiteDatabase
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2, DatabaseErrorHandler arg3)
abstract SQLiteDatabase
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2)
abstractDrawable
peekWallpaper()
void
registerComponentCallbacks(ComponentCallbacks arg0)
void
registerDeviceIdChangeListener(Executor arg0,IntConsumer arg1)
abstractIntent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1)
abstractIntent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1, int arg2)
abstractIntent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1,String arg2,Handler arg3, int arg4)
abstractIntent
registerReceiver(BroadcastReceiver arg0,IntentFilter arg1,String arg2,Handler arg3)
abstract void
removeStickyBroadcast(Intent arg0)
abstract void
removeStickyBroadcastAsUser(Intent arg0,UserHandle arg1)
void
revokeSelfPermissionOnKill(String arg0)
void
revokeSelfPermissionsOnKill(Collection<String> arg0)
abstract void
revokeUriPermission(Uri arg0, int arg1)
abstract void
revokeUriPermission(String arg0,Uri arg1, int arg2)
void
sendBroadcast(Intent arg0,String arg1,Bundle arg2)
abstract void
sendBroadcast(Intent arg0,String arg1)
abstract void
sendBroadcast(Intent arg0)
abstract void
sendBroadcastAsUser(Intent arg0,UserHandle arg1)
abstract void
sendBroadcastAsUser(Intent arg0,UserHandle arg1,String arg2)
void
sendBroadcastWithMultiplePermissions(Intent arg0,String[] arg1)
void
sendOrderedBroadcast(Intent arg0,String arg1,String arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
abstract void
sendOrderedBroadcast(Intent arg0,String arg1,BroadcastReceiver arg2,Handler arg3, int arg4,String arg5,Bundle arg6)
void
sendOrderedBroadcast(Intent arg0,String arg1,Bundle arg2)
void
sendOrderedBroadcast(Intent arg0,String arg1,Bundle arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
abstract void
sendOrderedBroadcast(Intent arg0,String arg1)
abstract void
sendOrderedBroadcastAsUser(Intent arg0,UserHandle arg1,String arg2,BroadcastReceiver arg3,Handler arg4, int arg5,String arg6,Bundle arg7)
abstract void
sendStickyBroadcast(Intent arg0)
void
sendStickyBroadcast(Intent arg0,Bundle arg1)
abstract void
sendStickyBroadcastAsUser(Intent arg0,UserHandle arg1)
abstract void
sendStickyOrderedBroadcast(Intent arg0,BroadcastReceiver arg1,Handler arg2, int arg3,String arg4,Bundle arg5)
abstract void
sendStickyOrderedBroadcastAsUser(Intent arg0,UserHandle arg1,BroadcastReceiver arg2,Handler arg3, int arg4,String arg5,Bundle arg6)
abstract void
setTheme(int arg0)
abstract void
setWallpaper(Bitmap arg0)
abstract void
setWallpaper(InputStream arg0)
abstract void
startActivities(Intent[] arg0,Bundle arg1)
abstract void
startActivities(Intent[] arg0)
abstract void
startActivity(Intent arg0)
abstract void
startActivity(Intent arg0,Bundle arg1)
abstractComponentName
startForegroundService(Intent arg0)
abstract boolean
startInstrumentation(ComponentName arg0,String arg1,Bundle arg2)
abstract void
startIntentSender(IntentSender arg0,Intent arg1, int arg2, int arg3, int arg4)
abstract void
startIntentSender(IntentSender arg0,Intent arg1, int arg2, int arg3, int arg4,Bundle arg5)
abstractComponentName
startService(Intent arg0)
abstract boolean
stopService(Intent arg0)
abstract void
unbindService(ServiceConnection arg0)
void
unregisterComponentCallbacks(ComponentCallbacks arg0)
void
unregisterDeviceIdChangeListener(IntConsumer arg0)
abstract void
unregisterReceiver(BroadcastReceiver arg0)
void
updateServiceGroup(ServiceConnection arg0, int arg1, int arg2)
From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
finalClass<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
From interface android.content.ComponentCallbacks2
abstract void
onTrimMemory(int arg0)
From interface android.content.ComponentCallbacks
abstract void
onConfigurationChanged(Configuration arg0)
abstract void
onLowMemory()

Public Constructors

publicTagManagerService()

Public Methods

publicIBinderonBind(Intent intent)

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-12 UTC.