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

Commit b2e0be7a authored by Victoria Lestari's avatar Victoria Lestari Committed by Automerger Merge Worker
Browse files

Merge "Update comments for on-device intelligence processor configs" into sc-dev am: 814ecd72

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14265330

Change-Id: I3c8c15c2b1bdf5e6e586db5166e72653f7c0f388
parents 564ece5b 814ecd72
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
@@ -4856,17 +4856,30 @@
    <!-- Whether app hibernation deletes OAT artifact files as part of global hibernation. -->
    <bool name="config_hibernationDeletesOatArtifactsEnabled">true</bool>

    <!-- On-device intelligent processor for system UI features. -->
    <!-- Package name of the on-device intelligent processor for system UI
         features. Examples include the search functionality or the app
         predictor. -->
    <string name="config_systemUiIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for ambient audio. -->
    <!-- Package name of the on-device intelligent processor for ambient audio.
         Ambient audio is the sound surrounding the device captured by the DSP
         or the microphone. In other words, the device is continuously
         processing audio data in background. -->
    <string name="config_systemAmbientAudioIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for audio. -->
    <!-- Package name of the on-device intelligent processor for audio. The
         difference of 'ambient audio' and 'audio' is that in 'audio', the
         user intentionally and consciously aware that the device is recording
         or using the microphone.
         -->
    <string name="config_systemAudioIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for notification. -->
    <!-- Package name of the on-device intelligent processor for notification.
         -->
    <string name="config_systemNotificationIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for text. -->
    <!-- Package name of the on-device intelligent processor for text. Examples
        include providing autofill functionality based on incoming text
        messages. -->
    <string name="config_systemTextIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for visual features. -->
    <!-- Package name of the on-device intelligent processor for visual
         features. Examples include the autorotate feature. -->
    <string name="config_systemVisualIntelligence" translatable="false"></string>
    <!-- On-device package for providing companion device associations. -->
    <string name="config_systemCompanionDeviceProvider" translatable="false"></string>