diff options
author | 2024-01-30 03:59:57 +0000 | |
---|---|---|
committer | 2024-04-03 21:55:17 +0000 | |
commit | bddca4947a28891f947b36eb4f0d73198b73f5bb (patch) | |
tree | ee415192fcb37db0301d4a098b3e508437e6edc1 | |
parent | 7be69a213c9bf4d92953607c18be899d7ad13690 (diff) |
Revert the permission RECEIVE_SANDBOXED_DETECTION_TRAINNING_DATA
Bug: 304832368
Test: presubmit
Change-Id: I409cf6d9260515bc52091314b158e6bb4a5254a1
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index a6fcb931a..35cbe6935 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7506,16 +7506,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 --> |