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

Commit 308e9467 authored by Faye Yan's avatar Faye Yan Committed by Android (Google) Code Review
Browse files

Merge "Javadoc update: hotword detection service -> {@link...

Merge "Javadoc update: hotword detection service -> {@link HotwordDetectionService} visual query detection service -> {@link VisualQueryDetectionService} trusted -> sandboxed" into main
parents 32c7c921 e5cd4430
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7237,7 +7237,7 @@

    <!-- @SystemApi Required for the privileged assistant apps targeting
         {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM}
         that receive voice trigger from a trusted hotword detection service.
         that receive voice trigger from a sandboxed {@link HotwordDetectionService}.
         <p>Protection level: signature|privileged|appop
         @FlaggedApi("android.permission.flags.voice_activation_permission_apis")
         @hide -->
@@ -7246,8 +7246,8 @@

    <!-- @SystemApi Required for the privileged assistant apps targeting
         {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM}
         that receive training data from the sandboxed hotword detection service or visual
         query detection service.
         that receive training data from a sandboxed {@link HotwordDetectionService} or
         {@link VisualQueryDetectionService}.
         <p>Protection level: internal|appop
         @FlaggedApi("android.permission.flags.voice_activation_permission_apis")
         @hide -->