Skip to content
Snippets Groups Projects
Commit c3595158 authored by Lei Ju's avatar Lei Ju Committed by Android (Google) Code Review
Browse files

Merge "Enable UUID support from ContextHubService" into main

parents f9d8b4b3 84ecec98
No related branches found
No related tags found
No related merge requests found
......@@ -467,8 +467,7 @@ public abstract class IContextHubWrapper {
}
public byte[] getUuid() throws RemoteException {
//TODO(b/247124878): return the UUID defined in this file when the API is put in use
throw new RemoteException("This API is not implemented yet.");
return UUID;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment