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

Commit 74feeb35 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Speculative fix for QS CTS test

am: 609edbeb

Change-Id: I7f4dc9253147279731cec012bc628cdf6e422b2a
parents 07cb93dc 609edbeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -433,6 +433,7 @@ public class TileService extends Service {
    public static final void requestListeningState(Context context, ComponentName component) {
        Intent intent = new Intent(ACTION_REQUEST_LISTENING);
        intent.putExtra(EXTRA_COMPONENT, component);
        intent.setPackage("com.android.systemui");
        context.sendBroadcast(intent, Manifest.permission.BIND_QUICK_SETTINGS_TILE);
    }
}