阅读:4269回复:1

Android9开机启动广播接收慢

楼主#
更多 发布于:2020-03-18 11:22
我们之前的dtv app在android 7.1.2平台上,接收开机启动还挺快的。现在在9.0平台上特别慢,要半天才启动,通过修改广播接受者的优先级可以更改这个问题。


<receiver android:name=".BootupReceiver">
            <intent-filter android:priority="1000">
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
</receiver>

最新喜欢:

zhaoyf13zhaoyf...
If you have nothing to lose, then you can do anything.
沙发#
发布于:2020-03-18 20:32
涨姿势了
[url]http://190.lsal.cn/195/1329.gif?0728100424873[/url]
游客

返回顶部