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

Commit 43970b51 authored by Nicholas Ambur's avatar Nicholas Ambur
Browse files

fix parceling issue with KeyphraseSoundModel

Bug: 147646806
Test: Tested enrollment and unenrollment via bundled hotword enrollment
application.

Change-Id: I0a78d831e0949d4cf1ed97a1cd6cdaea70d8399a
parent d3ec82fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,9 +519,9 @@ public class SoundTrigger {
                dest.writeInt(vendorUuid.toString().length());
                dest.writeString(vendorUuid.toString());
            }
            dest.writeInt(version);
            dest.writeBlob(data);
            dest.writeTypedArray(keyphrases, flags);
            dest.writeInt(version);
        }

        @Override