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

Commit 84ecec98 authored by Lei Ju's avatar Lei Ju
Browse files

Enable UUID support from ContextHubService

Test: Run chre_aidl_hal_client and observe a successful callback
registration.
Bug: 307749518
Change-Id: I66099a11a2e2c27dc497f1871db4985798bbd229

Change-Id: I25248b0c5af0b9acc43e8b101fe42f1741d20392
parent f3e5ce21
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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