zoukankan      html  css  js  c++  java
  • HUAWEI P30 后台 应用 休眠/常驻 设置

    UPDATE: On some phones with EMUI 9+ (Android P+) Huawei introduced a new task killer app called PowerGenie which kills everything not whitelisted by Huawei and does not give users any configuration options. See below how to uninstall it. We have mixed reviews on Huawei - the PowerGenie app is present on some EMUI 9+ systems, while on others it isn't. Traditionally Huawei and their Android customization called EMUI belongs to the most troubled on the market with respect to non-standard background process limitations. There are no APIs and no documentation for those extensions. On default settings, background processing simply does not work right and apps working in background will break.In some of the EMUI versions (we know about EMUI 4 at and we have some reports about EMUI 5 and now the latest EMUI 9) no user accessible settings can prevent the system to break background processing longer than 60 minutes. This is done by an evil custom service called HwPFWService (and in EMUI 9 this is called PowerGenie) developed and bundled with EMUI by Huawei.

    • 电池优化下允许节点精灵。只有所有应用不允许不允许——可能更快耗尽电池,则指是否允许电池优化。
    • 应用启动管理电池)(等效于应用启动管理应用))(搜索应用手动管理允许后台活动可在后台运行)。自动管理开关状态为关。
    • 需求:安卓 闲时 屏幕变暗 保持唤醒/不休眠
    • 用了谷歌市场的Wakey,模式设置普通(而非变暗,会自动使用系统的显示和亮度休眠)。可以额外设置Wakey的最大屏幕亮起时间口袋模式
      • 同样为Wakey设置了如上的,不允许系统的电池优化允许后台活动
  • 相关阅读:
    爬虫_监控某个元素所有事件
    Selenium_Selenium WebDriver 中鼠标和键盘事件分析及扩展
    Selenium_webdriver获取iframe子页面元素
    Java_Servlet 中文乱码问题及解决方案剖析
    thinkphp自动填充分析
    linux安装配置SVN并设置钩子
    HTTP协议提要
    一致性Hash算法(分布式算法)
    设计模式之:原型模式
    面向对象设计的五大原则
  • 原文地址:https://www.cnblogs.com/RobertL/p/14490212.html
Copyright © 2011-2022 走看看