Merge "Set explicit package name on Intent for showing TV PiP" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fdfbe07430
@@ -73,6 +73,8 @@ public class TvStatusBar extends CoreStartable implements CommandQueue.Callbacks
|
||||
|
||||
@Override
|
||||
public void showPictureInPictureMenu() {
|
||||
mContext.sendBroadcast(new Intent(ACTION_SHOW_PIP_MENU), SYSTEMUI_PERMISSION);
|
||||
mContext.sendBroadcast(
|
||||
new Intent(ACTION_SHOW_PIP_MENU).setPackage(mContext.getPackageName()),
|
||||
SYSTEMUI_PERMISSION);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user