Java 未调用动作设备存储低的广播接收器

Java 未调用动作设备存储低的广播接收器,java,android,broadcastreceiver,Java,Android,Broadcastreceiver,我有一个接收器,它将在设备内存满或低时被调用 它已在清单文件中注册 <receiver android:name=".services.StorageMonitorService"> <intent-filter> <action android:name="android.intent.action.DEVICE_STORAGE_LOW"/> </intent-filter> <

我有一个接收器,它将在设备内存满或低时被调用

它已在清单文件中注册

<receiver android:name=".services.StorageMonitorService">
        <intent-filter>
            <action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
        </intent-filter>
    </receiver>

在我的应用程序中,没有活动,我只有一个服务必须工作,直到有可用空间


问题是,该接收器不适用于三星galaxy s4设备操作系统版本4.4.2,我测试过的其他设备工作正常,是否有其他方法确定内存不足事件?

不,我的情况有所不同。现在不推荐使用上述安卓操作系统。不,我的情况有所不同。这是现在不赞成的安卓O上面。