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

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

Merge "Revert permission RECEIVE_SANDBOXED_DETECTION_TRAINING_DATA since it is...

Merge "Revert permission RECEIVE_SANDBOXED_DETECTION_TRAINING_DATA since it is not going in V." into main
parents 0e116edd bf2bd1ce
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -7507,16 +7507,6 @@
    <permission android:name="android.permission.RECEIVE_SANDBOX_TRIGGER_AUDIO"
                android:protectionLevel="signature|privileged|appop" />

    <!-- @SystemApi Required for the privileged assistant apps targeting
         {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM}
         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 -->
    <permission android:name="android.permission.RECEIVE_SANDBOXED_DETECTION_TRAINING_DATA"
                android:protectionLevel="internal|appop" />

    <!-- @SystemApi Allows requesting the framework broadcast the
         {@link Intent#ACTION_DEVICE_CUSTOMIZATION_READY} intent.
         @hide -->
+0 −1
Original line number Diff line number Diff line
@@ -896,7 +896,6 @@

    <!-- Permissions required for CTS test - CtsVoiceInteractionTestCases -->
    <uses-permission android:name="android.permission.RESET_HOTWORD_TRAINING_DATA_EGRESS_COUNT" />
    <uses-permission android:name="android.permission.RECEIVE_SANDBOXED_DETECTION_TRAINING_DATA" />
    <uses-permission android:name="android.permission.RECEIVE_SANDBOX_TRIGGER_AUDIO" />

    <uses-permission android:name="android.permission.GET_BINDING_UID_IMPORTANCE" />