Merge "ServiceManager: doc comment" am: 882bac800d
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1821336 Change-Id: If34eef18cf1586fe2fefdfe7e1e7666514c47108
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user