简体   繁体   English

AlarmManager 不适用于搭载 Android 的 Asus ZenFone 2 设备

[英]AlarmManager not working on Asus ZenFone 2 devices with Android

Is there anyone experiencing the issue with AlarmManager on Asus devices?有没有人在华硕设备上遇到过 AlarmManager 的问题? I've developed an app that is a reminder and needs to fire at exact time.我开发了一个提醒应用程序,需要在准确的时间触发。 I'm using AlarmManager.setExact() for all pre-Marshmallow devices and AlarmManager.setExactAndAllowWhileIdle() in Android 6.0+ but still get bad reviews from Zenfon users.我在 Android 6.0+ 中为所有 Marshmallow 之前的设备和AlarmManager.setExactAndAllowWhileIdle()使用AlarmManager.setExact()但仍然收到 Zenfon 用户的差评。 Ie. IE。 today I've got 1* rating from the user of ZenFone 2 Laser (ZE500KL) (ASUS_Z00E_2) :(今天我得到了 ZenFone 2 Laser (ZE500KL) (ASUS_Z00E_2) 用户的 1* 评价:(

The same is with:与以下相同:

  • ZenFone 2 (ZE550ML) (Z008_1) ZenFone 2 (ZE550ML) (Z008_1)
  • ZenFone 2 (ZE500CL) (ASUS_Z00D) ZenFone 2 (ZE500CL) (ASUS_Z00D)
  • ZenFone 2 (ZE551ML) (Z00A) ZenFone 2 (ZE551ML) (Z00A)

Good news is that is works in on:好消息是它正在用于:

  • ZenFone 5 ZenFone 5
  • ZenFone 6 ZenFone 6

Seems like guys from IBM had the same problem: http://www.asus.com/zentalk/forum.php?mod=viewthread&tid=70396好像来自 IBM 的家伙有同样的问题: http : //www.asus.com/zentalk/forum.php? mod=viewthread& tid=70396

Does anyone of you challenged the same problem and have any solution for that?你们中有人挑战过同样的问题并有任何解决方案吗?

after some time I see results and it was exactly the point.一段时间后,我看到了结果,这正是重点。

All you need to do is to let your users know to get to AUTO-START MANAGER in Settings and allow your app.您需要做的就是让您的用户知道在“设置”中进入“自动启动管理器”并允许您的应用。 That works fine for me.这对我来说很好用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是什么原因导致Android设备华硕Zenfone 2警报管理器无法正常工作? - What causing Android Device Asus Zenfone 2 alarm manager not working? OnTouchEvent检测单击不适用于我的华硕Zenfone - OnTouchEvent detect click not working on my Asus Zenfone 在Ubuntu OS上未检测到Android Asus Zenfone 5 - android asus zenfone 5 not detected on ubuntu os 计算机未检测到华硕Zenfone 5 - Asus Zenfone 5 not detected by computer 华硕Zenfone(Android)TextView \\ TextWatcher键盘输入错误 - Asus Zenfone (Android) TextView\TextWatcher keyboard input bug 应用关闭时,Android 5 Asus ZenFone 2会阻止推送通知 - Android 5 Asus ZenFone 2 blocking push notifications when app close 无法在设备上部署(Android MarshMallow Asus Zenfone 3) - Can't deploy on device (Android MarshMallow Asus Zenfone 3) 如何创建像iPhone X这样的Android模拟器(华硕zenfone 5,新星3e) - How to Create Android Emulator like iPhone X (asus zenfone 5 , nova 3e) AlarmManager 在多个设备上不工作 - AlarmManager not working in several devices AlarmManager 不适用于 Lollipop 中的三星设备 - AlarmManager not working on Samsung devices in Lollipop
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM