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

Commit 9118e3c4 authored by arunvoddu's avatar arunvoddu
Browse files

adb shell command to trigger phone.notifyCarrierRoamingNtnEligibleStateChanged API.

adb shell cmd phone set-satellite-access-restriction-checking-result true

Flag: EXEMPT bugfix
Bug: 370033218
Test: Manually verified.
Change-Id: I8037fec45d3d21300847c05203a885936ba1f9fb
parent df183795
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3433,4 +3433,15 @@ interface ITelephony {
     * @hide
     */
    ComponentName getTestEuiccUiComponent();

    /**
     * This API can be used only for test purpose to override the carrier romaing Ntn eligibility
     *
     * @param status to update Ntn Eligibility.
     * @param resetRequired to reset the overridden flag in satellite controller.
     * @return {@code true} if the shell command is successful, {@code false} otherwise.
     * @hide
     */
    boolean overrideCarrierRoamingNtnEligibilityChanged(
            in boolean status, in boolean resetRequired);
}