Use @ErrorCode for UpdateEngineCallback
Test: TH Change-Id: I26297984e40b66ff08e0c291bc1aa0e556fe6bcc
This commit is contained in:
@@ -44,5 +44,6 @@ public abstract class UpdateEngineCallback {
|
||||
* unsuccessfully. The value of {@code errorCode} will be one of the
|
||||
* values from {@link UpdateEngine.ErrorCodeConstants}.
|
||||
*/
|
||||
public abstract void onPayloadApplicationComplete(int errorCode);
|
||||
public abstract void onPayloadApplicationComplete(
|
||||
@UpdateEngine.ErrorCode int errorCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user