sprd 11 播放视频时开启录屏,视频闪烁或提示正在加载问题

本文探讨了在使用sprd 11播放视频时开启录屏出现闪烁和加载提示的问题。问题根源在于启动Dialog的方式,即便Dialog未显示。通过移除录屏时的弹框并采用广播直接启动录屏,可以解决此问题。
摘要由CSDN通过智能技术生成

1.首先是去掉了录屏时的弹框
2.录屏执行的是ScreenRecordDialog.java的方法;导致播放视频录屏时闪烁的问题原因就是启动Dialog的问题,即使dialog并没有show出来.

通过广播直接启动录屏


--- a/sprd/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
+++ b/sprd/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
@@ -73,7 +73,10 @@ import com.android.systemui.util.time.DateFormatUtil;
 import java.util.Locale;
 import java.util.concurrent.Executor;
 import javax.inject.Inject;
-
+//modify by luoyalong 20220324 for  turn on screenRecord cause shine when play video begin
+import android.app.PendingIntent;
+import com.android.systemui.screenrecord.RecordingService;
+//modify by luoyalong 20220324 for  turn on screenRecord cause shine when play video end
 /**
  * This class contains all of the policy about which icons are installed in the status bar at boot
  * time. It goes through the nor
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

心有纤纤结

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值