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

Commit b2ce4511 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove Context.SUPPLEMENTAL_PROCESS_SERVICE"

parents a4249a2e 2e818398
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9824,7 +9824,6 @@ package android.content {
    field public static final String STATUS_BAR_SERVICE = "statusbar";
    field public static final String STORAGE_SERVICE = "storage";
    field public static final String STORAGE_STATS_SERVICE = "storagestats";
    field public static final String SUPPLEMENTAL_PROCESS_SERVICE = "supplemental_process";
    field public static final String SYSTEM_HEALTH_SERVICE = "systemhealth";
    field public static final String TELECOM_SERVICE = "telecom";
    field public static final String TELEPHONY_IMS_SERVICE = "telephony_ims";
+0 −8
Original line number Diff line number Diff line
@@ -3888,7 +3888,6 @@ public abstract class Context {
            //@hide: SPEECH_RECOGNITION_SERVICE,
            UWB_SERVICE,
            MEDIA_METRICS_SERVICE,
            SUPPLEMENTAL_PROCESS_SERVICE,
            //@hide: ATTESTATION_VERIFICATION_SERVICE,
            //@hide: SAFETY_CENTER_SERVICE,
    })
@@ -5969,13 +5968,6 @@ public abstract class Context {
     */
    public static final String LOCALE_SERVICE = "locale";

    /**
     * Use with {@link #getSystemService(String)} to retrieve a Supplemental Process Manager.
     *
     * @see #getSystemService(String)
     */
    public static final String SUPPLEMENTAL_PROCESS_SERVICE = "supplemental_process";

    /**
     * Use with {@link #getSystemService(String)} to retrieve a {@link
     * android.safetycenter.SafetyCenterManager} instance for interacting with the safety center.