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

Commit 527a4db5 authored by Lei Ju's avatar Lei Ju Committed by Android (Google) Code Review
Browse files

Merge "Throw a RemoteException for the getUuid API" into main

parents f618ab2a 214d1773
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -466,8 +466,9 @@ public abstract class IContextHubWrapper {
                // TODO(271471342): Implement
            }

            public byte[] getUuid() {
                return UUID;
            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.");
            }

            @Override