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

Commit d321459a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add TODO to SoundTriggerMiddlewarePermission hack" into sc-dev am: d825a07b

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

Change-Id: I55c8acf7fd3abcb5cfde6fab28b254aa8e6b1830
parents 9f949ca5 d825a07b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ public class SoundTriggerMiddlewarePermission implements ISoundTriggerMiddleware
     * Throws a {@link SecurityException} iff the originator has permission to receive data.
     */
    void enforcePermissionsForDataDelivery(@NonNull Identity identity, @NonNull String reason) {
        // TODO(b/186164881): remove
        // START TEMP HACK
        enforcePermissionForPreflight(mContext, identity, RECORD_AUDIO);
        int hotwordOp = AppOpsManager.strOpToOp(AppOpsManager.OPSTR_RECORD_AUDIO_HOTWORD);