替换由Android服务引起的通知

时间:2019-01-08 15:25:31

标签: android android-service android-notifications android-wake-lock

我为我的应用创建了一个通知,当该应用在后台运行时会显示该通知,但我还从 Android系统收到一个通知,标题为 MyAppName使用电池 。我只希望显示我的通知。当应用在后台运行时,如何禁用或替换默认通知。

我有一个Class MyClass extends Service implements SensorEventListener, LocationListener {...},其中记录了传感器和gps数据。我创建了一个ExecutorService,每次触发onSensorChanged(...)都会做一些事情。

我也有一个PowerManager.WakeLock,以便该服务在后台运行。

0 个答案:

没有答案