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

Commit 4e6a98e2 authored by Rios Kao's avatar Rios Kao Committed by Android (Google) Code Review
Browse files

Merge "Add exported flag to exposed test runtime receivers"

parents c8cb23c3 ebb00992
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class SoundTriggerTestService extends Service {
        super.onCreate();
        IntentFilter filter = new IntentFilter();
        filter.addAction(INTENT_ACTION);
        registerReceiver(mBroadcastReceiver, filter);
        registerReceiver(mBroadcastReceiver, filter, Context.RECEIVER_NOT_EXPORTED);

        // Make sure the data directory exists, and we're the owner of it.
        try {