Merge "Remove SystemApi annotation from EuiccManager.getOtaStatus()" am: 67fb5370cd
am: bded9f969f
Change-Id: I704a78ae7330d1eefcfcecb6dfb8073d71cfe5ed
This commit is contained in:
@@ -276,8 +276,8 @@ public class EuiccManager {
|
|||||||
*
|
*
|
||||||
* @return the status of eUICC OTA. If {@link #isEnabled()} is false or the eUICC is not ready,
|
* @return the status of eUICC OTA. If {@link #isEnabled()} is false or the eUICC is not ready,
|
||||||
* {@link OtaStatus#EUICC_OTA_STATUS_UNAVAILABLE} will be returned.
|
* {@link OtaStatus#EUICC_OTA_STATUS_UNAVAILABLE} will be returned.
|
||||||
|
* TODO(b/35851809): Make this a SystemApi.
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
|
||||||
public int getOtaStatus() {
|
public int getOtaStatus() {
|
||||||
if (!isEnabled()) {
|
if (!isEnabled()) {
|
||||||
return EUICC_OTA_STATUS_UNAVAILABLE;
|
return EUICC_OTA_STATUS_UNAVAILABLE;
|
||||||
|
|||||||
Reference in New Issue
Block a user