Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbcc1a4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "ServiceManager: doc comment" am: 882bac80 am: 2582d481 am:...

Merge "ServiceManager: doc comment" am: 882bac80 am: 2582d481 am: db80e612 am: e43a8dc3 am: edc3be6e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1821336

Change-Id: I162cdd940c63d2dd5ac740d8198c4f07199f9ca3
parents c5cf3ab6 edc3be6e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -29,7 +29,14 @@ import com.android.internal.util.StatLogger;

import java.util.Map;

/** @hide */
/**
 * Manage binder services as registered with the binder context manager. These services must be
 * declared statically on an Android device (SELinux access_vector service_manager, w/ service
 * names in service_contexts files), and they do not follow the activity lifecycle. When
 * building applications, android.app.Service should be preferred.
 *
 * @hide
 **/
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
public final class ServiceManager {
    private static final String TAG = "ServiceManager";