gpt4 book ai didi

android - 当 Lollipop 版本的应用程序关闭时,电话状态的 BroadCastReceiver 不起作用

转载 作者:行者123 更新时间:2023-11-29 19:21:23 25 4
gpt4 key购买 nike

我的 PHONE_STATE 广播接收器正在为 kitkatLollipop 版本工作,即使应用程序已关闭但当我使用 Lollipop 时 版本在应用程序关闭时不起作用

这是我的 list 文件

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>



<receiver android:name=".BlockCallReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.PHONE_STATE" />
<action android:name="android.intent.action.USER_PRESENT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>



</application>

最佳答案

一些新的安卓设备默认有安全应用程序。有时这些应用程序会锁定您的自动启动模式,您能否检查一下设置,它可能会阻止启动广播接收器?

关于android - 当 Lollipop 版本的应用程序关闭时,电话状态的 BroadCastReceiver 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42366680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com