Merge "Remove SystemApi annotation from EuiccManager.getOtaStatus()"

am: 67fb5370cd

Change-Id: I784ea684fa99ef0dc6ed56ddff966669fbaddd49
This commit is contained in:
Holly Jiuyu Sun
2018-01-30 00:20:46 +00:00
committed by android-build-merger

View File

@@ -276,8 +276,8 @@ public class EuiccManager {
*
* @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.
* TODO(b/35851809): Make this a SystemApi.
*/
@SystemApi
public int getOtaStatus() {
if (!isEnabled()) {
return EUICC_OTA_STATUS_UNAVAILABLE;