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

Commit bcd276d6 authored by Thomas Nguyen's avatar Thomas Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Add an API in ITelephony to update satellite service package"

parents 68ff9736 10007400
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2980,4 +2980,13 @@ interface ITelephony {
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission("
            + "android.Manifest.permission.SATELLITE_COMMUNICATION)")
    void requestTimeForNextSatelliteVisibility(int subId, in ResultReceiver receiver);

    /**
     * This API can be used by only CTS to update satellite vendor service package name.
     *
     * @param servicePackageName The package name of the satellite vendor service.
     * @return {@code true} if the satellite vendor service is set successfully,
     * {@code false} otherwise.
     */
    boolean setSatelliteServicePackageName(in String servicePackageName);
}