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

Commit e5cd4430 authored by Faye Yan's avatar Faye Yan
Browse files

Javadoc update:

hotword detection service -> {@link HotwordDetectionService}
visual query detection service -> {@link VisualQueryDetectionService}
trusted -> sandboxed

Bug: 304832368
Change-Id: I6c35577cec5ef180f8abd533b14909d38c9e8dc2
Test: presubmit
parent 0a8132fb
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 -->